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
3e8bbee9ed
zephyr
/
samples
/
bluetooth
/
central_iso
/
prj.conf
5 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: samples: Add central ISO sample Adds a sample of setting up and using an ISO central as a source of ISO data. This will periodically send ISO data to a connected ISO peripheral with varying sizes. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-03-03 03:18:13 +08:00
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_CENTRAL=y
Bluetooth: ISO: Split connected and broadcast ISO Kconfig Add a new Kconfig option, BT_ISO_UNICAST, to make it possible either configure unicast only, broadcast only or both. This results in some code being moved, but not modified, and should not effect anything. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-05-20 17:25:31 +08:00
CONFIG_BT_ISO_UNICAST=y