Home
last modified time | relevance | path

Searched refs:HCP_MESSAGE_LEN (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Generic.c761 (uint8_t *)&pdata[HCP_MESSAGE_LEN], in phHciNfc_Receive_HCP()
762 (length - HCP_MESSAGE_LEN) ); in phHciNfc_Receive_HCP()
764 (hcp_index + length - HCP_MESSAGE_LEN); in phHciNfc_Receive_HCP()
788 (uint8_t *)&pdata[HCP_MESSAGE_LEN], in phHciNfc_Receive_HCP()
789 (length - HCP_MESSAGE_LEN) ); in phHciNfc_Receive_HCP()
792 (hcp_index + length - HCP_MESSAGE_LEN); in phHciNfc_Receive_HCP()
DphHciNfc_Generic.h177 #define HCP_MESSAGE_LEN 0x01U macro