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>
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_ISO_UNICAST=y
|