Home
last modified time | relevance | path

Searched defs:bleState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_dumper.cpp67 std::string bleState = hostServer->IsBleEnabled() ? "enabled\n" : "disabled\n"; in BtCommStateDump() local
H A Dbluetooth_host_server.cpp802 static int32_t ConvertBTStateIDToBluetoothState(int32_t brState, int32_t bleState) in ConvertBTStateIDToBluetoothState()
825 … int32_t bleState = IAdapterManager::GetInstance()->GetState(bluetooth::BTTransport::ADAPTER_BLE); in GetBtState() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp625 int bleState = pimpl->bleAdapter_ ? pimpl->bleAdapter_->state : BTStateID::STATE_TURN_OFF; in OnAdapterStateChange() local