summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-08-19 00:30:46 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-08-19 00:30:46 +0000
commit5c2f4ca97418ad12a764790a3b3d4023c987dd7f (patch)
treee198b85c1137c6f7e60a34b80a33bc1bd60c5a68 /hcid/dbus.h
parent37726232053804e18cb5c34e6dec42a8427240a2 (diff)
Cancel bonding if requestor exits
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 4671c482..1399bf92 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -191,6 +191,8 @@ DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void
service_handler_func_t find_service_handler(struct service_data *services, DBusMessage *msg);
+void create_bond_req_exit(const char *name, struct hci_dbus_data *pdata);
+
int handle_passkey_request(DBusConnection *conn, int dev, const char *path, bdaddr_t *sba, bdaddr_t *dba);
void cancel_passkey_agent_requests(struct slist *agents, const char *path, bdaddr_t *dba);