Home
last modified time | relevance | path

Searched refs:host_id (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Pipe.c158 (*ppPipeHandle)->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID; in phHciNfc_Create_Pipe()
163 (*ppPipeHandle)->pipe.dest.host_id = in phHciNfc_Create_Pipe()
164 ((phHciNfc_Gate_Info_t *)destination)->host_id; in phHciNfc_Create_Pipe()
210 p_pipe_info->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID; in phHciNfc_Update_Pipe()
215 p_pipe_info->pipe.dest.host_id = in phHciNfc_Update_Pipe()
333 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID; in phHciNfc_CE_Pipes_OP()
350 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID; in phHciNfc_CE_Pipes_OP()
368 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID; in phHciNfc_CE_Pipes_OP()
453 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID; in phHciNfc_Create_All_Pipes()
474 id_dest.host_id = (uint8_t)phHciNfc_HostControllerID; in phHciNfc_Create_All_Pipes()
[all …]
DphHciNfc_AdminMgmt.c745 hcp_message->payload[i++] = p_pipe_info->pipe.dest.host_id; in phHciNfc_Send_Admin_Cmd()
1003 p_pipe_info->pipe.source.host_id = in phHciNfc_Recv_Admin_Cmd()
1009 p_pipe_info->pipe.dest.host_id = in phHciNfc_Recv_Admin_Cmd()
DphHciNfc_Emulation.c183 pPipeInfo->pipe.source.host_id = in phHciNfc_Uicc_Connectivity()
189 pPipeInfo->pipe.dest.host_id = in phHciNfc_Uicc_Connectivity()
DphHciNfc_Generic.h549 uint8_t host_id; member