Back to Content

BluetoothRemoteGATTServer: disconnect() method

files/en-us/web/api/bluetoothremotegattserver/disconnect/index.md

latest393 B
Original Source

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

The BluetoothRemoteGATTServer.disconnect() method causes the script execution environment to disconnect from this.device.

Syntax

js-nolint
disconnect()

Parameters

None.

Return value

None ({{jsxref("undefined")}}).

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}