Skip to content

Commit

Permalink
Disables BLE Peripheral Adv name flag used in BT stack
Browse files Browse the repository at this point in the history
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

Change-Id: I644c5306347f568a340a86e5371ed6acabbe858a
  • Loading branch information
Subramanian Srinivasan authored and Gerrit - the friendly Code Review server committed Jun 3, 2015
1 parent 5fc7c6f commit efd3358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdroid_buildcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
#define BLE_VND_INCLUDED TRUE
// skips conn update at conn completion
#define BTA_BLE_SKIP_CONN_UPD FALSE
#define BLE_PERIPHERAL_ADV_NAME TRUE
#define BLE_PERIPHERAL_ADV_NAME FALSE
#endif

0 comments on commit efd3358

Please sign in to comment.