From acc7ace68c67f8bd356aaab04ce7b29914962607 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 22 Mar 2002 19:53:29 +0000 Subject: create_connection fix. --- tools/hcitool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hcitool.c') 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); } -- cgit