diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-28 01:32:42 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-28 01:32:42 +0000 |
commit | 46ee343d9d3f6fe1786089b87402a24fc460144c (patch) | |
tree | 2ba03aa1c33eefb93b7751ed94ccec1f6448f313 /tools | |
parent | 04c60e71e4b19ca904a5ea158a9e28297855350d (diff) |
Set default inquiry length to 10 seconds.
Diffstat (limited to 'tools')
-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 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) |