diff options
author | Chris Manton <cmanton@google.com> | 2022-03-18 16:03:42 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2022-03-18 16:03:42 +0000 |
commit | 0f73119b1533aa984eeffc20e1e96ce48647bcdc (patch) | |
tree | bc0885f6e9a2c90f645ca1d0d4070bc091af7c35 /system/stack/include/acl_api.h | |
parent | e38cfa12bff3c78360e3f5672a80a68ebb2eecbf (diff) | |
parent | 58583df6d8694de857129bc4fce9bac47bed5119 (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/stack/include/acl_api.h')
-rw-r--r-- | system/stack/include/acl_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/stack/include/acl_api.h b/system/stack/include/acl_api.h index d86127c499..8faf15c748 100644 --- a/system/stack/include/acl_api.h +++ b/system/stack/include/acl_api.h @@ -192,7 +192,8 @@ bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x); bool acl_refresh_remote_address(const RawAddress& identity_address, tBLE_ADDR_TYPE identity_address_type, - const RawAddress& remote_bda, uint8_t rra_type, + const RawAddress& remote_bda, + tBTM_SEC_BLE::tADDRESS_TYPE rra_type, const RawAddress& rpa); void btm_establish_continue_from_address(const RawAddress& remote_bda, |