summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-25 19:47:09 -0700
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-25 19:47:09 -0700
commit013d376e47dc68ec385e9f88d6bc6c07c921ee1a (patch)
tree9323178aa89987d9a39b4a9ed50525e65838454b /src/device.h
parentfa2f213673116a81e9d6ac9740f96acd92987073 (diff)
Do service discovery also for pairings initiated from the other side
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index d2331173..af6a8755 100644
--- a/src/device.h
+++ b/src/device.h
@@ -42,6 +42,9 @@ 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_connected(DBusConnection *conn, struct btd_device *device,
+ gboolean connected);
#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } )