diff options
Diffstat (limited to 'system/test/mock/mock_stack_acl.cc')
-rw-r--r-- | system/test/mock/mock_stack_acl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/test/mock/mock_stack_acl.cc b/system/test/mock/mock_stack_acl.cc index b9f405e23b..600cfbbc04 100644 --- a/system/test/mock/mock_stack_acl.cc +++ b/system/test/mock/mock_stack_acl.cc @@ -272,7 +272,8 @@ bool acl_peer_supports_sniff_subrating(const RawAddress& remote_bda) { } bool acl_refresh_remote_address(const RawAddress& identity_address, tBLE_ADDR_TYPE identity_address_type, - const RawAddress& bda, tBLE_ADDR_TYPE rra_type, + const RawAddress& bda, + tBTM_SEC_BLE::tADDRESS_TYPE rra_type, const RawAddress& rpa) { mock_function_count_map[__func__]++; return test::mock::stack_acl::acl_refresh_remote_address( |