Home
last modified time | relevance | path

Searched defs:isPasskey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_accepter.c156 bool isPasskey = false; in SMP_ScPairJustworkOrNumericSlaveStep6() local
544 bool isPasskey = true; in SMP_ScPairPasskeyEntrySlaveStep9() local
644 bool isPasskey = true; in SMP_ScPairPasskeyEntrySlaveStep13() local
832 bool isPasskey = false; in SMP_ScPairOobSlaveStep10() local
H A Dsmp_sc_initiator.c184 bool isPasskey = false; in SMP_ScPairJustworkOrNumericMasterStep8() local
489 bool isPasskey = true; in SMP_ScPairPasskeyEntryMasterStep8() local
615 bool isPasskey = true; in SMP_ScPairPasskeyEntryMasterStep13() local
783 bool isPasskey = false; in SMP_ScPairOobMasterStep10() local
H A Dsmp_tool.c354 void SMP_ConstituteF4Param(bool isPasskey, SMP_CryptF4Param *param) in SMP_ConstituteF4Param()