Lines Matching refs:HCP_HEADER_LEN

537                                     &pResponse[HCP_HEADER_LEN],  in phHciNfc_Recv_ReaderA_Response()
538 (uint8_t)(length - HCP_HEADER_LEN)); in phHciNfc_Recv_ReaderA_Response()
580 if (length > HCP_HEADER_LEN) in phHciNfc_Recv_ReaderA_Response()
589 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_ReaderA_Response()
590 (length - HCP_HEADER_LEN)); in phHciNfc_Recv_ReaderA_Response()
593 else if (length == HCP_HEADER_LEN) in phHciNfc_Recv_ReaderA_Response()
596 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_ReaderA_Response()
608 if (length >= HCP_HEADER_LEN) in phHciNfc_Recv_ReaderA_Response()
617 &pResponse[HCP_HEADER_LEN], in phHciNfc_Recv_ReaderA_Response()
618 (length - HCP_HEADER_LEN)); in phHciNfc_Recv_ReaderA_Response()
634 if (length > HCP_HEADER_LEN) in phHciNfc_Recv_ReaderA_Response()
636 if (RDR_A_MULTIPLE_TAGS_FOUND == pResponse[HCP_HEADER_LEN]) in phHciNfc_Recv_ReaderA_Response()
658 case HCP_HEADER_LEN: in phHciNfc_Recv_ReaderA_Response()
667 case (HCP_HEADER_LEN + 1): in phHciNfc_Recv_ReaderA_Response()
670 pResponse[HCP_HEADER_LEN]; in phHciNfc_Recv_ReaderA_Response()
718 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Iso_A_Packet()
757 psHciContext->rx_index = (index + HCP_HEADER_LEN); in phHciNfc_Recv_Mifare_Packet()
765 psHciContext->rx_index = (index + HCP_HEADER_LEN); in phHciNfc_Recv_Mifare_Packet()
774 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Mifare_Packet()
781 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Mifare_Packet()
998 uint16_t length = HCP_HEADER_LEN; in phHciNfc_Send_ReaderA_Command()