diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2017-11-10 07:52:45 -0600 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2017-11-10 09:19:05 -0600 |
| commit | fbe967fec4f7840dbea218542445642fee24be10 (patch) | |
| tree | 5fbf8c50bf5e1b634fd5bfa48a013883834f7dec /bluetooth | |
| parent | b0a46d98c5797aaf2d8cf4959b7ba873e115df3b (diff) | |
mata: update bluetooth flags per stock
Change-Id: Ibd0dae8d7470e1b95f23810390a719e01c4ed8fd
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 287787d1..cfa4a44f 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -25,14 +25,10 @@ #define BTM_DEF_LOCAL_NAME "Essential PH-1" -// Wide-band speech support -#define BTM_WBS_INCLUDED TRUE +#define BLE_VND_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 +#define BTM_WBS_INCLUDED TRUE +#define MAX_ACL_CONNECTIONS 16 +#define MAX_L2CAP_CHANNELS 16 #endif |
