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
/
tests
/
bluetooth
/
init
/
prj.conf
3 lines
48 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