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

Commit 29c74d61 authored by Alice Kuo's avatar Alice Kuo Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ic24ba21d11e95e1260f8dc36a2159c764e422d50
parents f3383e3b 111ec508
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,
}