64 #define NFC_NWK_PAYLOAD_VERSION 13 66 #define NFC_NWK_PAYLOAD_KEY_SIZE 16 67 #define NFC_NWK_PAYLOAD_MIC_SIZE 4 69 #define NFC_NWK_CMD_NONE 0x00 71 #define NFC_NWK_NTAG_CMD_JOIN_WITH_CODE 0x41 73 #define NFC_NWK_NCI_CMD_FACTORY_RESET 0xA0 74 #define NFC_NWK_NCI_CMD_JOIN_WITH_CODE 0xA1 79 #pragma GCC diagnostic ignored "-Wpacked" 80 #pragma GCC diagnostic ignored "-Wattributes" 128 #pragma GCC diagnostic pop
tsNfcNwkNci sNci
Definition: nfc_nwk.h:118
uint64 u64ExtAddress
Definition: nfc_nwk.h:89
uint16 u16PanId
Definition: nfc_nwk.h:92
uint16 u16DeviceId
Definition: nfc_nwk.h:88
uint64 u64ExtPanId
Definition: nfc_nwk.h:93
#define NFC_NWK_PAYLOAD_KEY_SIZE
Definition: nfc_nwk.h:66
uint8 u8Version
Definition: nfc_nwk.h:85
Definition: nfc_nwk.h:122
uint8 u8Sequence
Definition: nfc_nwk.h:87
tsNfcNwkNtag sNtag
Definition: nfc_nwk.h:117
Definition: nfc_nwk.h:115
uint8 u8Channel
Definition: nfc_nwk.h:91
uint16 u16Crc
Definition: nfc_nwk.h:95
uint16 u16ShortAddress
Definition: nfc_nwk.h:90
uint8 u8Command
Definition: nfc_nwk.h:86
#define NFC_NWK_PAYLOAD_MIC_SIZE
Definition: nfc_nwk.h:67
uint8 u8KeySeqNum
Definition: nfc_nwk.h:111