From 46ee343d9d3f6fe1786089b87402a24fc460144c Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Thu, 28 Mar 2002 01:32:42 +0000 Subject: Set default inquiry length to 10 seconds. --- tools/hcitool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit