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