Searched refs:NFC_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
40 #define NFC_HDR_SIZE (sizeof (NFC_HDR)) macro
165 if ((p_msg = (NFC_HDR *)GKI_getbuf ((UINT16)(size + NFC_HDR_SIZE))) != NULL) in HAL_NfcCoreInitialized()
400 if ((p_msg = (NFC_HDR *) GKI_getbuf (NFC_HDR_SIZE)) != NULL) in nfc_hal_main_start_quick_timer()
105 …needed = (NFC_HDR_SIZE + nfc_hal_cb.ncit_cb.p_frag_msg->len + nfc_hal_cb.ncit_cb.p_frag_msg->offs… in nfc_hal_nci_assemble_nci_msg()