Loading system/main/shim/acl_api.cc +4 −0 Original line number Diff line number Diff line Loading @@ -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(); } system/main/shim/acl_api.h +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
system/main/shim/acl_api.cc +4 −0 Original line number Diff line number Diff line Loading @@ -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(); }
system/main/shim/acl_api.h +1 −0 Original line number Diff line number Diff line Loading @@ -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