Version: Smart Feature Phone 3.0

BluetoothGatt.readRemoteRssi

Description#

The method reads the RSSI for a connected remote LE device.

Syntax#

var promise = instanceOfBluetoothGatt.readRemoteRssi();

Return value#

A Promise to indicate whether the operation is resolved or rejected. If the Promise is resolved, it returns a short integer representing the RSSI value. If the property connectionState is not connected when the method is called, the Promise would be rejected.