Set g3 bluetooth adapter to be enabled by default and remove Toggle()

PiperOrigin-RevId: 509962396
This commit is contained in:
Aaron Yu
2023-02-15 16:25:43 -08:00
committed by Copybara-Service
parent afd1a0b10d
commit fc1811f966
9 changed files with 14 additions and 97 deletions
@@ -155,7 +155,7 @@ class BluetoothAdapter : public api::BluetoothAdapter {
std::string mac_address_;
ScanMode mode_ ABSL_GUARDED_BY(mutex_) = ScanMode::kNone;
std::string name_ ABSL_GUARDED_BY(mutex_) = "unknown G3 BT device";
bool enabled_ ABSL_GUARDED_BY(mutex_) = false;
bool enabled_ ABSL_GUARDED_BY(mutex_) = true;
};
} // namespace g3