diff options
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); |