OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gate_id
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_Pipe.c
161
(*ppPipeHandle)->pipe.source.
gate_id
=
162
((phHciNfc_Gate_Info_t *)destination)->
gate_id
;
165
(*ppPipeHandle)->pipe.dest.
gate_id
=
166
((phHciNfc_Gate_Info_t *)destination)->
gate_id
;
213
p_pipe_info->pipe.source.
gate_id
=
217
p_pipe_info->pipe.dest.
gate_id
=
334
id_dest.
gate_id
= (uint8_t)phHciNfc_CETypeAGate;
351
id_dest.
gate_id
= (uint8_t)phHciNfc_CETypeBGate;
369
id_dest.
gate_id
= (uint8_t)phHciNfc_CETypeFGate;
454
id_dest.
gate_id
= (uint8_t)phHciNfc_IdentityMgmtGate
787
phHciNfc_GateID_t
gate_id
= phHciNfc_UnknownGate;
local
[
all
...]
phHciNfc_AdminMgmt.c
744
hcp_message->payload[i++] = p_pipe_info->pipe.source.
gate_id
;
746
hcp_message->payload[i++] = p_pipe_info->pipe.dest.
gate_id
;
[
all
...]
phHciNfc_Generic.h
547
uint8_t
gate_id
;
member in struct:phHciNfc_Gate_Info
[
all
...]
phHciNfc_Emulation.c
186
pPipeInfo->pipe.source.
gate_id
=
192
pPipeInfo->pipe.dest.
gate_id
=
[
all
...]
Completed in 304 milliseconds