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:
Emil Gydesen 2021-08-12 22:08:03 +02:00 committed by Anas Nashif
parent 75c76fef36
commit 77509a31d5
1 changed files with 1 additions and 1 deletions

View File

@ -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