Skip to content

Commit 8834984

Browse files
PavelVPVkartben
authored andcommitted
tests: bsim: bluetooth: ll: multiple_id: Enable SMP
Enable SMP. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 83dae71 commit 8834984

File tree

1 file changed

+2
-4
lines changed
  • tests/bsim/bluetooth/ll/multiple_id

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
2323
# Enables simultaneousn MTU exchange in the test
2424
CONFIG_BT_GATT_CLIENT=y
2525

26-
# Having simulataneous SMP procedures leads to deadlock, disabled pending
27-
# required investigation of the issue.
28-
# CONFIG_BT_SMP=y
29-
# CONFIG_BT_MAX_PAIRED=231
26+
CONFIG_BT_SMP=y
27+
CONFIG_BT_MAX_PAIRED=128
3028

3129
CONFIG_BT_L2CAP_TX_MTU=247
3230

0 commit comments

Comments
 (0)