Back to Content

BluetoothRemoteGATTCharacteristic: stopNotifications() method

files/en-us/web/api/bluetoothremotegattcharacteristic/stopnotifications/index.md

latest470 B
Original Source

{{APIRef("Bluetooth API")}}{{SeeCompatTable}}{{SecureContext_Header}}

The BluetoothRemoteGATTCharacteristic.stopNotifications() method returns a {{jsxref("Promise")}} to the BluetoothRemoteGATTCharacteristic instance when there is no longer an active notification on it.

Syntax

js-nolint
stopNotifications()

Parameters

None.

Return value

A {{jsxref("Promise")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}