Version: Smart Feature Phone 3.0

BluetoothGattCharacteristic.startNotifications

Description#

Register notification/indication of this characteristic.

Syntax#

var promise = instanceOfBluetoothGattCharacteristic.startNotifications();

Return value#

A Promise to indicate whether the operation is resolved or rejected. The Promise is rejected if there is no Client Characteristic Configuration descriptor (CCCD) for this characteristic.