Home
last modified time | relevance | path

Searched refs:SMP_ROLE_SLAVE (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_accepter.c158 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairJustworkOrNumericSlaveStep6()
189 SMP_ROLE_SLAVE, in SMP_ScPairJustworkOrNumericSlaveStep7()
208 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairJustworkOrNumericSlaveStep8()
276 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairJustworkOrNumericSlaveStep10()
307 SMP_ROLE_SLAVE, in SMP_ScPairJustworkOrNumericSlaveStep11()
329 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairJustworkOrNumericSlaveStep12()
546 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairPasskeyEntrySlaveStep9()
577 SMP_ROLE_SLAVE, in SMP_ScPairPasskeyEntrySlaveStep10()
596 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairPasskeyEntrySlaveStep11()
646 int ret = SMP_EncryptCompleteJudgeException(encData->encRetParam->status, SMP_ROLE_SLAVE); in SMP_ScPairPasskeyEntrySlaveStep13()
[all...]
H A Dsmp_legacy.c470 SMP_ConstituteC1Step1Param(SMP_ROLE_SLAVE, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN, &cryptC1Step1Param); in SMP_LegacyPairSlaveStep5()
489 int ret = SMP_ConstituteC1Step2Param(encData, SMP_ROLE_SLAVE, &cryptC1Step2Param); in SMP_LegacyPairSlaveStep6()
510 int ret = SMP_EncryptCompleteJudgeException(returnParam->status, SMP_ROLE_SLAVE); in SMP_LegacyPairSlaveStep7()
538 SMP_ConstituteC1Step1Param(SMP_ROLE_SLAVE, SMP_GetPairMng()->peer.random, SMP_RANDOM_DATA_LEN, &cryptC1Step1Param); in SMP_LegacyPairSlaveStep8()
557 int ret = SMP_ConstituteC1Step2Param(encData, SMP_ROLE_SLAVE, &cryptC1Step2Param); in SMP_LegacyPairSlaveStep9()
580 int ret = SMP_EncryptCompleteJudgeException(returnParam->status, SMP_ROLE_SLAVE); in SMP_LegacyPairSlaveStep10()
617 int ret = SMP_EncryptCompleteJudgeException(returnParam->status, SMP_ROLE_SLAVE); in SMP_LegacyPairSlaveStep11()
H A Dsmp_def.h81 #define SMP_ROLE_SLAVE 0x01 macro
H A Dsmp_hci_event.c485 if (SMP_GetPairMng()->role != SMP_ROLE_SLAVE) { in SMP_OnLeLongTermKeyReqTask()
540 if (SMP_GetPairMng()->role != SMP_ROLE_SLAVE) { in SMP_OnLeLongTermKeyReqReplyCompTask()
H A Dsmp_receive.c213 SMP_GetPairMng()->role = SMP_ROLE_SLAVE; in SMP_ReceivePairingRequest()
H A Dsmp.c1305 if (g_smpPairMng.role != SMP_ROLE_SLAVE) { in SMP_PairReqReplyJudgeException()

Completed in 15 milliseconds