nRF Connect SDK API 2.8.99
|
Generation of NFC NDEF record descriptions that launch apps. More...
Macros | |
#define | NFC_ANDROID_REC_TYPE_LENGTH 15 |
Size of the type field of the Android Application Record, defined in the file launchapp_rec.c . It is used in the NFC_NDEF_ANDROID_LAUNCHAPP_RECORD_DESC macro. | |
#define | NFC_NDEF_ANDROID_LAUNCHAPP_RECORD_DESC_DEF(name, package_name, package_name_length) |
Macro for generating a description of an NFC NDEF Android Application Record (AAR). | |
#define | NFC_NDEF_ANDROID_LAUNCHAPP_RECORD_DESC(name) |
Macro for accessing the NFC NDEF Android Application Record descriptor instance that was created with NFC_NDEF_ANDROID_LAUNCHAPP_RECORD_DESC_DEF. | |
Variables | |
const uint8_t | ndef_android_launchapp_rec_type [15] |
External reference to the type field of the NFC NDEF Android Application Record, defined in the file launchapp_rec.c . It is used in the NFC_NDEF_ANDROID_LAUNCHAPP_RECORD_DESC_DEF macro. | |
Generation of NFC NDEF record descriptions that launch apps.