From: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> This patch enables enhanced credit flow control mode for l2cap. --- tools/test-runner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-runner.c b/tools/test-runner.c index a17ec594a..96de7034e 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -247,6 +247,7 @@ static void start_qemu(void) "rootfstype=9p " "rootflags=trans=virtio,version=9p2000.L " "acpi=off pci=noacpi noapic quiet ro init=%s " + "bluetooth.enable_ecred=1" "TESTHOME=%s TESTDBUS=%u TESTMONITOR=%u " "TESTDEVS=%d TESTAUTO=%u TESTARGS=\'%s\'", initcmd, cwd, start_dbus, start_monitor, -- 2.25.1