Return the Bluetooth class of device information from a Bluetooth carrier NDEF record.
#include <nfc/nfc_ndef.h>
NFC_API nfc_result_t nfc_get_handover_bluetooth_device_class(const nfc_ndef_record_t *rec, unsigned int *device_class)
BlackBerry 10.0.0
The Bluetooth carrier NDEF record. Chunked NDEF records are not supported.
The returned Bluetooth class of device value.
This function returns the Bluetooth class of device information from a Bluetooth carrier NDEF record.
NFC_RESULT_SUCCESS, otherwise NFC_RESULT_INVALID_PARAMETER to indicate that a parameter is invalid, or that the provided NDEF record is chunked.