data class BluetoothAddressNodeKey : NodeKey<String>
Uniquely identifies a Node with a bluetooth address that is connected over BLE
BluetoothAddressNodeKey(value: String)
Uniquely identifies a Node with a bluetooth address that is connected over BLE |
val value: String
Unique identifier for a Node |