diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2017-11-08 08:00:29 -0600 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2017-11-08 11:07:41 -0600 |
| commit | f1a66f7c8b7a5ec7332dd63e84a782f6c40a07ce (patch) | |
| tree | 6b3cf4b14e203fff9d5600c65376501e5ff1070b /bluetooth | |
| parent | 4a0cadf233f5b7b1cba116ad6ae643e8cb72cb9b (diff) | |
mata: sync bluetooth flags to wahoo
Change-Id: I465f59527908ae5eab67716ad6ff3e470b8989d3
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 340ddcbe..287787d1 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -24,11 +24,15 @@ #define _BDROID_BUILDCFG_H #define BTM_DEF_LOCAL_NAME "Essential PH-1" -#define BLUETOOTH_QTI_SW TRUE -// Disables read remote device feature -#define MAX_ACL_CONNECTIONS 16 -#define MAX_L2CAP_CHANNELS 16 -#define BLE_VND_INCLUDED TRUE -// skips conn update at conn completion -#define BT_CLEAN_TURN_ON_DISABLED 1 + +// Wide-band speech support +#define BTM_WBS_INCLUDED TRUE +#define BTIF_HF_WBS_PREFERRED TRUE + +// Google VSC spec support +#define BLE_VND_INCLUDED TRUE + +// QCOM power management workaround +#define BT_CLEAN_TURN_ON_DISABLED TRUE + #endif |
