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/20240206110816.74995-1-verdre@xxxxxxx/ --- v1: https://lore.kernel.org/linux-bluetooth/20240129114900.92919-1-verdre@xxxxxxx/ v2: - Switched to terminating lists for expect_hci_list using {} instead of opcode = 0 as suggested by review - Changed the timeout for sending page timeout error to 5.12 seconds as suggested by review Jonas Dreßler (4): mgmt-tester: Add a 0-entry to expect_hci_list lists mgmt-tester: Adjust a test for recent kernel changes emulator/btdev: Send page timeout after 5.12 secs delay mgmt-tester: Add a test for connecting sequentially emulator/btdev.c | 32 +++++++++++- tools/mgmt-tester.c | 115 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 145 insertions(+), 2 deletions(-) -- 2.43.0