a3xelte: Disable BLE_VND_INCLUDED
authorDanny Wood <danwood76@gmail.com>
Fri, 13 Nov 2020 16:23:48 +0000 (16:23 +0000)
committerDanny Wood <danwood76@gmail.com>
Tue, 17 Nov 2020 15:47:48 +0000 (15:47 +0000)
Fixes exposure notifications as the A3 only supports a single BLE advertising slot

Change-Id: I01474dfa2ea8e9e321ddb1befec6dcabc310ea0c

bluetooth/bdroid_buildcfg.h

index c4b591c3d9a29fa04eab7492f7b0de377524e771..9c70ff1f130cd896afc710aa7028706bc46bc88e 100644 (file)
@@ -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