Searched defs:ce_gate (Results 1 - 1 of 1) sorted by last modified time

/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.c1845 phHciNfc_GateID_t ce_gate = phHciNfc_UnknownGate; local
1862 ce_gate = phHciNfc_CETypeAGate;
1870 ce_gate = phHciNfc_CETypeBGate;
1892 if(phHciNfc_UnknownGate != ce_gate)
1894 status = phHciNfc_Admin_CE_Init(psHciContext, pHwRef, ce_gate);

Completed in 131 milliseconds