Skip to content

Commit 7de4733

Browse files
HaavardReinordicjm
authored andcommitted
[nrf fromtree] Bluetooth: Host: Use MTU min for l2cap test
The many_conn l2cap test used a MTU lower than the minimum permitted value. This commit bumps it to the minimum (23). Signed-off-by: Håvard Reierstad <[email protected]> (cherry picked from commit b799d18) Signed-off-by: Håvard Reierstad <[email protected]>
1 parent 4c976e3 commit 7de4733

File tree

1 file changed

+1
-1
lines changed
  • tests/bsim/bluetooth/host/l2cap/many_conns/src

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/host/l2cap/many_conns/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DEFINE_FLAG_STATIC(flag_l2cap_connected);
2929
#define NUM_PERIPHERALS CONFIG_BT_MAX_CONN
3030
#define L2CAP_CHANS NUM_PERIPHERALS
3131
#define SDU_NUM 1
32-
#define SDU_LEN 10
32+
#define SDU_LEN 23
3333

3434
/* Only one SDU per link will be transmitted */
3535
NET_BUF_POOL_DEFINE(sdu_tx_pool,

0 commit comments

Comments
 (0)