From owner-freebsd-bluetooth@FreeBSD.ORG Tue Jun 28 16:37:22 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E37D516A41C for ; Tue, 28 Jun 2005 16:37:22 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60FF43D1F for ; Tue, 28 Jun 2005 16:37:22 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate1b.savvis.net (Postfix) with ESMTP id 13EB53BF9E; Tue, 28 Jun 2005 11:37:22 -0500 (CDT) Received: from mailgate1b.savvis.net ([127.0.0.1]) by localhost (mailgate1b.savvis.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19420-01-3; Tue, 28 Jun 2005 11:37:21 -0500 (CDT) Received: from out001.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mailgate1b.savvis.net (Postfix) with ESMTP id D94E73BE76; Tue, 28 Jun 2005 11:37:21 -0500 (CDT) Received: from s228130hz1ew171.apptix-01.savvis.net ([10.146.4.29]) by out001.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Tue, 28 Jun 2005 11:37:18 -0500 Received: from [10.254.186.111] ([64.14.1.106]) by s228130hz1ew171.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Tue, 28 Jun 2005 11:37:11 -0500 Message-ID: <42C17CB3.6060209@savvis.net> Date: Tue, 28 Jun 2005 09:37:07 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nithin Gopinath References: <008501c57be2$55577ef0$5322320a@telxsi.com> In-Reply-To: <008501c57be2$55577ef0$5322320a@telxsi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Jun 2005 16:37:11.0104 (UTC) FILETIME=[A1C7F400:01C57BFF] X-Virus-Scanned: amavisd-new at savvis.net Cc: freebsd-bluetooth@freebsd.org Subject: Re: SDP query X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 16:37:23 -0000 Hello, > On doing a service search from a windows application BlueSoleil i got > the following from HCIdump. > >>ACL data: handle 0x0001 flags 0x02 dlen 17 > > L2CAP(d): cid 0x0040 len 13 [psm 1] > SDP SS Req: tid 0x0 len 0x8 > pat uuid-16 0x0100 (L2CAP) > max 0x20 > cont 00 > > The underlined part has left confused, arent u supposed to put a search > pattern comprising of Service class ID of the service u want.Whats the L2CAP > uuid doing there. this dump is out of context and it hard to say what it really means, but my guess would be this query means "return record handles for all registered services that use L2CAP". i've never seen this before, but SDP queries like this work with my SE k700i phone. it is also possible to query for all OBEX services (just replace L2CAP UUID with OBEX UUID). thanks, max