From 8dcd4a1f5ef28836b6a8e1b8092fdb2278dd4928 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Feb 2009 01:32:10 +0100 Subject: Add delay to have 2.1 setup settle before requesting features again --- tools/hcitool.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit