Class android.bluetooth.BluetoothLeAudioCodecStatus

Changed Constructors
BluetoothLeAudioCodecStatus(BluetoothLeAudioCodecConfig, BluetoothLeAudioCodecConfig, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>) Change in type from (BluetoothLeAudioCodecConfig, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>) to (BluetoothLeAudioCodecConfig, BluetoothLeAudioCodecConfig, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>, List<BluetoothLeAudioCodecConfig>).
 
 

Removed Methods
BluetoothLeAudioCodecConfig getCodecConfig()  
List<BluetoothLeAudioCodecConfig> getCodecLocalCapabilities()  
List<BluetoothLeAudioCodecConfig> getCodecSelectableCapabilities()  
boolean isCodecConfigSelectable(BluetoothLeAudioCodecConfig)  
 

Added Methods
BluetoothLeAudioCodecConfig getInputCodecConfig()  
List<BluetoothLeAudioCodecConfig> getInputCodecLocalCapabilities()  
List<BluetoothLeAudioCodecConfig> getInputCodecSelectableCapabilities()  
BluetoothLeAudioCodecConfig getOutputCodecConfig()  
List<BluetoothLeAudioCodecConfig> getOutputCodecLocalCapabilities()  
List<BluetoothLeAudioCodecConfig> getOutputCodecSelectableCapabilities()  
boolean isInputCodecConfigSelectable(BluetoothLeAudioCodecConfig)  
boolean isOutputCodecConfigSelectable(BluetoothLeAudioCodecConfig)