diff --git a/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/LatencyMode.aidl b/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/LatencyMode.aidl index 5583679412..1140f9e90b 100644 --- a/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/LatencyMode.aidl +++ b/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/LatencyMode.aidl @@ -34,7 +34,9 @@ package android.hardware.bluetooth.audio; @Backing(type="int") @VintfStability enum LatencyMode { - UNKNOWN = 0, - LOW_LATENCY = 1, - FREE = 2, + UNKNOWN, + LOW_LATENCY, + FREE, + DYNAMIC_SPATIAL_AUDIO_SOFTWARE, + DYNAMIC_SPATIAL_AUDIO_HARDWARE, } diff --git a/bluetooth/audio/aidl/android/hardware/bluetooth/audio/LatencyMode.aidl b/bluetooth/audio/aidl/android/hardware/bluetooth/audio/LatencyMode.aidl index 0c354f73d5..ec181c1e95 100644 --- a/bluetooth/audio/aidl/android/hardware/bluetooth/audio/LatencyMode.aidl +++ b/bluetooth/audio/aidl/android/hardware/bluetooth/audio/LatencyMode.aidl @@ -22,4 +22,6 @@ enum LatencyMode { UNKNOWN, LOW_LATENCY, FREE, + DYNAMIC_SPATIAL_AUDIO_SOFTWARE, + DYNAMIC_SPATIAL_AUDIO_HARDWARE }