Home
last modified time | relevance | path

Searched refs:GetBondableMode (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.h59 int GetBondableMode() const;
H A Dble_adapter.h118 int GetBondableMode() const override;
H A Dble_properties.cpp120 int BleProperties::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::BleProperties
H A Dble_adapter.cpp920 int BleAdapter::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::BleAdapter
925 return BleProperties::GetInstance().GetBondableMode(); in GetBondableMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h113 virtual int GetBondableMode() const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h164 int GetBondableMode() const;
H A Dclassic_adapter.h109 int GetBondableMode() const override;
H A Dclassic_adapter_properties.cpp150 int ClassicAdapterProperties::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::ClassicAdapterProperties
H A Dclassic_adapter.cpp533 int ClassicAdapter::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::ClassicAdapter
536 return adapterProperties_.GetBondableMode(); in GetBondableMode()
1532 if (adapterProperties_.GetBondableMode() == BONDABLE_MODE_ON) { in ReceiveLinkKeyNotification()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h604 int GetBondableMode(int transport) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h56 int32_t GetBondableMode(const int32_t transport) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h81 virtual int32_t GetBondableMode(const int32_t transport) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h79 int32_t GetBondableMode(const int32_t transport) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1091 int32_t BluetoothHostServer::GetBondableMode(int32_t transport) in GetBondableMode() function in OHOS::Bluetooth::BluetoothHostServer
1097 return classicService->GetBondableMode(); in GetBondableMode()
1099 return bleService->GetBondableMode(); in GetBondableMode()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp989 int BluetoothHost::GetBondableMode(int transport) const in GetBondableMode() function in OHOS::Bluetooth::BluetoothHost
995 return proxy->GetBondableMode(transport); in GetBondableMode()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp485 int32_t BluetoothHostProxy::GetBondableMode(const int32_t transport) in GetBondableMode() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp604 int32_t result = GetBondableMode(transport); in GetBondableModeInner()