summaryrefslogtreecommitdiffstats
path: root/device/src/interop.c
diff options
context:
space:
mode:
Diffstat (limited to 'device/src/interop.c')
-rw-r--r--device/src/interop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/src/interop.c b/device/src/interop.c
index 633a3861c..32d819844 100644
--- a/device/src/interop.c
+++ b/device/src/interop.c
@@ -35,6 +35,7 @@ static const char* interop_feature_string(const interop_feature_t feature) {
CASE_RETURN_STR(INTEROP_DISABLE_AUTH_FOR_HID_POINTING)
CASE_RETURN_STR(INTEROP_DISABLE_SNIFF_DURING_SCO)
CASE_RETURN_STR(INTEROP_INCREASE_AG_CONN_TIMEOUT)
+ CASE_RETURN_STR(INTEROP_DISABLE_ABSOLUTE_VOLUME)
}
return "UNKNOWN";