B2G/Bluetooth/WebBluetooth-v2/BluetoothGattCharacteristicEvent
From MozillaWiki
< B2G | Bluetooth | WebBluetooth-v2
Overview
BluetoothGattCharacteristicEvent is carried as the parameter of event handler gatt.oncharacteristicchanged. Applications can get the updated BluetoothGattCharacteristic object.
Interface
[CheckPermissions="bluetooth"] interface BluetoothGattCharacteristicEvent : Event { readonly attribute BluetoothGattCharacteristic characteristic; };
Properties
characteristic
- Description
- The characteristic that has been updated as a result of a remote notification event.
- Value type
- BluetoothGattCharacteristic