summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@gmail.com>2014-01-20 12:08:34 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-20 15:19:25 +0200
commitcada0c08967f828debfd53e1426253ae6cb99c42 (patch)
tree1f886018f89a38eeb26e8116d752992c8742ea92 /src/profile.c
parentaf00880e63bde0d9433f7bedd2532fb67bc7f7a2 (diff)
downloadbluez-cada0c08967f828debfd53e1426253ae6cb99c42.tar.gz
core: Add flags parameter to bt_search_service
This allows to pass custom SDP flags to sdp_connect.
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c
index 3c0d27c5d..e8331813d 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1605,7 +1605,7 @@ static int resolve_service(struct ext_io *conn, const bdaddr_t *src,
bt_string2uuid(&uuid, ext->remote_uuid);
sdp_uuid128_to_uuid(&uuid);
- err = bt_search_service(src, dst, &uuid, record_cb, conn, NULL);
+ err = bt_search_service(src, dst, &uuid, record_cb, conn, NULL, 0);
if (err == 0)
conn->resolving = true;