From ad7cf47f612705e3e606ec428ec647b5c153d85d Mon Sep 17 00:00:00 2001 From: Subramanian Srinivasan Date: Fri, 19 Sep 2014 13:11:27 -0700 Subject: [PATCH] Removes BLE Peripheral display only flag from config file Removes BLE peripheral display only flag from the bdroid build config file. Change-Id: I446314fa7a03fae8855942b4c94db6bca873c6f3 --- bdroid_buildcfg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bdroid_buildcfg.h b/bdroid_buildcfg.h index 929b9e33..396b3ee4 100644 --- a/bdroid_buildcfg.h +++ b/bdroid_buildcfg.h @@ -29,6 +29,5 @@ #define BLE_VND_INCLUDED TRUE // skips conn update at conn completion #define BTA_BLE_SKIP_CONN_UPD FALSE -#define BLE_PERIPHERAL_DISPLAYONLY TRUE #define BLE_PERIPHERAL_ADV_NAME TRUE #endif