aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-20 01:39:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-20 01:39:02 +0000
commitb07464b6488e9cab2de4260c43e9329544ca976f (patch)
treeeee4765dadf7d47f5a845f5169730891f33f7f1f
parent759e05e676cd4a29564b6a1aee16804dbccf8c01 (diff)
parentfa9b6e6d091926c76e4671263885645db9b9c0bc (diff)
downloadnetsim-android14-d1-s6-release.tar.gz
Change-Id: I24c7b7a3e704c1e37d62bd351e4eb2be4413da03
-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 a823b32..c691d03 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);