Lines Matching refs:hcp_index
658 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()
792 (hcp_index + length - HCP_MESSAGE_LEN); in phHciNfc_Receive_HCP()
799 psHciContext->rx_total = (hcp_index + length); in phHciNfc_Receive_HCP()
1323 uint16_t hcp_index, in phHciNfc_Append_HCPFrame() argument
1336 hcp_data[hcp_index + src_index] = src_data[src_index]; in phHciNfc_Append_HCPFrame()