From 22fe8e4db28ea27013510fcaff375a5bff40d39b Mon Sep 17 00:00:00 2001 From: Subramanian Srinivasan Date: Tue, 17 Feb 2015 13:08:38 -0800 Subject: [PATCH] Disables BLE Peripheral Adv name flag used in BT stack Disables BLE Peripheral Adv name compile time flag used in BT stack. When this flag is enabled, the framework API to disable the BLE Peripheral name in the BLE advertisement does not work. CRs-fixed: 770518 Ref: CRACKLING-580 Change-Id: I644c5306347f568a340a86e5371ed6acabbe858a (cherry picked from commit 574cb482e8cb16080fceaeed0b94278f0418f483) --- 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 e327e4b..c801cc5 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -24,5 +24,5 @@ // skips conn update at conn completion #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_VND_INCLUDED TRUE -#define BLE_PERIPHERAL_ADV_NAME TRUE +#define BLE_PERIPHERAL_ADV_NAME FALSE #endif