Retrieve the remote device friendly name.
#include <btapi/btdevice.h>
int bt_rdev_get_friendly_name(const bt_remote_device_t *remote_device, char *friendly_name, const int friendly_name_len)
BlackBerry 10.0.0
A pointer to a remote device structure.
A buffer where the Bluetooth friendly name 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.
Requests the friendly name of the remote Bluetooth-enabled device. The friendly name is usually the same as the remote name, but it can be customized by the user on the BlackBerry.