Skip to content

Commit ef7681d

Browse files
PavelVPVkartben
authored andcommitted
tests: bsim: bluetooth: ll: multiple_id: Increase BT_MAX_PAIRED to 231
Alignt with BT_MAX_CONN value to be able to keep 231 active connection. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 39dbdda commit ef7681d

File tree

1 file changed

+1
-1
lines changed
  • tests/bsim/bluetooth/ll/multiple_id

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/ll/multiple_id/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
2424
CONFIG_BT_GATT_CLIENT=y
2525

2626
CONFIG_BT_SMP=y
27-
CONFIG_BT_MAX_PAIRED=128
27+
CONFIG_BT_MAX_PAIRED=231
2828

2929
CONFIG_BT_L2CAP_TX_MTU=247
3030

0 commit comments

Comments
 (0)