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
d2896df821
zephyr
/
samples
/
bluetooth
/
iso_central
/
prj.conf
5 lines
69 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
Bluetooth: Samples: Remove usage of `BT_DEBUG_LOG` Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from samples. It has been deprecated since this PR: https://github.com/zephyrproject-rtos/zephyr/pull/56183 The Kconfig symbols has been replaced by `CONFIG_LOG=y` on most of the cases. Or it has been removed when not needed anymore. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2023-06-07 13:52:31 +08:00
CONFIG_LOG=y
Bluetooth: Audio: Update SCAN_DELEGATOR dependency to GATT_DYNAMIC_DB Changed dependency of the BT_BAP_SCAN_DELEGATOR to GATT_DYNAMIC_DB from 'select' to 'depends on' and solved all loop dependencies caused by this change. Fixes #79108 Signed-off-by: Babak Arisian <bbaa@demant.com>
2024-10-03 15:49:46 +08:00
CONFIG_BT_CENTRAL=y
Bluetooth: ISO: Add Kconfig for ISO central/peripheral Add two new Kconfigs: BT_ISO_CENTRAL and BT_ISO_PERIPHERAL that is used to do central or peripheral only builds, similar to the BT_CENTRAL or BT_PERIPHERAL Kconfigs. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-12-02 21:00:55 +08:00
CONFIG_BT_ISO_CENTRAL=y