diff options
-rw-r--r-- | tools/hcitool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c index 73fbc839..e24bde97 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -888,6 +888,7 @@ static void cmd_info(int dev_id, int argc, char **argv) close(dd); exit(1); } + sleep(1); cc = 1; } else handle = htobs(cr->conn_info->handle); |