Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.h57 int GetBondableMode() const;
H A Dble_adapter.h118 int GetBondableMode() const override;
H A Dble_properties.cpp88 int BleProperties::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::BleProperties
H A Dble_adapter.cpp890 int BleAdapter::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::BleAdapter
895 return BleProperties::GetInstance().GetBondableMode(); in GetBondableMode()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h113 virtual int GetBondableMode() const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h164 int GetBondableMode() const;
H A Dclassic_adapter_properties.cpp152 int ClassicAdapterProperties::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::ClassicAdapterProperties
H A Dclassic_adapter.h109 int GetBondableMode() const override;
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()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h585 int GetBondableMode(int transport) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h83 virtual int32_t GetBondableMode(const int32_t transport) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h79 int32_t GetBondableMode(const int32_t transport) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h58 int32_t GetBondableMode(const int32_t transport) override;
/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()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1070 int32_t BluetoothHostServer::GetBondableMode(int32_t transport) in GetBondableMode() function in OHOS::Bluetooth::BluetoothHostServer
1076 return classicService->GetBondableMode(); in GetBondableMode()
1078 return bleService->GetBondableMode(); in GetBondableMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp516 int32_t BluetoothHostProxy::GetBondableMode(const int32_t transport) in GetBondableMode() function in OHOS::Bluetooth::BluetoothHostProxy
521 HILOGE("BluetoothHostProxy::GetBondableMode WriteInterfaceToken error"); in GetBondableMode()
525 HILOGE("BluetoothHostProxy::GetBondableMode WriteInterfaceToken error"); in GetBondableMode()
532 HILOGE("BluetoothHostProxy::GetBondableMode done fail, error: %{public}d", error); in GetBondableMode()
536 HILOGE("BluetoothHostProxy::GetBondableMode Read reply fail"); in GetBondableMode()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp638 int32_t result = GetBondableMode(transport); in GetBondableModeInner()

Completed in 42 milliseconds