From f3ba72e2b071ba40bfe535a4b76193100a956462 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 12 Jun 2004 09:41:17 +0000 Subject: Change timeout for create connection --- tools/hcitool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/hcitool.c b/tools/hcitool.c index 5cecdf7e..8f03ae86 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -660,7 +660,7 @@ static void cmd_cc(int dev_id, int argc, char **argv) exit(1); } - if (hci_create_connection(dd, &bdaddr, htobs(ptype), 0, role, &handle, 1000) < 0) + if (hci_create_connection(dd, &bdaddr, htobs(ptype), 0, role, &handle, 25000) < 0) perror("Can't create connection"); hci_close_dev(dd); } -- cgit