We're going to change the logic to establish connections to ACL devices in the kernel so that they only happen sequentially, similar to what we're already doing for "LE Create Connection". This needs a change in mgmt-tester, and while at it, let's also introduce a test verifying the new behavior. Also included in this series is a small drive-by fix for running mgmt-tester with address sanititzer. Kernel series: https://lore.kernel.org/linux-bluetooth/20240108224614.56900-1-verdre@xxxxxxx/ Jonas Dreßler (4): mgmt-tester: Add a 0-opcode to expect_hci_list lists mgmt-tester: Adjust a test for recent kernel changes emulator/btdev: Send page timeout after 2 secs delay mgmt-tester: Add a test for connecting sequentially emulator/btdev.c | 30 ++++++++++- tools/mgmt-tester.c | 129 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 157 insertions(+), 2 deletions(-) -- 2.43.0