Retrieve the current received signal strength indicator (RSSI) of the connected remote Bluetooth-enabled device.
#include <btapi/btdevice.h>
int bt_rdev_get_current_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 current RSSI value is only valid for a remote device which is currently connected to the BlackBerry. This function requests an updated RSSI value for the current connection.