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
7d6c50d1d0
zephyr
/
samples
/
bluetooth
/
peripheral_dis
/
prj.conf
4 lines
84 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: Make application samples to use GAP Service sample This reduces the amount of duplicated code across sample applications. Change-Id: I20cf2e9f948f1420f234a58beb7f72ad74696cf8 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-03-17 16:55:46 +08:00
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y