Home
last modified time | relevance | path

Searched refs:pairType (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c501 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_OnLeLongTermKeyReqTask()
786 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_LinkLayerEncCompMaster()
798 if ((SMP_GetPairMng()->pairType) == SMP_PAIR_TYPE_LEGACY && in SMP_LinkLayerEncCompMaster()
805 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_LinkLayerEncCompMaster()
829 if ((SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) && in SMP_LinkLayerEncCompSlave()
833 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_LinkLayerEncCompSlave()
839 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_LinkLayerEncCompSlave()
855 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_LinkLayerEncCompSlave()
H A Dsmp_receive.c803 if ((SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) && in SMP_RecvIdentInfoProcessMaster()
810 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_RecvIdentInfoProcessMaster()
881 if ((SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) && in SMP_RecvIdentAddrInfoProcessMaster()
888 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_RecvIdentAddrInfoProcessMaster()
964 if ((SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) && in SMP_RecvSignInfoProcessMaster()
971 if (SMP_GetPairMng()->pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_RecvSignInfoProcessMaster()
H A Dsmp.h147 uint8_t pairType; member
H A Dsmp_def.h163 uint8_t pairType; member
H A Dsmp_tool.c714 mng->pairType = SMP_PAIR_TYPE_SECURE_CONNECTION; in SMP_CalculatePairType()
716 mng->pairType = SMP_PAIR_TYPE_LEGACY; in SMP_CalculatePairType()
735 if (SMP_PAIR_TYPE_LEGACY == mng->pairType) { in SMP_CalculatePairMethod()
756 if (SMP_PAIR_TYPE_SECURE_CONNECTION == mng->pairType) { in SMP_CalculateKeyDistribution()
H A Dsmp.c493 if (g_smpPairMng.pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_RemotePairReqReplyTask()
537 if (g_smpPairMng.pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_RemotePairRspReplyTask()
1094 if (g_smpPairMng.pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_AuthReqReplyStepTransMaster()
1166 if (g_smpPairMng.pairType == SMP_PAIR_TYPE_LEGACY) { in SMP_AuthReqReplyStepTransSlave()
1571 pairResult.pairType = g_smpPairMng.pairType; in SMP_GenPairRetNormal()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c157 LOG_INFO("pairType:%hhu bondedFlag:%hhu authFlag:0x%02x encKeySize:%hhu localKeyDist:0x%02x peerKeyDist:0x%02x", in GapRecvLePairResult()
158 result->pairType, in GapRecvLePairResult()

Completed in 10 milliseconds