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
e3e0b29418
zephyr
/
samples
/
bluetooth
/
beacon
/
prj.conf
4 lines
70 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: Kconfig: Change topmost option Refactors existing menu by putting as topmost selectable option general bluetooth subsystem support instead so far Low Energy (LE). Implication of the change is introduction of new BLUETOOTH_LE config flag. The flag needs to be propagated to all existing bluetooth related apps to make them buildable. Change-Id: I608c1baad038e0ee4cccf44a3e597e16ae1f7f54 Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
2015-11-12 03:40:49 +08:00
CONFIG_BLUETOOTH_LE=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