summaryrefslogtreecommitdiff
path: root/system/test/mock/mock_stack_acl.cc
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2022-03-18 16:03:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-18 16:03:42 +0000
commit0f73119b1533aa984eeffc20e1e96ce48647bcdc (patch)
treebc0885f6e9a2c90f645ca1d0d4070bc091af7c35 /system/test/mock/mock_stack_acl.cc
parente38cfa12bff3c78360e3f5672a80a68ebb2eecbf (diff)
parent58583df6d8694de857129bc4fce9bac47bed5119 (diff)
legacy: Use proper types tBTM_SEC_BLE::tADDRESS_TYPE am: 9f1113cf94 am: fc298bb177 am: 58583df6d8
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2028967 Change-Id: I2c174e084aa5901eb88678559837126d85f1f1f0
Diffstat (limited to 'system/test/mock/mock_stack_acl.cc')
-rw-r--r--system/test/mock/mock_stack_acl.cc3
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(