diff options
author | Josh Wu <joshwu@google.com> | 2022-01-21 21:51:21 -0800 |
---|---|---|
committer | Josh Wu <joshwu@google.com> | 2022-01-23 08:30:13 -0800 |
commit | 75462aafb547968431e2413dd74aacfb079c0e6c (patch) | |
tree | b749a4c1aaa4e3409e43caff9343169fccb985dc /bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h | |
parent | b1ab40b8d66844f067ad45340a0fa666df031334 (diff) |
BtAudio: Improve LE offload compatability
Bug: 203490261
Test: m android.hardware.bluetooth.audio-V1-impl
Change-Id: I7dd37cb697b03bb5fe0bdc467f8e190575e0e2e1
Diffstat (limited to 'bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h')
-rw-r--r-- | bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h index c542ce5be7..0259a7e770 100644 --- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h +++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.h @@ -45,11 +45,7 @@ class BluetoothAudioCodecs { const SessionType& session_type, const CodecConfiguration& codec_config); static bool IsOffloadLeAudioConfigurationValid( - const SessionType& session_type, const Lc3Configuration& codec_config); - - static bool IsOffloadLeAudioConfigurationValid( - const SessionType& session_type, - const LeAudioConfiguration& codec_config); + const SessionType& session_type, const LeAudioConfiguration&); static std::vector<LeAudioCodecCapabilitiesSetting> GetLeAudioOffloadCodecCapabilities(const SessionType& session_type); @@ -77,8 +73,6 @@ class BluetoothAudioCodecs { const CodecConfiguration::CodecSpecific& codec_specific); static bool IsOffloadLc3ConfigurationValid( const CodecConfiguration::CodecSpecific& codec_specific); - static bool IsOffloadLeAudioConfigurationValid( - const SessionType& session_type, const LeAudioCodecConfiguration&); }; } // namespace audio |