Home
last modified time | relevance | path

Searched defs:pairMethod (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c387 … uint16_t handle, bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthenticationRequestReply()
1053 bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthReqReplyProcessMaster()
1089 static int SMP_AuthReqReplyStepTransMaster(uint8_t pairMethod) in SMP_AuthReqReplyStepTransMaster()
1126 bool accept, uint8_t rejectReason, uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthReqReplyProcessSlave()
1162 static int SMP_AuthReqReplyStepTransSlave(uint8_t pairMethod) in SMP_AuthReqReplyStepTransSlave()
1263 static void SMP_AuthReqReplyObtainEntryValue(uint8_t pairMethod, const uint8_t *entryValue) in SMP_AuthReqReplyObtainEntryValue()
1337 uint8_t pairMethod = g_smpPairMng.local.pairMethod; in SMP_PairReqReplyLegacyPair() local
1469 uint8_t pairMethod = g_smpPairMng.local.pairMethod; in SMP_PairRspReplyLegacyPair() local
1744 void SMP_NotifyCbAuthReq(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in SMP_NotifyCbAuthReq()
H A Dsmp_sc_accepter.c325 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairJustworkOrNumericSlaveStep12() local
416 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairPasskeyEntrySlaveStep3() local
455 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairPasskeyEntrySlaveStep4() local
737 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairOobSlaveStep1() local
H A Dsmp_sc_initiator.c327 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairJustworkOrNumericMasterStep13() local
398 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairPasskeyEntryMasterStep3() local
427 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairPasskeyEntryMasterStep4() local
704 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairOobMasterStep1() local
H A Dsmp_tool.c921 bool SMP_IsScOobPair(uint8_t pairMethod) in SMP_IsScOobPair()
934 bool SMP_IsPasskeyEntryPair(uint8_t pairMethod) in SMP_IsPasskeyEntryPair()
945 bool SMP_IsJustworkOrNumericPair(uint8_t pairMethod) in SMP_IsJustworkOrNumericPair()
H A Dsmp_legacy.c34 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_LegacyPairMasterStep1() local
400 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_LegacyPairSlaveStep1() local
H A Dsmp_def.h138 uint8_t pairMethod; member
269 uint8_t pairMethod; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp194 void BleSecurity::LePairMethodNotify(const BtAddr *addr, uint8_t pairMethod, void *context) in LePairMethodNotify()
738 uint8_t pairMethod = pimpl->pairMethod_; in GapLePairPassKeyReq() local
752 uint8_t pairMethod = pimpl->pairMethod_; in GapLePairPassKeyNotification() local
767 uint8_t pairMethod = pimpl->pairMethod_; in GapLePairOobReq() local
781 uint8_t pairMethod = pimpl->pairMethod_; in GapLePairScOobReq() local
795 uint8_t pairMethod = pimpl->pairMethod_; in GapLePairScUserConfirmReq() local
H A Dble_defs.h313 uint8_t pairMethod; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c98 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLePasskeyRequestProcess()
128 static void GapLeUserConfirmProcess(const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const … in GapLeUserConfirmProcess()
140 static void GapLeLegacyOOBProcess(const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const vo… in GapLeLegacyOOBProcess()
153 const BtAddr *addr, uint16_t handle, uint8_t pairMethod, const void *displayValue) in GapLeSecureConnectionOOBProcess()
206 BtAddr addr, uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapLeAuthenticationRequestProcess()
238 void GapLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *displayValue) in GapLeAuthenticationRequest()
H A Dgap_sm_receive.c28 uint8_t pairMethod; member
91 static uint8_t *GapAllocLeAuthenticationRequestValue(uint8_t pairMethod, const uint8_t *displayValu… in GapAllocLeAuthenticationRequestValue()
123 static void GapRecvLeAuthenticationRequest(uint16_t handle, uint8_t pairMethod, const uint8_t *disp… in GapRecvLeAuthenticationRequest()
H A Dgap_def.h291 uint8_t pairMethod; member