aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-20 01:38:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-20 01:38:33 +0000
commit86806080b265f1f018c45677af42d04afd85f368 (patch)
treeeee4765dadf7d47f5a845f5169730891f33f7f1f
parent1a01da0aaf7ee8318101843d08751290e0c2ee76 (diff)
parente7fd1e9917a65bff45326a2592537c1b185a2a97 (diff)
downloadnetsim-android14-s2-release.tar.gz
Change-Id: I32802502dd207dc82d3ff3fb747aad4bab122f57
-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);