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

Commit cd544d26 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "gd: Start vendor specific event manager when hci enable"

parents 01d1309b 66fd1d8e
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()) {