Retrieve the received signal strength indicator (RSSI) of the remote Bluetooth-enabled device.
#include <btapi/btdevice.h>
int bt_rdev_get_rssi(const bt_remote_device_t *remote_device, int *rssi)
BlackBerry 10.0.0
A pointer to a remote device structure.
A pointer to a buffer where the RSSI value is to be written.
The RSSI value is only valid when the device was found by using the bt_disc_retrieve_devices() function with BT_DISCOVERY_CACHED as an argument.
The RSSI value for paired devices is always 0.