Home
last modified time | relevance | path

Searched refs:SEC_MODE_2 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h317 int securityMode_ {SEC_MODE_2};
H A Dclassic_adapter_properties.cpp78 if ((securityMode_ != SEC_MODE_2) && (securityMode_ != SEC_MODE_4)) { in LoadHostInfo()
79 securityMode_ = SEC_MODE_2; in LoadHostInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h168 SEC_MODE_2, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c73 if (*GapGetSecurityMode() != SEC_MODE_2) { in GapAllocReqSecInfo()
416 if (*GapGetSecurityMode() != SEC_MODE_2) { in GAP_RequestSecurity()
494 if (mode != SEC_MODE_2 && mode != SEC_MODE_4) { in GAP_SetSecurityMode()
693 if (*GapGetSecurityMode() == SEC_MODE_2) { in GapUpdateSecurityStatusConnectComplete()
H A Dgap.c1200 if (*GapGetSecurityMode() != SEC_MODE_2) { in GapAclConnectionComplete()