mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add the BluetoothAudioStatus for the reconfiguration
As the PortStatusCallback to notify the control or the audio configuration change, audio HAL may need the information to know the BluetoothAudioStatus. Bug: 197296692 Test: make build Change-Id: I213ac4389693a6e098ebd3f8ae7e6e66ae8675be
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