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

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

gd: Enable scanning flag am: d69ead3c

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If729143ad9775e1d9b2ac2286f98375a51433baa
parents d29e4a70 d69ead3c
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() {