Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 971dfed1 authored by Myles Watson's avatar Myles Watson
Browse files

AclManager: Set future to expect SetRandomAddress

Bug: 145832107
Test: bluetooth_test_gd
Change-Id: I7c04763282891eee4571f57d6048e7a7d910cf00
parent 60bc036e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ class AclManagerNoCallbacksTest : public ::testing::Test {
    fake_registry_.InjectTestModule(&Controller::Factory, test_controller_);
    client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory);
    ASSERT_NE(client_handler_, nullptr);
    test_hci_layer_->SetCommandFuture();
    fake_registry_.Start<AclManager>(&thread_);
    acl_manager_ = static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory));
    Address::FromString("A1:A2:A3:A4:A5:A6", remote);