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

Commit 97baed46 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add ClearAcceptlist to legacy API"

parents eddfa02d 2012383a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -127,3 +127,7 @@ void bluetooth::shim::ACL_RemoveFromAddressResolution(
void bluetooth::shim::ACL_ClearAddressResolution() {
  Stack::GetInstance()->GetAcl()->ClearAddressResolution();
}

void bluetooth::shim::ACL_ClearAcceptList() {
  Stack::GetInstance()->GetAcl()->ClearAcceptList();
}
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ void ACL_AddToAddressResolution(const tBLE_BD_ADDR& legacy_address_with_type,
void ACL_RemoveFromAddressResolution(
    const tBLE_BD_ADDR& legacy_address_with_type);
void ACL_ClearAddressResolution();
void ACL_ClearAcceptList();

}  // namespace shim
}  // namespace bluetooth