Retrieve the address of the remote device.
#include <btapi/btdevice.h>
int bt_rdev_get_address(const bt_remote_device_t *remote_device, char *bt_addr)
BlackBerry 10.0.0
A pointer to a remote device structure.
A pointer to an 18-byte buffer where the Bluetooth MAC address is written in a NULL-terminated printable format. For example, 00:00:00:00:00:00\0.
Requests the Bluetooth MAC address of the remote device.