Bluetooth: sample: Update default latency of iso broadcast benchmark
The default latency (0) is an invalid value (minimum is 5). Set to 10 to match the connected ISO benchmark. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
75c76fef36
commit
77509a31d5
|
@ -16,7 +16,7 @@ LOG_MODULE_REGISTER(iso_broadcast_broadcaster, LOG_LEVEL_DBG);
|
|||
|
||||
#define DEFAULT_BIS_RTN 2
|
||||
#define DEFAULT_BIS_INTERVAL_US 7500
|
||||
#define DEFAULT_BIS_LATENCY_MS 0
|
||||
#define DEFAULT_BIS_LATENCY_MS 10
|
||||
#define DEFAULT_BIS_PHY BT_GAP_LE_PHY_2M
|
||||
#define DEFAULT_BIS_SDU CONFIG_BT_ISO_TX_MTU
|
||||
#define DEFAULT_BIS_PACKING 0
|
||||
|
|
Loading…
Reference in New Issue