Update the remote device friendly name.
#include <btapi/btdevice.h>
int bt_rdev_update_friendly_name(bt_remote_device_t *remote_device)
BlackBerry 10.2.0
A pointer to a remote device structure.
Updates the friendly name field of the remote device data structure. This is typically done when a BT_EVT_NAME_UPDATED event is received and you have a bt_remote_device_t object for the specified device already in memory.