From c150243e5bca6eddfd92c84a01f44feda188abb9 Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Fri, 13 Nov 2020 16:23:48 +0000 Subject: [PATCH] a3xelte: Disable BLE_VND_INCLUDED Fixes exposure notifications as the A3 only supports a single BLE advertising slot Change-Id: I01474dfa2ea8e9e321ddb1befec6dcabc310ea0c --- bluetooth/bdroid_buildcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index c4b591c..9c70ff1 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -23,7 +23,7 @@ #define BTM_WBS_INCLUDED TRUE /* Enable WBS */ #define BTIF_HF_WBS_PREFERRED FALSE /* Don't use WBS by default */ -#define BLE_VND_INCLUDED TRUE +#define BLE_VND_INCLUDED FALSE /* Disable the eSCO commands */ #define BTM_SCO_ENHANCED_SYNC_ENABLED FALSE -- 2.20.1