HomeSort by relevance Sort by last modified time
    Searched refs:hcp_index (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_Generic.c 656 uint16_t hcp_index = HCP_ZERO_LEN; local
696 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index,
742 uint16_t hcp_index = 0; local
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,
    [all...]
phHciNfc_Generic.h     [all...]

Completed in 1142 milliseconds