summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/sdpcontrol
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2007-11-04 21:24:33 +0000
committeremax <emax@FreeBSD.org>2007-11-04 21:24:33 +0000
commitb35343711320890899ec9789c92460451857e816 (patch)
tree53f0ccde8d830ebca804d4f534589abd00581889 /usr.sbin/bluetooth/sdpcontrol
parent35dc7f2858e664c421cef0249f55f74e99e47892 (diff)
downloadFreeBSD-src-b35343711320890899ec9789c92460451857e816.zip
FreeBSD-src-b35343711320890899ec9789c92460451857e816.tar.gz
Allow search for any UUID entered by user.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/bluetooth/sdpcontrol')
-rw-r--r--usr.sbin/bluetooth/sdpcontrol/search.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/sdpcontrol/search.c b/usr.sbin/bluetooth/sdpcontrol/search.c
index 5b19765..e7d8244 100644
--- a/usr.sbin/bluetooth/sdpcontrol/search.c
+++ b/usr.sbin/bluetooth/sdpcontrol/search.c
@@ -586,9 +586,6 @@ do_sdp_search(void *xs, int argc, char **argv)
return (USAGE);
}
- if (service < SDP_SERVICE_CLASS_SERVICE_DISCOVERY_SERVER)
- return (USAGE);
-
/* Initialize attribute values array */
for (n = 0; n < values_len; n ++) {
values[n].flags = SDP_ATTR_INVALID;
OpenPOWER on IntegriCloud