Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_dumper.cpp61 sptr<BluetoothHostServer> hostServer = BluetoothHostServer::GetInstance(); in BtCommStateDump() local
63 std::string btState = hostServer->IsBrEnabled() ? "enabled\n" : "disabled\n"; in BtCommStateDump()
67 std::string bleState = hostServer->IsBleEnabled() ? "enabled\n" : "disabled\n"; in BtCommStateDump()