>> Looks like these errors are due to fa4d477ab535 ("btdev: Broadcast >> EXT_ADV packets based on its interval"), if I revert it passes all >> tests, so something is not quite right with it or we need to fix >> iso-tester. It seems you remove scan_ext_adv from >> cmd_set_ext_scan_enable_complete, I suspect that is the reason since >> it probably no longer pickup things immediately which makes a lot of >> tests very slow. > > Hmm... OK, I'll look at it over the weekend and I will try to fix it. Maybe I will have more luck with setting up a proper testing setup this time. This time I've tried a different setup for running tests and I was able to run more of them. However, not with a 100% success rate yet... Failing tests: - L2CAP LE Client - Write 32k Success - Mesh - Read Mesh Features - Mesh - Read Mesh Features - Disabled - all tests in tools/ioctl-tester (maybe my kernel mises some feature, but I'm not sure which) So, I was able to verify the patch properly this time. The "v2 - bthost: Set advertising intervals to valid value" passes all mgmt tests and ISO tests in particular. Regards, Arek