From 0e6d3c9bbdc19ffa85b9b404d2bb31d8b81b3df0 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 13 Apr 2012 12:11:42 +0200 Subject: sdp-client: Add ability to clear cached session This will be usefull for disconnecting SDP L2CAP channel before cached session timeout fires. --- src/sdp-client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sdp-client.h') 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); -- cgit v1.2.1