From owner-freebsd-bluetooth@FreeBSD.ORG Sun Dec 5 16:19:14 2004 Return-Path: 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 1DF1216A4CE for ; Sun, 5 Dec 2004 16:19:14 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6114043D5E for ; Sun, 5 Dec 2004 16:19:13 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [24.52.242.150]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041205161806.YMUV18426.mta10.adelphia.net@[192.168.1.254]>; Sun, 5 Dec 2004 11:18:06 -0500 Message-ID: <41B334C5.1030003@savvis.net> Date: Sun, 05 Dec 2004 08:18:13 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tuc at Beach House References: <200412051354.iB5DsbrY048576@himinbjorg.tucs-beachin-obx-house.com> In-Reply-To: <200412051354.iB5DsbrY048576@himinbjorg.tucs-beachin-obx-house.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bluetooth@freebsd.org cc: Tuc at Beach House Subject: Re: sdpcontrol issues (LONG) X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2004 16:19:14 -0000 Tuc at Beach House wrote: >>actually, i was wrong. sdpcontrol and libsdp did not change that much, >>so it should have worked. could you please get hcidump from >> >>http://geocities.com/m_evmenkin/hcidump-1.5.tar.gz >> > > I happened to peek inside the directory and there was a sdpd. So > for giggles I decided to get it, compile it and run it. yes, that is the code from linux-bluez that i ported long time ago. it should have both sdpd and spdtool. these are similar to sdpd(8) and sdpcontrol(8). > I've run it, and added DUN. I then went to my Winderz PC and told > it to discover services on this, and it comes back with nothing. how about add LAN, OPUSH etc. i.e. more services? stacks generally do not use 'browse' command, but rather looking for a specific service. btw did you try to use 'sdptool' (from sdp-1.5 package) command against treo? did it work? > I do attempt to access it from the Treo, and it seems to trigger > sdpd, but I'm not sure what the next step its supposed to do is. the way it should work is: 1) client (treo) discovers server (laptop) 2) client makes a sdp request to figure out what services host provides 3) client gets parameters for the desired service via sdp 4) client starts using the service. > Am I pushing my luck? no, it should work thanks max