Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 233515cc authored by Alice Kuo's avatar Alice Kuo Committed by Automerger Merge Worker
Browse files

Merge "Add the BluetoothAudioStatus for the reconfiguration" am: f17f24ee...

Merge "Add the BluetoothAudioStatus for the reconfiguration" am: f17f24ee am: 111ec508 am: 29c74d61

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1977690

Change-Id: Ica5d8c528747e73fe7741ed739310882d2cd4713
parents 1480f1b0 29c74d61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,4 +38,5 @@ enum BluetoothAudioStatus {
  SUCCESS = 1,
  UNSUPPORTED_CODEC_CONFIGURATION = 2,
  FAILURE = 3,
  RECONFIGURATION = 4,
}
+2 −1
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@ enum BluetoothAudioStatus {
    SUCCESS = 1,
    UNSUPPORTED_CODEC_CONFIGURATION = 2,
    // General failure
    FAILURE = 3
    FAILURE = 3,
    RECONFIGURATION = 4,
}