Home
last modified time | relevance | path

Searched refs:SMP_LEGACY_PAIR_MASTER_STEP_2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.h27 #define SMP_LEGACY_PAIR_MASTER_STEP_2 0x0002 macro
H A Dsmp.c1070 if ((g_smpPairMng.step != SMP_LEGACY_PAIR_MASTER_STEP_2) && in SMP_AuthReqReplyJudgeExceptionMaster()
1475 ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_2); in SMP_PairRspReplyLegacyPair()
1490 g_smpPairMng.step = SMP_LEGACY_PAIR_MASTER_STEP_2; in SMP_PairRspReplyLegacyPair()
H A Dsmp_legacy.c41 SMP_GetPairMng()->step = SMP_LEGACY_PAIR_MASTER_STEP_2; in SMP_LegacyPairMasterStep1()