Retrieve the remote device name.
#include <btapi/btdevice.h>
int bt_rdev_get_remote_name(const bt_remote_device_t *remote_device, char *device_name, const int device_name_len)
BlackBerry 10.2.0
A pointer to a remote device structure.
A buffer where the name of the remote Bluetooth device is written.
The size of the buffer. The minimum size is 2 bytes and the maximum is 256 bytes. The buffer length must include room for the terminating NULL character.
This function retrieves the remote name of the Bluetooth-enabled device. The remote name is the name which the remote device advertises.