diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-10 14:06:44 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-10 14:06:44 +0000 |
commit | c853057d20c7539d5214d0a126055baacb60887f (patch) | |
tree | a94452b4aff3c2cc6ed686e4b7872b1057b61ae2 /hcid/dbus-common.h | |
parent | 2a209d402e7cc324d03fb7172ac892626068d00b (diff) |
Implement global trust setting
Diffstat (limited to 'hcid/dbus-common.h')
-rw-r--r-- | hcid/dbus-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h index 498f7eb4..21a6b003 100644 --- a/hcid/dbus-common.h +++ b/hcid/dbus-common.h @@ -50,6 +50,8 @@ int str2uuid(uuid_t *uuid, const char *string); int l2raw_connect(const char *local, const bdaddr_t *remote); +int find_conn(int s, int dev_id, long arg); + int check_address(const char *addr); DBusHandlerResult handle_method_call(DBusConnection *conn, DBusMessage *msg, void *data); |