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 658 uint16_t hcp_index = HCP_ZERO_LEN; local
698 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index,
744 uint16_t hcp_index = 0; local
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,
    [all...]
phHciNfc_Generic.h     [all...]

Completed in 29 milliseconds