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

Commit a505f96e authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Shim in is_gd_link_policy_enabled am: 4cde9256 am: cb7ab140

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2d512c14eb928e53325b252c165336934d0dd421
parents 09136bba cb7ab140
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -72,6 +72,10 @@ bool bluetooth::shim::is_gd_acl_enabled() {
  return bluetooth::common::init_flags::gd_acl_is_enabled();
}

bool bluetooth::shim::is_gd_link_policy_enabled() {
  return bluetooth::common::init_flags::gd_link_policy_is_enabled();
}

bool bluetooth::shim::is_gd_hci_enabled() {
  return bluetooth::common::init_flags::gd_hci_is_enabled();
}
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ bool is_gd_advertising_enabled();
bool is_gd_scanning_enabled();
bool is_gd_security_enabled();
bool is_gd_acl_enabled();
bool is_gd_link_policy_enabled();
bool is_gd_hci_enabled();
bool is_gd_controller_enabled();
bool is_gd_l2cap_enabled();