diff --git a/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl b/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl index 7c0d82588c..c20c057626 100644 --- a/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl +++ b/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl @@ -38,4 +38,5 @@ enum BluetoothAudioStatus { SUCCESS = 1, UNSUPPORTED_CODEC_CONFIGURATION = 2, FAILURE = 3, + RECONFIGURATION = 4, } diff --git a/bluetooth/audio/aidl/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl b/bluetooth/audio/aidl/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl index ec78445e6e..9ddafe9ad5 100644 --- a/bluetooth/audio/aidl/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl +++ b/bluetooth/audio/aidl/android/hardware/bluetooth/audio/BluetoothAudioStatus.aidl @@ -23,5 +23,6 @@ enum BluetoothAudioStatus { SUCCESS = 1, UNSUPPORTED_CODEC_CONFIGURATION = 2, // General failure - FAILURE = 3 + FAILURE = 3, + RECONFIGURATION = 4, }