diff options
author | Rob Seymour <rseymour@google.com> | 2022-04-02 03:52:13 +0000 |
---|---|---|
committer | Rob Seymour <rseymour@google.com> | 2022-04-02 04:01:22 +0000 |
commit | 4c7dc59bef24cc991251f9a7924ceada90c6bd63 (patch) | |
tree | a90550aa3ce1bc5e002ab6444c96954deca81af0 /system/stack/include/ble_hci_link_interface.h | |
parent | 6fa2bea006b362a285f744f65f15b5902e55797a (diff) | |
parent | dd4d23c4e1de011f8cd4eb132422172d5e283a73 (diff) |
Merge TP1A.220328.001
Change-Id: I5f07094ba2fb3991da03673f97d2957b1f68018b
Diffstat (limited to 'system/stack/include/ble_hci_link_interface.h')
-rw-r--r-- | system/stack/include/ble_hci_link_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/stack/include/ble_hci_link_interface.h b/system/stack/include/ble_hci_link_interface.h index 19766fd2de..d4f6d35169 100644 --- a/system/stack/include/ble_hci_link_interface.h +++ b/system/stack/include/ble_hci_link_interface.h @@ -20,6 +20,7 @@ #include <cstdint> #include "osi/include/osi.h" // UNUSED_ATTR +#include "types/ble_address_with_type.h" #include "types/raw_address.h" // This header contains functions for HCI-ble to invoke @@ -36,7 +37,7 @@ extern void btm_ble_test_command_complete(uint8_t* p); extern void btm_ble_rand_enc_complete(uint8_t* p, uint16_t op_code, tBTM_RAND_ENC_CB* p_enc_cplt_cback); extern bool btm_identity_addr_to_random_pseudo(RawAddress* bd_addr, - uint8_t* p_addr_type, + tBLE_ADDR_TYPE* p_addr_type, bool refresh); extern bool btm_identity_addr_to_random_pseudo_from_address_with_type( tBLE_BD_ADDR* address_with_type, bool refresh); |