From f14ac571b9e533d43e8e6e36c04fad34230b8019 Mon Sep 17 00:00:00 2001 From: olddroid Date: Mon, 26 Feb 2018 18:37:11 +0100 Subject: [PATCH] s5neolte: bluetooth: Enable BLE_VND_INCLUDED * Fixes connecting to some bluetooth devices. Change-Id: Ieaccc1847d570741d11604e7516b86d242f9bb12 --- bluetooth/bdroid_buildcfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 3ab75cd..dcdf23a 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -24,6 +24,7 @@ #define BTIF_HF_WBS_PREFERRED TRUE /* Use WBS */ #define BLE_INCLUDED TRUE +#define BLE_VND_INCLUDED TRUE #define BTA_GATT_INCLUDED TRUE #define SMP_INCLUDED TRUE -- 2.20.1