diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-09-12 21:52:14 +0530 |
---|---|---|
committer | Alok Barsode <alok.barsode@azingo.com> | 2008-09-12 21:52:14 +0530 |
commit | 26e1749b1e18fd55ce32e84654e7a9123630bedf (patch) | |
tree | cd035525c86b87bfb6839c0f64bf754a99d35337 /src/dbus-common.h | |
parent | 7d93ead47f6b203feca6bfee78c4494b285539d2 (diff) |
Modifying l2raw_connect to take bdaddr_t as parameter.
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h index e9435d38..5431b701 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -24,7 +24,7 @@ #define MAX_PATH_LENGTH 64 -int l2raw_connect(const char *local, const bdaddr_t *remote); +int l2raw_connect(const bdaddr_t *src, const bdaddr_t *dst); void hcid_dbus_exit(void); int hcid_dbus_init(void); |