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)
cm-14.0
Subramanian Srinivasan 12 years ago committed by Ricardo Cerqueira
parent 37586e3a1f
commit 22fe8e4db2

@ -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

Loading…
Cancel
Save