diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-06-12 09:41:17 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-06-12 09:41:17 +0000 |
commit | f3ba72e2b071ba40bfe535a4b76193100a956462 (patch) | |
tree | 560fecef6c3216ee7c4040051feb3741ba24fd06 /tools/hcitool.c | |
parent | 2650bf7cbc4b7e0121a9995cd056b8debf3bc424 (diff) |
Change timeout for create connection
Diffstat (limited to 'tools/hcitool.c')
-rw-r--r-- | tools/hcitool.c | 2 |
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); } |