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

Commit 2012383a authored by Chris Manton's avatar Chris Manton
Browse files

Add ClearAcceptlist to legacy API

Bug: 204433265
Tag: #refactor
Test: gd/cert/run

Change-Id: Id278b5c73c2c24e5da0eb579968ec0fea58fb4b2
parent 6c1ac64c
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