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
/
peripheral_dis
/
prj.conf
4 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Add DIS peripheral sample application This adds very simple peripheral application that supports Device Information Service only and doesn't support pairing. Change-Id: Iaec1317a8894db11388408d3f65af8a38d1618c3 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2015-12-15 17:51:01 +08:00
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_PERIPHERAL=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="DIS peripheral"