Home
last modified time | relevance | path

Searched refs:IsBrEnabled (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_dumper.cpp63 std::string btState = hostServer->IsBrEnabled() ? "enabled\n" : "disabled\n"; in BtCommStateDump()
H A Dbluetooth_host_server.cpp895 bool BluetoothHostServer::IsBrEnabled() in IsBrEnabled() function in OHOS::Bluetooth::BluetoothHostServer
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h407 bool IsBrEnabled() const;
H A Dbluetooth_def.h1540 #define IS_BT_ENABLED() (BluetoothHost::GetDefaultHost().IsBrEnabled())
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h71 virtual bool IsBrEnabled() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h67 bool IsBrEnabled() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h46 bool IsBrEnabled() override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp801 bool BluetoothHost::IsBrEnabled() const in IsBrEnabled() function in OHOS::Bluetooth::BluetoothHost
809 return proxy->IsBrEnabled(); in IsBrEnabled()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp237 bool isEnabled = Bluetooth::BluetoothHost::GetDefaultHost().IsBrEnabled(); in IsBtEnabled()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp257 bool BluetoothHostProxy::IsBrEnabled() in IsBrEnabled() function in OHOS::Bluetooth::BluetoothHostProxy
261 HILOGE("BluetoothHostProxy::IsBrEnabled WriteInterfaceToken error"); in IsBrEnabled()
268 HILOGE("BluetoothHostProxy::IsBrEnabled done fail, error: %{public}d", error); in IsBrEnabled()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp410 bool result = IsBrEnabled(); in IsBrEnabledInner()

Completed in 18 milliseconds