Message ID | 6f0674a4bafc17ab4ab34b0fec99f9e4a1312a90.1684684404.git.pav@iki.fi |
---|---|
State | New |
Headers | show |
Series | hci_sync req_complete_skb does not get called? | expand |
diff --git a/tools/iso-tester.c b/tools/iso-tester.c index fc2a84215..840e53e6b 100644 --- a/tools/iso-tester.c +++ b/tools/iso-tester.c @@ -2303,6 +2303,14 @@ int main(int argc, char *argv[]) test_iso("ISO QoS - Invalid", &connect_invalid, setup_powered, test_connect); + test_iso2("ISO Connect2 CIG 0x01/0x02 - Success", &connect_2_16_2_1, + setup_powered, + test_connect2); + + test_iso2("ISO Connect2 CIG auto/auto - Success", &connect_2a_16_2_1, + setup_powered, + test_connect2); + test_iso2("ISO Connect2 CIG 0x01/0x02 Seq - Success", &connect_2_16_2_1, setup_powered, test_connect2_seq);