summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-05-13 15:05:01 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-05-15 11:16:33 +0300
commitb98bb6c1027b2a6af85465b418f0ee893946a0fd (patch)
treec54c03200a6a1d37ef9a373340b55479a673ca85 /src/device.h
parent396b3b62c9c1d2c55a4d53714e82627d803d0a3d (diff)
downloadbluez-b98bb6c1027b2a6af85465b418f0ee893946a0fd.tar.gz
core: Export API to request services to be connected
This API reuses the existing serialized profile connection creation and its primary user is the reconnection policy.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 30e2d5dd4..8cb69803d 100644
--- a/src/device.h
+++ b/src/device.h
@@ -146,6 +146,7 @@ struct btd_service *btd_device_get_service(struct btd_device *dev,
const char *remote_uuid);
int device_discover_services(struct btd_device *device);
+int btd_device_connect_services(struct btd_device *dev, GSList *services);
void btd_device_init(void);
void btd_device_cleanup(void);