Home | History | Annotate | Download | only in src

Lines Matching refs:hcp_index

658     uint16_t                hcp_index = HCP_ZERO_LEN;
698 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index,
744 uint16_t hcp_index = 0;
749 hcp_index = psHciContext->rx_hcp_frgmnt_index;
756 if( hcp_index > 0 )
760 psHciContext->recv_buffer, hcp_index,
764 (hcp_index + length - HCP_MESSAGE_LEN);
772 hcp_index, pdata, length);
773 psHciContext->rx_hcp_frgmnt_index = ( hcp_index + length ) ;
787 psHciContext->recv_buffer, hcp_index,
792 (hcp_index + length - HCP_MESSAGE_LEN);
799 psHciContext->rx_total = (hcp_index + length);
1323 uint16_t hcp_index,
1330 /* && (hcp_index >= 0) */
1336 hcp_data[hcp_index + src_index] = src_data[src_index];