Home | History | Annotate | Download | only in src

Lines Matching refs:gate_id

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;
475 id_dest.gate_id = (uint8_t)phHciNfc_PN544MgmtGate;
499 id_dest.gate_id = (uint8_t)phHciNfc_PollingLoopGate;
520 id_dest.gate_id = (uint8_t)phHciNfc_RFReaderAGate;
542 id_dest.gate_id = (uint8_t)phHciNfc_RFReaderBGate;
566 id_dest.gate_id = (uint8_t)phHciNfc_RFReaderFGate;
589 id_dest.gate_id = (uint8_t)phHciNfc_JewelReaderGate;
612 id_dest.gate_id = (uint8_t)phHciNfc_ISO15693Gate;
634 id_dest.gate_id = (uint8_t)phHciNfc_NFCIP1InitRFGate;
656 id_dest.gate_id = (uint8_t)phHciNfc_NFCIP1TargetRFGate;
679 id_dest.gate_id = (uint8_t)phHciNfc_NfcWIMgmtGate;
700 id_dest.gate_id = (uint8_t)phHciNfc_SwpMgmtGate;
787 phHciNfc_GateID_t gate_id = phHciNfc_UnknownGate;
799 gate_id = (phHciNfc_GateID_t )pPipeInfo->pipe.dest.gate_id ;
800 switch( gate_id )