Splitt he ISO broadcast config into broadcaster and sync receiver. This will allow a device that only wants to one of the roles to have a much more optimized configuration. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_ISO_BROADCASTER=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_DEVICE_NAME="Test ISO Broadcaster"
|
|
|
|
# Just needs to send a uint32_t value
|
|
CONFIG_BT_ISO_TX_MTU=23
|