Home
last modified time | relevance | path

Searched refs:SMP_LEGACY_PAIR_MASTER_STEP_1 (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.h26 #define SMP_LEGACY_PAIR_MASTER_STEP_1 0x0001 macro
H A Dsmp_hci_event.c245 if (step >= SMP_LEGACY_PAIR_MASTER_STEP_1 && step <= SMP_LEGACY_PAIR_MASTER_STEP_18) { in GetPairTable()
246 return g_masLegacy[step - SMP_LEGACY_PAIR_MASTER_STEP_1]; in GetPairTable()
H A Dsmp_receive.c298 if (SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_1) { in SMP_RecvPairRspJudgeException()
299 LOG_INFO("It's not SMP_LEGACY_PAIR_MASTER_STEP_1."); in SMP_RecvPairRspJudgeException()
H A Dsmp.c333 g_smpPairMng.step = SMP_LEGACY_PAIR_MASTER_STEP_1; in SMP_StartPairTask()
334 LOG_DEBUG("SMP_LEGACY_PAIR_MASTER_STEP_1 started."); in SMP_StartPairTask()
1448 if (g_smpPairMng.step != SMP_LEGACY_PAIR_MASTER_STEP_1) { in SMP_PairRspReplyJudgeException()
1450 LOG_ERROR("It's not SMP_LEGACY_PAIR_MASTER_STEP_1"); in SMP_PairRspReplyJudgeException()

Completed in 6 milliseconds