mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 16:24:28 +08:00
Set default inquiry length to 10 seconds.
This commit is contained in:
parent
04c60e71e4
commit
46ee343d9d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user