menu
bluetooth_low_energy_backend package
documentation
bluetooth_low_energy_characteristic.dart
BluetoothLowEnergyCharacteristic
notifyData method
notifyData method
dark_mode
light_mode
notifyData
method
@protected
void
notifyData
(
Uint8List
data
)
inherited
Implementation
@protected void notifyData(Data data) { if (canNotifyData()) _dataStreamController.add(data); }
bluetooth_low_energy_backend package
documentation
bluetooth_low_energy_characteristic
BluetoothLowEnergyCharacteristic
notifyData method
BluetoothLowEnergyCharacteristic class