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

Commit e21037d2 authored by Chienyuan's avatar Chienyuan Committed by Automerger Merge Worker
Browse files

gd: Enable scanning flag am: d69ead3c am: a4621206

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9a757353ffcf78f5891cea4ed5ee9ad7ac33b656
parents edd16a95 a4621206
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() {