Version: Smart Feature Phone 3.0
BluetoothGattServer.notifyCharacteristicChanged
Description#
The method sends a notification/indication that a local characteristic has been updated.
Syntax#
Parameters#
addressThe address of remote LE device to notify.characteristicThe updated BluetoothGattCharacteristic](/docs/sfp-3.0/migration-from-2.5/next-new-apis/b2g/bluetooth/bluetoothgattcharacteristic)confirmWhether to request confirmation from the client (indication) or not (notification).
Return value#
A Promise to indicate whether the operation is resolved or rejected.