summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-06-12 09:41:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-06-12 09:41:17 +0000
commitf3ba72e2b071ba40bfe535a4b76193100a956462 (patch)
tree560fecef6c3216ee7c4040051feb3741ba24fd06
parent2650bf7cbc4b7e0121a9995cd056b8debf3bc424 (diff)
Change timeout for create connection
-rw-r--r--tools/hcitool.c2
1 files changed, 1 insertions, 1 deletions
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);
}