From 9f1113cf9409842560867d287ec007826cd83337 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Wed, 16 Mar 2022 10:58:53 -0700 Subject: legacy: Use proper types tBTM_SEC_BLE::tADDRESS_TYPE Bug: 188297862 Tag: #refactor Test: gd/cert/run BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I1bd2ccd200186984cc0524c8d416fb7fd38534c7 --- system/stack/include/acl_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/stack/include/acl_api.h') 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, -- cgit v1.2.3