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

Commit 3120a44b authored by Chienyuan's avatar Chienyuan
Browse files

gd: Enable advertising module by INIT flag

Tag: #gd-refactor
Bug: 169125803
Test: cert/run --host
Test: atest --host bluetooth_test_gd
Change-Id: I5f1244d71a77b9d8f470dfd621d50bd23788529b
parent 6c7145ab
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -55,9 +55,7 @@ EXPORT_SYMBOL extern const module_t gd_shim_module = {
    .dependencies = {kUnusedModuleDependencies}};

bool bluetooth::shim::is_gd_advertising_enabled() {
  // TODO enable when module ready
  // return bluetooth::common::init_flags::gd_advertising_is_enabled();
  return false;
  return bluetooth::common::init_flags::gd_advertising_is_enabled();
}

bool bluetooth::shim::is_gd_security_enabled() {