Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c667 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_RecvEncInfoProcessMaster()
737 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_RecvMasterIdentProcessMaster()
808 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_RecvIdentInfoProcessMaster()
886 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_RecvIdentAddrInfoProcessMaster()
969 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_RecvSignInfoProcessMaster()
H A Dsmp.h124 #define SMP_KEY_DIST_BIT_SIGN_KEY 0x04 macro
H A Dsmp_hci_event.c803 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_LinkLayerEncCompMaster()
832 } else if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_LinkLayerEncCompSlave()
H A Dsmp_legacy.c337 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_LegacyPairMasterStep16()
714 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_LegacyPairSlaveStep17()
H A Dsmp_tool.c779 if (mng->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_SetkeyDistCmdFlag()
793 if (mng->peer.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_SetkeyDistCmdFlag()
H A Dsmp_send.c78 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_SendDistributionKeysToRemote()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c293 if (result->peerKeyDist | SMP_KEY_DIST_BIT_SIGN_KEY) { in GapLePairKeyConvert()
312 if (result->localKeyDist | SMP_KEY_DIST_BIT_SIGN_KEY) { in GapLePairKeyConvert()
347 if (result->localKeyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in GapSetLeSigningInfo()
354 if (result->peerKeyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in GapSetLeSigningInfo()

Completed in 9 milliseconds