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

Commit 5c2af370 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add ClearAcceptlist to legacy API" am: 97baed46

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1898150

Change-Id: Ib40e002965c46b48b1f1ba41b08707a73f6f12ec
parents 9ec9b4f3 97baed46
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -127,3 +127,7 @@ void bluetooth::shim::ACL_RemoveFromAddressResolution(
void bluetooth::shim::ACL_ClearAddressResolution() {
void bluetooth::shim::ACL_ClearAddressResolution() {
  Stack::GetInstance()->GetAcl()->ClearAddressResolution();
  Stack::GetInstance()->GetAcl()->ClearAddressResolution();
}
}

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


}  // namespace shim
}  // namespace shim
}  // namespace bluetooth
}  // namespace bluetooth