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>
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_DEVICE_NAME="Zephyr ISO server"
|
|
CONFIG_BT_ISO_UNICAST=y
|