Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BluetoothRemoteGATTCharacteristic.stopNotifications()
method
returns a Promise
to the BluetoothRemoteGATTCharacteristic instance when
there is no longer an active notification on it.
Syntax
BluetoothRemoteGATTCharacteristic.stopNotifications().then(function(BluetoothRemoteGATTCharacteristic) { ... })
Returns
A Promise
.
Specifications
Specification | Status | Comment |
---|---|---|
Web Bluetooth The definition of 'stopNotifications()' in that specification. |
Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser