diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-02-09 02:09:25 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-02-09 02:09:25 +0000 |
commit | 260f34b984915be6f8bea511be1f0bbd22c933d9 (patch) | |
tree | 00ea3915fb0b19665d0e08fb1ac22205eea9a586 /system/stack/include/acl_api.h | |
parent | afb621b74522cd1cecfccbd59d9dadfb51e9aeed (diff) | |
parent | 5f48c3a4c824d86b7fef31eb02722ad5c2609957 (diff) |
Snap for 8160141 from 5f48c3a4c824d86b7fef31eb02722ad5c2609957 to tm-release
Change-Id: I628db1fb59c4af696366e2acdf5d111dd3463c8e
Diffstat (limited to 'system/stack/include/acl_api.h')
-rw-r--r-- | system/stack/include/acl_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/stack/include/acl_api.h b/system/stack/include/acl_api.h index 559e1cde12..d86127c499 100644 --- a/system/stack/include/acl_api.h +++ b/system/stack/include/acl_api.h @@ -203,6 +203,7 @@ bool acl_peer_supports_ble_connection_parameters_request( bool sco_peer_supports_esco_2m_phy(const RawAddress& remote_bda); bool sco_peer_supports_esco_3m_phy(const RawAddress& remote_bda); +bool sco_peer_supports_esco_ev3(const RawAddress& remote_bda); bool acl_peer_supports_ble_packet_extension(uint16_t hci_handle); bool acl_peer_supports_ble_2m_phy(uint16_t hci_handle); |