PropsBluetoothRemoteGATTCharacteristic extension
Properties
- properties → BluetoothCharacteristicProperties
-
no setter
- service → BluetoothRemoteGATTService
-
no setter
- uuid → String
-
no setter
- value → ByteData?
-
no setter
Methods
-
getDescriptor(
dynamic descriptor) → Future< BluetoothRemoteGATTDescriptor> -
getDescriptors(
[dynamic descriptor]) → Future< Iterable< BluetoothRemoteGATTDescriptor> > -
readValue(
) → Future< ByteData> -
startNotifications(
) → Future< BluetoothRemoteGATTCharacteristic> -
stopNotifications(
) → Future< BluetoothRemoteGATTCharacteristic> -
writeValue(
dynamic value) → Future< void> -
writeValueWithoutResponse(
dynamic value) → Future< void> -
writeValueWithResponse(
dynamic value) → Future< void>