Home
last modified time | relevance | path

Searched refs:hcp_message (Results 1 – 12 of 12) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_AdminMgmt.c708 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_Admin_Cmd() local
738 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Admin_Cmd()
744 hcp_message->payload[i++] = p_pipe_info->pipe.source.gate_id; in phHciNfc_Send_Admin_Cmd()
745 hcp_message->payload[i++] = p_pipe_info->pipe.dest.host_id; in phHciNfc_Send_Admin_Cmd()
746 hcp_message->payload[i++] = p_pipe_info->pipe.dest.gate_id; in phHciNfc_Send_Admin_Cmd()
772 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Admin_Cmd()
773 hcp_message->payload[i++] = pipe_id ; in phHciNfc_Send_Admin_Cmd()
787 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Admin_Cmd()
837 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Recv_Admin_Response() local
856 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_Admin_Response()
[all …]
DphHciNfc_Emulation.c1173 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Recv_Uicc_Cmd() local
1187 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_Uicc_Cmd()
1191 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Cmd()
1267 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Recv_Uicc_Event() local
1282 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_Uicc_Event()
1285 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Event()
1305 switch (hcp_message->payload[i]) in phHciNfc_Recv_Uicc_Event()
1315 hcp_message->payload[i++]; in phHciNfc_Recv_Uicc_Event()
1317 &(hcp_message->payload[i]), in phHciNfc_Recv_Uicc_Event()
1332 hcp_message->payload[i++]; in phHciNfc_Recv_Uicc_Event()
[all …]
DphHciNfc_Felica.c913 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_Felica_Command() local
942 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Felica_Command()
945 hcp_message->payload[i++] = nxp_nfc_felica_timeout ; in phHciNfc_Send_Felica_Command()
947 hcp_message->payload[i++] = FELICA_STATUS; in phHciNfc_Send_Felica_Command()
949 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_Felica_Command()
963 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Felica_Command()
966 hcp_message->payload[i++] = in phHciNfc_Send_Felica_Command()
968 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_Felica_Command()
DphHciNfc_RFReaderA.c996 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_ReaderA_Command() local
1038 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_ReaderA_Command()
1041 hcp_message->payload[i++] = nxp_nfc_mifareraw_timeout; in phHciNfc_Send_ReaderA_Command()
1043 hcp_message->payload[i++] = RDR_A_MIFARE_STATUS; in phHciNfc_Send_ReaderA_Command()
1050 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_ReaderA_Command()
1078 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_ReaderA_Command()
1081 hcp_message->payload[i++] = in phHciNfc_Send_ReaderA_Command()
1084 hcp_message->payload[i++] = in phHciNfc_Send_ReaderA_Command()
1086 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_ReaderA_Command()
DphHciNfc_Generic.c1259 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Build_HCPMessage() local
1261 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Build_HCPMessage()
1263 hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_TYPE_OFFSET, in phHciNfc_Build_HCPMessage()
1266hcp_message->msg_header = (uint8_t) SET_BITS8(hcp_message->msg_header,HCP_MSG_INSTRUCTION_OFFSET, in phHciNfc_Build_HCPMessage()
1359 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_Generic_Cmd() local
1389 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Generic_Cmd()
1390 hcp_message->payload[i++] = p_pipe_info->reg_index ; in phHciNfc_Send_Generic_Cmd()
1391 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_Generic_Cmd()
1404 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Generic_Cmd()
1405 hcp_message->payload[i++] = p_pipe_info->reg_index ; in phHciNfc_Send_Generic_Cmd()
DphHciNfc_DevMgmt.c1315 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Recv_DevMgmt_Event() local
1333 hcp_message = &hcp_packet->msg.message; in phHciNfc_Recv_DevMgmt_Event()
1336 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_DevMgmt_Event()
1482 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_DevMgmt_Command() local
1519 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_DevMgmt_Command()
1521 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_DevMgmt_Command()
1571 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_DevMgmt_Event() local
1599 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_DevMgmt_Event()
1601 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_DevMgmt_Event()
DphHciNfc_ISO15693.c667 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_ISO15693_Command() local
688 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_ISO15693_Command()
692 hcp_message->payload[i++] = in phHciNfc_Send_ISO15693_Command()
695 hcp_message->payload[i++] = in phHciNfc_Send_ISO15693_Command()
698 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_ISO15693_Command()
DphHciNfc_RFReader.c2214 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_RFReader_Event() local
2253 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_RFReader_Event()
2254 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_RFReader_Event()
2300 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_RFReader_Command() local
2330 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_RFReader_Command()
2332 hcp_message->payload[i++] = nxp_nfc_isoxchg_timeout ; in phHciNfc_Send_RFReader_Command()
2333 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_RFReader_Command()
2357 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_RFReader_Command()
2359 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_RFReader_Command()
DphHciNfc_WI.c493 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_WI_Event() local
521 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_WI_Event()
522 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_WI_Event()
DphHciNfc_Jewel.c738 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_Jewel_Command() local
760 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_Jewel_Command()
761 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_Jewel_Command()
DphHciNfc_SWP.c656 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_Send_SWP_Event() local
673 hcp_message = &(hcp_packet->msg.message); in phHciNfc_Send_SWP_Event()
675 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_Send_SWP_Event()
DphHciNfc_NfcIPMgmt.c958 phHciNfc_HCP_Message_t *hcp_message = NULL; in phHciNfc_NfcIP_Send_Data() local
968 hcp_message = &(hcp_packet->msg.message); in phHciNfc_NfcIP_Send_Data()
969 hcp_message->payload[i] = sData->params.nfc_info.more_info; in phHciNfc_NfcIP_Send_Data()
977 phHciNfc_Append_HCPFrame((uint8_t *)hcp_message->payload, in phHciNfc_NfcIP_Send_Data()