Searched refs:tx_length (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nxp/src/
H A DphDnldNfc.c2066 uint16_t tx_length = 0x00; local
2078 &tx_length
2086 tx_length);
2091 psDnldContext->tx_info.tx_offset += tx_length;
2100 tx_length);
2195 uint16_t tx_length = 0x00; local
2204 tx_length = ((p_dnld_raw->frame_length[0] << BYTE_SIZE) |
2207 tx_length = tx_length + PHDNLD_MIN_PACKET;
2222 uint32_t tx_length local
3159 uint16_t tx_length = 0; local
[all...]
H A DphHciNfc.h158 uint16_t tx_length; member in struct:phHciNfc_XchgInfo
H A DphHal4Nfc_P2P.c134 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
143 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
166 -= Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length;
396 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
419 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
H A DphHciNfc_Generic.c657 uint16_t tx_length = psHciContext->tx_total - 1 ; local
666 if ( tx_length > PHHCINFC_MAX_PACKET_DATA )
674 psHciContext->tx_remain = tx_length;
680 tx_length = PHHCINFC_MAX_PACKET_DATA ;
685 tx_length = PHHCINFC_MAX_PACKET_DATA ;
691 tx_length = psHciContext->tx_remain ;
700 , tx_length );
709 psHciContext->tx_remain = tx_length ;
713 tx_length++;
716 (uint8_t *)tx_data, tx_length );
[all...]
H A DphHciNfc_RFReader.c1896 p_pipe_info->param_length = p_xchg_info->tx_length;
1949 p_pipe_info->param_length = p_xchg_info->tx_length;
1970 p_pipe_info->param_length = p_xchg_info->tx_length;
2001 p_pipe_info->param_length = p_xchg_info->tx_length;
2037 p_pipe_info->param_length = p_xchg_info->tx_length;
H A DphHal4Nfc_Reader.c571 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
584 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
683 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
H A DphHciNfc_NfcIPMgmt.c929 (NULL == sData->tx_buffer) || (0 == sData->tx_length))
963 HCI_PRINT_BUFFER("HCI NFCIP-1 Send Data: ", sData->tx_buffer, sData->tx_length);
979 (uint8_t)sData->tx_length);
981 length =(uint16_t)(length + i + sData->tx_length);

Completed in 118 milliseconds