diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-22 19:53:29 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-22 19:53:29 +0000 |
commit | acc7ace68c67f8bd356aaab04ce7b29914962607 (patch) | |
tree | a9138a2f4fbbeb757018a7283bf82094dc14da70 /tools/hcitool.c | |
parent | 945768a289b2114b26c0139f8875d1471a300c6b (diff) |
create_connection fix.
Diffstat (limited to 'tools/hcitool.c')
-rw-r--r-- | tools/hcitool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c index ed537031..aa6ac4ac 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -252,7 +252,7 @@ static void cmd_cc(int dev_id, char **opt, int nopt) else role = 0; - hci_create_connection(dd, &bdaddr, ptype, role, 0, &handle, 1000); + hci_create_connection(dd, &bdaddr, ptype, 0, role, &handle, 1000); hci_close_dev(dd); } |