Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_Generic.c658 uint16_t hcp_index = HCP_ZERO_LEN; in phHciNfc_Send_HCP() local
698 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index, in phHciNfc_Send_HCP()
744 uint16_t hcp_index = 0; in phHciNfc_Receive_HCP() local
749 hcp_index = psHciContext->rx_hcp_frgmnt_index; in phHciNfc_Receive_HCP()
756 if( hcp_index > 0 ) in phHciNfc_Receive_HCP()
760 psHciContext->recv_buffer, hcp_index, in phHciNfc_Receive_HCP()
764 (hcp_index + length - HCP_MESSAGE_LEN); in phHciNfc_Receive_HCP()
772 hcp_index, pdata, length); in phHciNfc_Receive_HCP()
773 psHciContext->rx_hcp_frgmnt_index = ( hcp_index + length ) ; in phHciNfc_Receive_HCP()
787 psHciContext->recv_buffer, hcp_index, in phHciNfc_Receive_HCP()
[all …]
DphHciNfc_Generic.h1156 uint16_t hcp_index,