Version: Smart Feature Phone 3.0

BluetoothGattServer.connect

Description#

The method initiates a connection to remote LE device.

Syntax#

var promise = instanceOfBluetoothGattServer.connect(address);

Parameters#

  • address The address of remote LE device to connect.

Return value#

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