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

Commit 4cde9256 authored by Chris Manton's avatar Chris Manton
Browse files

Shim in is_gd_link_policy_enabled

Bug: 175344733
Test: cert
Tag: #refactor

Change-Id: Ibe1bbd5905b0427e5ca649b9fd95abca490f1ecf
parent aef5c83f
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();