summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}