![]() |
nRF Connect SDK API 3.3.99
|
| #define NFC_TNEP_SERVICE_SELECT_RECORD_DESC_DEF | ( | _name, | |
| _uri_length, | |||
| _uri ) |
#include <include/nfc/ndef/tnep_rec.h>
Macro for creating and initializing a NFC NDEF record descriptor for a TNEP Service Select Record.
This macro creates and initializes an instance of type nfc_ndef_record_desc and an instance of type nfc_ndef_tnep_rec_svc_select, which together constitute an instance of a TNEP service select record.
Use the macro NFC_NDEF_TNEP_RECORD_DESC to access the NDEF TNEP record descriptor instance. Use name to access a TNEP Service Select description.
| [in] | _name | Name of the created record descriptor instance. |
| [in] | _uri_length | Length of the following Service Name URI. |
| [in] | _uri | Service Name URI. |