summaryrefslogtreecommitdiff
path: root/src/sdp-client.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2012-04-13 12:11:42 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-04-13 13:21:55 +0300
commit0e6d3c9bbdc19ffa85b9b404d2bb31d8b81b3df0 (patch)
tree4f506abf79b99755cdbe6c92c6e6deddfcb3b442 /src/sdp-client.h
parentb063ca7c0d2f88a3ee348598b5f3062405fc0406 (diff)
downloadbluez-0e6d3c9bbdc19ffa85b9b404d2bb31d8b81b3df0.tar.gz
sdp-client: Add ability to clear cached session
This will be usefull for disconnecting SDP L2CAP channel before cached session timeout fires.
Diffstat (limited to 'src/sdp-client.h')
-rw-r--r--src/sdp-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp-client.h b/src/sdp-client.h
index 13d912164..919159413 100644
--- a/src/sdp-client.h
+++ b/src/sdp-client.h
@@ -28,3 +28,4 @@ int bt_search_service(const bdaddr_t *src, const bdaddr_t *dst,
uuid_t *uuid, bt_callback_t cb, void *user_data,
bt_destroy_t destroy);
int bt_cancel_discovery(const bdaddr_t *src, const bdaddr_t *dst);
+void bt_clear_cached_session(const bdaddr_t *src, const bdaddr_t *dst);