Searched refs:hcp_index (Results 1 – 2 of 2) sorted by relevance
658 uint16_t hcp_index = HCP_ZERO_LEN; in phHciNfc_Send_HCP() local698 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() local749 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 …]
1156 uint16_t hcp_index,