mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
Add delay to have 2.1 setup settle before requesting features again
This commit is contained in:
parent
16898f132b
commit
8dcd4a1f5e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user