This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
02383dee67
zephyr
/
samples
/
bluetooth
/
beacon
/
prj.conf
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Add LE beacon sample app Adds a sample which initializes Bluetooth and enables non-connectable advertising (i.e. starts acting in the LE broadcaster role). Change-Id: Ic554b1354464b357b44215af1c0b613f123aeb5d Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2015-04-30 22:08:16 +08:00
CONFIG_BLUETOOTH=y
Bluetooth: Add support for using SYS_LOG This add CONFIG_BLUETOOTH_DEBUG_LOG which depends on SYS_LOG since the later can actually use either CONFIG_PRINTK or CONFIG_STDOUT_CONSOLE. Change-Id: Ib2974d1331f6c91d119a218ec95e8bf01069377b Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-04-27 22:57:03 +08:00
CONFIG_BLUETOOTH_DEBUG_LOG=y
Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible Instead of using a hard-coded string, make the sample use the Kconfig variable for the device name. Change-Id: Ib09f594e1cba221f9064318572bd90d38bd2733a Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-01-27 21:41:59 +08:00
CONFIG_BLUETOOTH_DEVICE_NAME="Test beacon"