Home
last modified time | relevance | path

Searched refs:hcp_packet (Results 1 – 13 of 13) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_AdminMgmt.c643 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_Admin_Event() local
665 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_Admin_Event()
666 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_Admin_Event()
707 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_Admin_Cmd() local
731 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_Admin_Cmd()
735 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_Admin_Cmd()
738 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Admin_Cmd()
768 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_Admin_Cmd()
769 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_Admin_Cmd()
772 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Admin_Cmd()
[all …]
DphHciNfc_Generic.c210 phHciNfc_HCP_Packet_t *hcp_packet,
218 phHciNfc_HCP_Packet_t *hcp_packet,
1254 phHciNfc_HCP_Packet_t *hcp_packet, in phHciNfc_Build_HCPMessage() argument
1261 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Build_HCPMessage()
1276 phHciNfc_HCP_Packet_t *hcp_packet, in phHciNfc_Build_HCPHeader() argument
1282 hcp_packet->hcp_header = (uint8_t) SET_BITS8(hcp_packet->hcp_header, in phHciNfc_Build_HCPHeader()
1285 hcp_packet->hcp_header = (uint8_t) SET_BITS8(hcp_packet->hcp_header,HCP_PIPEID_OFFSET, in phHciNfc_Build_HCPHeader()
1299 phHciNfc_HCP_Packet_t *hcp_packet, in phHciNfc_Build_HCPFrame() argument
1307 phHciNfc_Build_HCPHeader( hcp_packet,chainbit,pipe_id ); in phHciNfc_Build_HCPFrame()
1309 phHciNfc_Build_HCPMessage( hcp_packet,msg_type,instruction ); in phHciNfc_Build_HCPFrame()
[all …]
DphHciNfc_RFReader.c2213 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_RFReader_Event() local
2241 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Event()
2243 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_RFReader_Event()
2249 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Event()
2251 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_RFReader_Event()
2253 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_RFReader_Event()
2299 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_RFReader_Command() local
2326 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_RFReader_Command()
2328 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_RFReader_Command()
2330 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_RFReader_Command()
[all …]
DphHciNfc_DevMgmt.c1314 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Recv_DevMgmt_Event() local
1332 hcp_packet = (phHciNfc_HCP_Packet_t *)pEvent; in phHciNfc_Recv_DevMgmt_Event()
1333 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_DevMgmt_Event()
1481 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_DevMgmt_Command() local
1515 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_DevMgmt_Command()
1517 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_DevMgmt_Command()
1519 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_DevMgmt_Command()
1570 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_DevMgmt_Event() local
1595 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_DevMgmt_Event()
1597 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_DevMgmt_Event()
[all …]
DphHciNfc_Emulation.c1172 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Recv_Uicc_Cmd() local
1186 hcp_packet = (phHciNfc_HCP_Packet_t *)pCmd; in phHciNfc_Recv_Uicc_Cmd()
1187 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_Uicc_Cmd()
1232 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Recv_Uicc_Cmd()
1233 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Recv_Uicc_Cmd()
1266 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Recv_Uicc_Event() local
1281 hcp_packet = (phHciNfc_HCP_Packet_t *)pEvent; in phHciNfc_Recv_Uicc_Event()
1282 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_Uicc_Event()
DphHciNfc_RFReaderA.c995 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_ReaderA_Command() local
1011 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_ReaderA_Command()
1018 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_ReaderA_Command()
1038 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_ReaderA_Command()
1047 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_ReaderA_Command()
1076 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_ReaderA_Command()
1078 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_ReaderA_Command()
DphHciNfc_Felica.c912 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_Felica_Command() local
928 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_Felica_Command()
930 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_Felica_Command()
942 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Felica_Command()
963 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Felica_Command()
DphHciNfc_ISO15693.c666 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_ISO15693_Command() local
682 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_ISO15693_Command()
686 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_ISO15693_Command()
688 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_ISO15693_Command()
DphHciNfc_WI.c492 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_WI_Event() local
517 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_WI_Event()
519 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_WI_Event()
521 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_WI_Event()
DphHciNfc_SWP.c655 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_SWP_Event() local
667 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_SWP_Event()
669 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_SWP_Event()
673 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_SWP_Event()
DphHciNfc_Jewel.c737 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Send_Jewel_Command() local
753 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Send_Jewel_Command()
758 phHciNfc_Build_HCPFrame(hcp_packet,HCP_CHAINBIT_DEFAULT, in phHciNfc_Send_Jewel_Command()
760 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Jewel_Command()
DphHciNfc_NfcIPMgmt.c328 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_NfcIP_Presence_Check() local
334 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_NfcIP_Presence_Check()
336 phHciNfc_Build_HCPFrame(hcp_packet,(uint8_t)HCP_CHAINBIT_DEFAULT, in phHciNfc_NfcIP_Presence_Check()
957 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_NfcIP_Send_Data() local
967 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_NfcIP_Send_Data()
968 hcp_message = &(hcp_packet->msg.message); in phHciNfc_NfcIP_Send_Data()
973 phHciNfc_Build_HCPFrame(hcp_packet,(uint8_t)HCP_CHAINBIT_DEFAULT, in phHciNfc_NfcIP_Send_Data()
2067 phHciNfc_HCP_Packet_t *hcp_packet = NULL; in phHciNfc_Initiator_Cont_Activate() local
2073 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer; in phHciNfc_Initiator_Cont_Activate()
2075 phHciNfc_Build_HCPFrame(hcp_packet,(uint8_t)HCP_CHAINBIT_DEFAULT, in phHciNfc_Initiator_Cont_Activate()
DphHciNfc_Generic.h1126 phHciNfc_HCP_Packet_t *hcp_packet,