Version: Smart Feature Phone 3.0

BluetoothGatt.discoverServices

Description#

The method discovers services, characteristics, and descriptors offered by the remote GATT server.

Syntax#

var promise = instanceOfBluetoothGatt.discoverServices();

Return value#

A Promise to indicate whether the operation is resolved or rejected. If the property `connectionState`` is not connected when the method is called, the Promise would be rejected.