Retrieve the current transmit (TX) power indicator of the connected remote Bluetooth-enabled device.
#include <btapi/btdevice.h>
int bt_rdev_get_current_tx_power(const bt_remote_device_t *remote_device, int *tx_power)
BlackBerry 10.2.0
A pointer to a remote device structure.
A pointer to a buffer where the TX power value is to be written.
The current TX power value is only valid for a remote device that is currently connected to the BlackBerry. This function requests an updated TX power value for the current connection. The TX power value will be in the range -30 dB to +30 dB.