Home
last modified time | relevance | path

Searched refs:SMP_AUTH_REQ_BONDING (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h73 #define AUTH_REQ_DEFAULT (SMP_AUTH_REQ_BONDING | SMP_AUTH_REQ_BIT_MITM | SMP_AUTH_REQ_BIT_SC)
H A Dgap_le_sec.c726 authReq &= GapIsLeBondableMode() ? ~0 : ~SMP_AUTH_REQ_BONDING; in GapLeRequestSecurityProcess()
728 authReq &= GapIsLeBondableMode() ? ~0 : ~SMP_AUTH_REQ_BONDING; in GapLeRequestSecurityProcess()
935 localFeature.authReq &= ~SMP_AUTH_REQ_BONDING; in GAP_LePairFeatureRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h116 #define SMP_AUTH_REQ_BONDING 0x01 macro
H A Dsmp_send.c544 if (!((SMP_GetPairMng()->local.pairParam.authReq & SMP_AUTH_REQ_BONDING) && in SMP_SendKeysToRemoteCbProcess()
545 (SMP_GetPairMng()->peer.pairParam.authReq & SMP_AUTH_REQ_BONDING))) { in SMP_SendKeysToRemoteCbProcess()
H A Dsmp.c1573 if ((g_smpPairMng.local.pairParam.authReq & SMP_AUTH_REQ_BONDING) && in SMP_GenPairRetNormal()
1574 (g_smpPairMng.peer.pairParam.authReq & SMP_AUTH_REQ_BONDING)) { in SMP_GenPairRetNormal()

Completed in 8 milliseconds