![]() |
nRF Connect SDK API 3.3.99
|
| #define NFC_NDEF_LE_OOB_RECORD_DESC_DEF | ( | name, | |
| payload_id, | |||
| payload_desc ) |
#include <include/nfc/ndef/le_oob_rec.h>
Generate a description of an NFC NDEF Bluetooth Carrier Configuration LE Record.
This macro declares and initializes an instance of an NFC NDEF record description for a Bluetooth Carrier Configuration LE record.
| name | Name for accessing the record descriptor. |
| payload_id | NDEF record header Payload ID field (limited to one byte). If 0, no ID is present in the record description. |
| payload_desc | Pointer to the description of the payload. This data is used to create the record payload. |