Version: Smart Feature Phone 3.0

BluetoothGattServer.disconnect

Description#

The method disconnects the established connection of remote LE device.

Syntax#

var promise = instanceOfBluetoothGattServer.disconnect(address);

Parameters#

  • address The address of remote LE device to disconnect.

Return value#

A Promise to indicate whether the operation is resolved or rejected.