Searched refs:tx_data (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/inc/
H A DphNfcInterface.h377 uint8_t *tx_data; member in struct:phNfcIF_sReference
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.c654 phHciNfc_HCP_Packet_t *tx_data = (phHciNfc_HCP_Packet_t *) local
662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header,
668 tx_data = &psHciContext->tx_packet;
669 (void)memset((void *)tx_data, FALSE,
696 phHciNfc_Build_HCPHeader(tx_data, chain_bit , pipe_id );
698 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index,
716 (uint8_t *)tx_data, tx_length );

Completed in 138 milliseconds