summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-30 22:37:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-30 22:37:55 +0000
commit75dc7cdf39d34c98244c7b98340a1541c421ed68 (patch)
treea87b7535d7665fc8fdb2c6167ae7faa5e220f12e /test
parentd68556cbe2cfbe1eab306be30ff22d24e3bf6a23 (diff)
Call sdp_service_search_async() as first test case
Diffstat (limited to 'test')
-rw-r--r--test/sdptest.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/sdptest.c b/test/sdptest.c
index f0184cc1..a1a8abd0 100644
--- a/test/sdptest.c
+++ b/test/sdptest.c
@@ -78,8 +78,12 @@ static void cmd_search(bdaddr_t *src, bdaddr_t *dst)
attrids = sdp_list_append(NULL, &range);
- sdp_service_search_attr_async(session, search,
- SDP_ATTR_REQ_RANGE, attrids);
+ //sdp_service_search_attr_async(session, search,
+ // SDP_ATTR_REQ_RANGE, attrids);
+
+ sdp_service_search_async(session, search, 0xffff);
+
+ sdp_list_free(attrids, NULL);
sdp_list_free(search, NULL);