Removes BLE Peripheral display only flag from config file

Removes BLE peripheral display only flag
from the bdroid build config file.

Change-Id: I446314fa7a03fae8855942b4c94db6bca873c6f3
This commit is contained in:
Subramanian Srinivasan 2014-09-19 13:11:27 -07:00
parent a376cf42af
commit ad7cf47f61
1 changed files with 0 additions and 1 deletions

View File

@ -29,6 +29,5 @@
#define BLE_VND_INCLUDED TRUE #define BLE_VND_INCLUDED TRUE
// skips conn update at conn completion // skips conn update at conn completion
#define BTA_BLE_SKIP_CONN_UPD FALSE #define BTA_BLE_SKIP_CONN_UPD FALSE
#define BLE_PERIPHERAL_DISPLAYONLY TRUE
#define BLE_PERIPHERAL_ADV_NAME TRUE #define BLE_PERIPHERAL_ADV_NAME TRUE
#endif #endif