Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h75 #define GAP_BONDABLE_MODE 0x01 /// Boneable Mode macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp139 pimpl->bondableMode_ = GAP_BONDABLE_MODE; in SetBondableMode()
H A Dble_adapter.cpp228 ret = BleProperties::GetInstance().SetBondableMode(GAP_BONDABLE_MODE); in InitBtmAndGap()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c321 isBondMode = (g_gapMng.bredr.bondableMode == GAP_BONDABLE_MODE); in GapIsBondMode()
387 return g_gapMng.le.local.bondableMode == GAP_BONDABLE_MODE; in GapIsLeBondableMode()
856 if (bondableMode == GAP_BONDABLE_MODE) { in GAP_SetBondableMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp167 bondableMode_ = GAP_BONDABLE_MODE; in SetBondableMode()