diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-12 15:01:50 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-12 15:01:50 +0200 |
commit | dd10ec5d830d2e2187f93bd2d7e60be947335f0b (patch) | |
tree | e91c559960faeb964967defe2dfdecf1af5e1df7 /src/dbus-common.h | |
parent | 7d76a4c7336d3694ec259bd409a725c3e3b9edd0 (diff) |
Add support for dedicated bonding using BT_SECURITY
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h index 35aa6157..e6b6117d 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -23,7 +23,8 @@ #define MAX_PATH_LENGTH 64 -int l2raw_connect(const bdaddr_t *src, const bdaddr_t *dst); +int l2raw_connect(const bdaddr_t *src, const bdaddr_t *dst, + struct bt_security *sec); void hcid_dbus_exit(void); int hcid_dbus_init(void); |