nfc_bluetooth_handover_data_t

A data type that contains the MAC address and class information for a device.

Synopsis:

#include <nfc/nfc.h>

typedef struct  {
    unsigned char mac_address [6];
    unsigned char classOfDevice [3];
}nfc_bluetooth_handover_data_t;

Data:

unsigned char mac_address
MAC Address.
unsigned char classOfDevice
Class information for a device.

Library:

libnfc

Description:

Deprecated:

Retrieve Bluetooth handover data from the Bluetooth carrier NDEF record instead.