diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-05-26 23:25:24 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-05-26 23:25:24 +0000 |
commit | 987cb2d11afe04be1d25e52c663c7c6f3322a32c (patch) | |
tree | bb19d596365e1459d11a56c47c02fbcebaa60603 /system/stack/include/acl_hci_link_interface.h | |
parent | 1c0250fd299fe3d3d0916604503a19c6f90e5aa5 (diff) | |
parent | f96fabb53a3c4f197f2cf4442c26601aefb3be25 (diff) |
Snap for 8649577 from f96fabb53a3c4f197f2cf4442c26601aefb3be25 to tm-release
Change-Id: I8823541282a34a698cafb2ae4cea52b4ad665a6f
Diffstat (limited to 'system/stack/include/acl_hci_link_interface.h')
-rw-r--r-- | system/stack/include/acl_hci_link_interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/stack/include/acl_hci_link_interface.h b/system/stack/include/acl_hci_link_interface.h index 006025184b..781c7bd4e0 100644 --- a/system/stack/include/acl_hci_link_interface.h +++ b/system/stack/include/acl_hci_link_interface.h @@ -57,9 +57,7 @@ void btm_read_remote_ext_features_complete_raw(uint8_t* p, uint8_t evt_len); void btm_read_remote_ext_features_complete(uint16_t handle, uint8_t page_num, uint8_t max_page, uint8_t* features); void btm_read_remote_ext_features_failed(uint8_t status, uint16_t handle); -void btm_read_remote_features_complete_raw(uint8_t* p); void btm_read_remote_features_complete(uint16_t handle, uint8_t* features); -void btm_read_remote_version_complete_raw(uint8_t* p); void btm_read_remote_version_complete(tHCI_STATUS status, uint16_t handle, uint8_t lmp_version, uint16_t manufacturer, |