Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c659 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) { in SMP_RecvEncInfoProcessMaster()
729 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) { in SMP_RecvMasterIdentProcessMaster()
804 (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY)) { in SMP_RecvIdentInfoProcessMaster()
882 (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY)) { in SMP_RecvIdentAddrInfoProcessMaster()
965 (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY)) { in SMP_RecvSignInfoProcessMaster()
H A Dsmp.h122 #define SMP_KEY_DIST_BIT_ENC_KEY 0x01 macro
H A Dsmp_tool.c757 mng->local.keyDist = mng->local.keyDist & (~SMP_KEY_DIST_BIT_ENC_KEY); in SMP_CalculateKeyDistribution()
758 mng->peer.keyDist = mng->peer.keyDist & (~SMP_KEY_DIST_BIT_ENC_KEY); in SMP_CalculateKeyDistribution()
769 if (mng->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) { in SMP_SetkeyDistCmdFlag()
783 if (mng->peer.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) { in SMP_SetkeyDistCmdFlag()
H A Dsmp_hci_event.c799 (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY)) { in SMP_LinkLayerEncCompMaster()
830 (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY)) { in SMP_LinkLayerEncCompSlave()
H A Dsmp_legacy.c345 } else if ((SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) || in SMP_LegacyPairMasterStep16()
722 } else if ((SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) || in SMP_LegacyPairSlaveStep17()
H A Dsmp_send.c64 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) { in SMP_SendDistributionKeysToRemote()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c274 if (result->peerKeyDist | SMP_KEY_DIST_BIT_ENC_KEY) { in GapLePairKeyConvert()
300 if (result->localKeyDist | SMP_KEY_DIST_BIT_ENC_KEY) { in GapLePairKeyConvert()

Completed in 11 milliseconds