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

Commit 111ec508 authored by Alice Kuo's avatar Alice Kuo Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I38117d5bef041aed8642d1c61f458d7ffb6f3014
parents 3898dc7c f17f24ee
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,
}