dataOrNullFlow
The Flow of the T value of the RemoteCharacteristic for serviceUUID/characteristicUUID of this ConnectableDevice. Emits null if not available.
Return
the Flow of the T value of the RemoteCharacteristic associated with serviceUUID and characteristicUUID. Emits null if the descriptor cannot be found.
Parameters
string service uuid representation
string characteristic uuid representation
the BluetoothFormat to use to deserialize the ByteArray to T
Type Parameters
the type of the data to receive
Throws
if serviceUUID or characteristicUUID is not valid
Provides access to device data flow T by service and characteristic string uuids. Emits null if the descriptor cannot be found.
Return
the Flow of the T value of the RemoteCharacteristic associated with serviceUUID and characteristicUUID. Emits null if the descriptor cannot be found.
Parameters
string service uuid representation
string characteristic uuid representation
the BluetoothFormat to use to deserialize the ByteArray to T
Type Parameters
the type of the data to receive
Throws
if serviceUUID or characteristicUUID is not valid