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

Commit ced7f993 authored by Chienyuan's avatar Chienyuan Committed by Jack He
Browse files

gd: Start vendor specific event manager when hci enable

Tag: #gd-refactor
Bug: 188118934
Test: gd/cert/run
Test: bluetooth_test_gd
Ignore-AOSP-First: Patch merged in AOSP
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I24d5e62344376ff63c8d17d58ced41762542c01b
Merged-In: I24d5e62344376ff63c8d17d58ced41762542c01b
parent e1f9beac
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()) {