Set default inquiry length to 10 seconds.

This commit is contained in:
Max Krasnyansky 2002-03-28 01:32:42 +00:00
parent 04c60e71e4
commit 46ee343d9d

View File

@ -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)