Home | History | Annotate | Download | only in src

Lines Matching refs:hcp_index

656     uint16_t                hcp_index = HCP_ZERO_LEN;
696 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index,
742 uint16_t hcp_index = 0;
747 hcp_index = psHciContext->rx_hcp_frgmnt_index;
754 if( hcp_index > 0 )
758 psHciContext->recv_buffer, hcp_index,
762 (hcp_index + length - HCP_MESSAGE_LEN);
770 hcp_index, pdata, length);
771 psHciContext->rx_hcp_frgmnt_index = ( hcp_index + length ) ;
785 psHciContext->recv_buffer, hcp_index,
790 (hcp_index + length - HCP_MESSAGE_LEN);
797 psHciContext->rx_total = (hcp_index + length);
1321 uint16_t hcp_index,
1328 /* && (hcp_index >= 0) */
1334 hcp_data[hcp_index + src_index] = src_data[src_index];