summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-25 22:34:16 -0700
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-25 22:34:16 -0700
commit68b27e68b50b1e68d663142d2b0432c435329ea6 (patch)
treef0bbacbff8d42cc5385be276043fc6826e1ff6d2 /src/device.h
parent35c7f1a0155e675c37c4e258c50ed4e49b3ae4f6 (diff)
Move more pairing and discovery initiation logic into device.c
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index af6a8755..099ecbbc 100644
--- a/src/device.h
+++ b/src/device.h
@@ -42,7 +42,8 @@ void device_set_temporary(struct btd_device *device, gboolean temporary);
void device_set_cap(struct btd_device *device, uint8_t cap);
void device_set_auth(struct btd_device *device, uint8_t auth);
uint8_t device_get_auth(struct btd_device *device);
-void device_schedule_service_discovery(struct btd_device *device);
+void device_set_paired(DBusConnection *conn, struct btd_device *device,
+ struct bonding_request_info *bonding);
void device_set_connected(DBusConnection *conn, struct btd_device *device,
gboolean connected);