summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-03-28 01:32:42 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-03-28 01:32:42 +0000
commit46ee343d9d3f6fe1786089b87402a24fc460144c (patch)
tree2ba03aa1c33eefb93b7751ed94ccec1f6448f313
parent04c60e71e4b19ca904a5ea158a9e28297855350d (diff)
Set default inquiry length to 10 seconds.
-rw-r--r--tools/hcitool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c
index aa6ac4ac..bebdfbd4 100644
--- a/tools/hcitool.c
+++ b/tools/hcitool.c
@@ -182,7 +182,7 @@ static void cmd_inq(int dev_id, char **opt, int nopt)
if (nopt >= 1)
length = atoi(opt[0]);
else
- length = 10; /* 10 seconds */
+ length = 8; /* ~ 10 seconds */
flags = 0;
if (nopt >= 2)