aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hci/bluetooth_facade.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hci/bluetooth_facade.cc b/src/hci/bluetooth_facade.cc
index a823b321..c691d037 100644
--- a/src/hci/bluetooth_facade.cc
+++ b/src/hci/bluetooth_facade.cc
@@ -89,10 +89,8 @@ size_t phy_classic_index_;
bool mStarted = false;
std::shared_ptr<rootcanal::AsyncManager> mAsyncManager;
-
std::unique_ptr<SimTestModel> gTestModel;
-
-std::string controller_properties_ = "";
+rootcanal::ControllerProperties controller_properties_;
bool ChangedState(model::State a, model::State b) {
return (b != model::State::UNKNOWN && a != b);