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
ab833c74c5
zephyr
/
tests
/
bluetooth
/
init
/
prj.conf
4 lines
73 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: Kconfig: Split debug selection into a choice This prepares for adding other debug types besides the printf-style logging to the console. Change-Id: Ic2ed305192491734da991c4f61fdaace03fd60f2 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-04-20 22:46:09 +08:00
CONFIG_BLUETOOTH_DEBUG_STDOUT=y