Version: Smart Feature Phone 2.5Version: Smart Feature Phone 2.6

BluetoothGattCharacteristicEvent

Description#

The BluetoothGattCharacteristicEvent interface of the Bluetooth API provides access to an updated BluetoothGattCharacteristic object as the parameter of the BluetoothGatt.oncharacteristicchanged, handler, when the characteristicchanged event is fired.

Interface overview#

[Exposed=Window]
interface BluetoothGattCharacteristicEvent : Event
{
readonly attribute BluetoothGattCharacteristic? characteristic;
};

Properties#

  • BluetoothGattCharacteristicEvent.characteristic read-only Returns a BluetoothGattCharacteristic representing the characteristic that has been updated as a result of a remote notification event.