diff options
author | Steve Kondik <steve@cyngn.com> | 2016-03-11 04:05:26 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-03-11 17:01:09 -0800 |
commit | 718ba0bd6de6a0f4b8c63f0146f8978981eb5cb4 (patch) | |
tree | abf1ab9ce750848bcdb65ecf200676f9e1fec00e /device/include/interop.h | |
parent | 775a7bab3bde0cf64b638100a5b40b22d421bb88 (diff) | |
parent | 04e4c5498beb89f54251dbbda6c83622372bd979 (diff) | |
download | android_system_bt-718ba0bd6de6a0f4b8c63f0146f8978981eb5cb4.tar.gz android_system_bt-718ba0bd6de6a0f4b8c63f0146f8978981eb5cb4.tar.bz2 android_system_bt-718ba0bd6de6a0f4b8c63f0146f8978981eb5cb4.zip |
Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/system/bt into cm-13.0staging/cm-13.0+r22
Android 6.0.1 release 22
Change-Id: I2e682780163afc7e9c88865192a6342027c80586
Diffstat (limited to 'device/include/interop.h')
-rw-r--r-- | device/include/interop.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device/include/interop.h b/device/include/interop.h index 8391b4942..48aaf9066 100644 --- a/device/include/interop.h +++ b/device/include/interop.h @@ -58,6 +58,10 @@ typedef enum { //Few carkits take long time to start sending AT commands //Increase AG_CONN TIMEOUT so that AG connection go through INTEROP_INCREASE_AG_CONN_TIMEOUT, + // Devices requiring this workaround do not handle Bluetooth Absolute Volume + // control correctly, leading to undesirable (potentially harmful) volume levels + // or general lack of controlability. + INTEROP_DISABLE_ABSOLUTE_VOLUME } interop_feature_t; // Check if a given |addr| matches a known interoperability workaround as identified |