mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add the BluetoothAudioStatus for the reconfiguration" am: f17f24ee52 am: 111ec5081b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1977690 Change-Id: Ic24ba21d11e95e1260f8dc36a2159c764e422d50
This commit is contained in:
@@ -38,4 +38,5 @@ enum BluetoothAudioStatus {
|
||||
SUCCESS = 1,
|
||||
UNSUPPORTED_CODEC_CONFIGURATION = 2,
|
||||
FAILURE = 3,
|
||||
RECONFIGURATION = 4,
|
||||
}
|
||||
|
||||
@@ -23,5 +23,6 @@ enum BluetoothAudioStatus {
|
||||
SUCCESS = 1,
|
||||
UNSUPPORTED_CODEC_CONFIGURATION = 2,
|
||||
// General failure
|
||||
FAILURE = 3
|
||||
FAILURE = 3,
|
||||
RECONFIGURATION = 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user