Return the Bluetooth device name from a Bluetooth carrier NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_handover_bluetooth_device_name(const nfc_ndef_record_t *rec, char **device_name)
BlackBerry 10.0.0
The Bluetooth carrier NDEF record. Chunked NDEF records are not supported.
The returned Bluetooth device name. The device_name can be a string, an empty string (if the device_name defined in the record has a length of 0) or a NULL pointer (if no device_name was defined in the record). Free the memory that is allocated for this string by calling the free() function.
This function returns the Bluetooth device name from a Bluetooth carrier NDEF record.