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

Commit 0d2200fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1709429

Change-Id: Ifd1914c76d4e17719ab3279133d180ec8c00e47b
parents 7c028b60 cd544d26
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()) {