Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphDnldNfc.c2065 uint16_t tx_length = 0x00; in phDnldNfc_Send_Raw() local
2077 &tx_length in phDnldNfc_Send_Raw()
2085 tx_length); in phDnldNfc_Send_Raw()
2090 psDnldContext->tx_info.tx_offset += tx_length; in phDnldNfc_Send_Raw()
2099 tx_length); in phDnldNfc_Send_Raw()
2194 uint16_t tx_length = 0x00; in phDnldNfc_Frame_Complete() local
2203 tx_length = ((p_dnld_raw->frame_length[0] << BYTE_SIZE) | in phDnldNfc_Frame_Complete()
2206 tx_length = tx_length + PHDNLD_MIN_PACKET; in phDnldNfc_Frame_Complete()
2221 uint32_t tx_length = 0; in phDnldNfc_Raw_Write() local
2244 tx_length = ((p_dnld_raw->frame_length[0] << BYTE_SIZE) | in phDnldNfc_Raw_Write()
[all …]
DphHciNfc_Generic.c657 uint16_t tx_length = psHciContext->tx_total - 1 ; in phHciNfc_Send_HCP() local
666 if ( tx_length > PHHCINFC_MAX_PACKET_DATA ) in phHciNfc_Send_HCP()
674 psHciContext->tx_remain = tx_length; in phHciNfc_Send_HCP()
680 tx_length = PHHCINFC_MAX_PACKET_DATA ; in phHciNfc_Send_HCP()
685 tx_length = PHHCINFC_MAX_PACKET_DATA ; in phHciNfc_Send_HCP()
691 tx_length = psHciContext->tx_remain ; in phHciNfc_Send_HCP()
700 , tx_length ); in phHciNfc_Send_HCP()
709 psHciContext->tx_remain = tx_length ; in phHciNfc_Send_HCP()
713 tx_length++; in phHciNfc_Send_HCP()
716 (uint8_t *)tx_data, tx_length ); in phHciNfc_Send_HCP()
DphHal4Nfc_P2P.c131 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_Send()
140 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_Send()
163 -= Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length; in phHal4Nfc_Send()
393 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_SendCompleteHandler()
416 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_SendCompleteHandler()
DphHciNfc_RFReader.c1896 p_pipe_info->param_length = p_xchg_info->tx_length; in phHciNfc_ReaderMgmt_Exchange_Data()
1949 p_pipe_info->param_length = p_xchg_info->tx_length; in phHciNfc_ReaderMgmt_Exchange_Data()
1970 p_pipe_info->param_length = p_xchg_info->tx_length; in phHciNfc_ReaderMgmt_Exchange_Data()
2001 p_pipe_info->param_length = p_xchg_info->tx_length; in phHciNfc_ReaderMgmt_Exchange_Data()
2037 p_pipe_info->param_length = p_xchg_info->tx_length; in phHciNfc_ReaderMgmt_Exchange_Data()
DphHciNfc.h158 uint16_t tx_length; member
DphHal4Nfc_Reader.c565 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_Transceive()
578 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_Transceive()
677 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length in phHal4Nfc_Transceive()
DphHciNfc_NfcIPMgmt.c929 (NULL == sData->tx_buffer) || (0 == sData->tx_length)) in phHciNfc_NfcIP_Send_Data()
963 HCI_PRINT_BUFFER("HCI NFCIP-1 Send Data: ", sData->tx_buffer, sData->tx_length); in phHciNfc_NfcIP_Send_Data()
979 (uint8_t)sData->tx_length); in phHciNfc_NfcIP_Send_Data()
981 length =(uint16_t)(length + i + sData->tx_length); in phHciNfc_NfcIP_Send_Data()