Skip to content

Commit 77509a3

Browse files
Thalleynashif
authored andcommitted
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 <[email protected]>
1 parent 75c76fe commit 77509a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/iso_broadcast_benchmark/src/broadcaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LOG_MODULE_REGISTER(iso_broadcast_broadcaster, LOG_LEVEL_DBG);
1616

1717
#define DEFAULT_BIS_RTN 2
1818
#define DEFAULT_BIS_INTERVAL_US 7500
19-
#define DEFAULT_BIS_LATENCY_MS 0
19+
#define DEFAULT_BIS_LATENCY_MS 10
2020
#define DEFAULT_BIS_PHY BT_GAP_LE_PHY_2M
2121
#define DEFAULT_BIS_SDU CONFIG_BT_ISO_TX_MTU
2222
#define DEFAULT_BIS_PACKING 0

0 commit comments

Comments
 (0)