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

Commit d69ead3c authored by Chienyuan's avatar Chienyuan
Browse files

gd: Enable scanning flag

Tag: #gd-refactor
Bug: 177044452
Test: manual
Change-Id: I754ffb63d3dc116203bf58a52816a7010d206492
parent b713d331
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -59,9 +59,7 @@ bool bluetooth::shim::is_gd_advertising_enabled() {
}

bool bluetooth::shim::is_gd_scanning_enabled() {
  // TODO enable when scanning module ready
  // return bluetooth::common::init_flags::gd_scanning_is_enabled();
  return false;
  return bluetooth::common::init_flags::gd_scanning_is_enabled();
}

bool bluetooth::shim::is_gd_security_enabled() {