summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-01 11:25:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-01 11:25:08 +0000
commit37a2b9de49c207ee446da12caffaee69a8707df3 (patch)
tree283bcab3e8f58e3b0691312d260a3c64d3ba6717
parent94c86320616a8250b82e137b18326c26c52fe88f (diff)
parent5ac5f030f4740a8aa31a83ac3bc6c967f5d6a0c9 (diff)
downloadmedia-37a2b9de49c207ee446da12caffaee69a8707df3.tar.gz
Merge "Audio: add parameter for Bluetooth LE codec reconfiguration" into main
-rw-r--r--audio/include/system/audio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/include/system/audio.h b/audio/include/system/audio.h
index 826c1a22..c2c80bb5 100644
--- a/audio/include/system/audio.h
+++ b/audio/include/system/audio.h
@@ -2423,6 +2423,11 @@ __END_DECLS
/* Query if HwModule supports variable Bluetooth latency control */
#define AUDIO_PARAMETER_BT_VARIABLE_LATENCY_SUPPORTED "isBtVariableLatencySupported"
+/* Reconfigure offloaded LE codec */
+#define AUDIO_PARAMETER_RECONFIG_LE "reconfigLe"
+/* Query if HwModule supports reconfiguration of offloaded LE codec */
+#define AUDIO_PARAMETER_LE_RECONFIG_SUPPORTED "isReconfigLeSupported"
+
/**
* For querying device supported encapsulation capabilities. All returned values are integer,
* which are bit fields composed from using encapsulation capability values as position bits.