Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h74 #define GAP_BONDABLE_MODE_NON 0x00 /// Non-bondable Mode macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp136 pimpl->bondableMode_ = GAP_BONDABLE_MODE_NON; in SetBondableMode()
142 pimpl->bondableMode_ = GAP_BONDABLE_MODE_NON; in SetBondableMode()
H A Dble_adapter.cpp259 int ret = BleProperties::GetInstance().SetBondableMode(GAP_BONDABLE_MODE_NON); in DisableTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp164 bondableMode_ = GAP_BONDABLE_MODE_NON; in SetBondableMode()
170 bondableMode_ = GAP_BONDABLE_MODE_NON; in SetBondableMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c934 if (localInfo->bondableMode == GAP_BONDABLE_MODE_NON) { in GAP_LePairFeatureRsp()