Version: Smart Feature Phone 3.0

BluetoothGatt.oncharacteristicchanged

Description#

Specifies an event listener to receive characteristicchanged events. Those events occur when the characteristics of the remote device changed.

Syntax#

instanceOfBluetoothGatt.oncharacteristicchanged = funcRef

Where funcRef is a function to be called when the characteristicchanged event occurs. That function gets a BluetoothGattCharacteristicEvent object as its first parameter.