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

Commit 66fd1d8e authored by Chienyuan's avatar Chienyuan
Browse files

gd: Start vendor specific event manager when hci enable

Tag: #gd-refactor
Bug: 188118934
Test: gd/cert/run
Test: bluetooth_test_gd
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I24d5e62344376ff63c8d17d58ced41762542c01b
parent d5a9835a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,12 +99,12 @@ void Stack::StartEverything() {
    modules.add<hci::HciLayer>();
    modules.add<storage::StorageModule>();
    modules.add<shim::Dumpsys>();
    modules.add<hci::VendorSpecificEventManager>();
  }
  if (common::init_flags::gd_controller_is_enabled()) {
    modules.add<hci::Controller>();
  }
  if (common::init_flags::gd_acl_is_enabled()) {
    modules.add<hci::VendorSpecificEventManager>();
    modules.add<hci::AclManager>();
  }
  if (common::init_flags::gd_l2cap_is_enabled()) {