diff options
| author | Simon Shields <simon@lineageos.org> | 2017-08-29 12:18:55 +0000 |
|---|---|---|
| committer | dev-harsh1998 <harshitjain6751@gmail.com> | 2017-10-18 12:42:06 +0530 |
| commit | e75e43f642086e3c0549d62f5c4215ebeb213c2a (patch) | |
| tree | 3872f88470b67b17e02627ee226d1589bb118818 | |
| parent | af0544f09026eb018d2f2a93860c5be311bb9c10 (diff) | |
a6000: HACK: bluetooth: disable BLE_VND_INCLUDED
* causes bluetooth to hang and crash repeatedly
Change-Id: I35387618965538f76a0b0beaadbbc8a27127cb1e
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 58beabd..9efbc90 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -21,7 +21,7 @@ #define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE #define MAX_ACL_CONNECTIONS 7 #define MAX_L2CAP_CHANNELS 16 -#define BLE_VND_INCLUDED TRUE +#define BLE_VND_INCLUDED FALSE #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_PERIPHERAL_ADV_NAME TRUE #endif |
