diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-07-17 02:08:34 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-07-20 11:24:11 +0000 |
commit | 370c2bcd6bb97083881ed7da13f9958b88d7411c (patch) | |
tree | 9661d82e4a8de3b99350b3e62c38f52af9b28d91 | |
parent | 64a06e97ffe02cc8a27e8527f77bd81948268715 (diff) |
shinano-common: use WBS for bluetooth calls
* Fix BT calls on some BT headsets by using WBS
* Partially kanged from: https://github.com/LineageOS/android_device_samsung_klte-common/commit/25f75c05d4a4edc16d2ffd107d80939302b01619
Change-Id: I1474aa6c4a5b48fbb51c723e25beb098edfe6bcb
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 08219a1..f0ad0c9 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -19,6 +19,7 @@ #define _BDROID_BUILDCFG_H #define BTM_WBS_INCLUDED TRUE +#define BTIF_HF_WBS_PREFERRED TRUE /* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ #define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE |