Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_Pipe.c124 phHciNfc_Pipe_Info_t **ppPipeHandle
147 phHciNfc_Pipe_Info_t **ppPipeHandle in phHciNfc_Create_Pipe() argument
152 *ppPipeHandle = (phHciNfc_Pipe_Info_t *) in phHciNfc_Create_Pipe()
155 if(NULL != *ppPipeHandle) in phHciNfc_Create_Pipe()
158 (*ppPipeHandle)->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID; in phHciNfc_Create_Pipe()
161 (*ppPipeHandle)->pipe.source.gate_id = in phHciNfc_Create_Pipe()
163 (*ppPipeHandle)->pipe.dest.host_id = in phHciNfc_Create_Pipe()
165 (*ppPipeHandle)->pipe.dest.gate_id = in phHciNfc_Create_Pipe()
171 (*ppPipeHandle)->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; in phHciNfc_Create_Pipe()
175 ,*ppPipeHandle ); in phHciNfc_Create_Pipe()