From owner-freebsd-bluetooth@FreeBSD.ORG Mon Apr 4 21:25:48 2005 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 240E416A4CE for ; Mon, 4 Apr 2005 21:25:48 +0000 (GMT) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B9643D45 for ; Mon, 4 Apr 2005 21:25:47 +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 DF7393BE4E; Mon, 4 Apr 2005 16:25:46 -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 19426-01-73; Mon, 4 Apr 2005 16:25:46 -0500 (CDT) Received: from out001.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mailgate1b.savvis.net (Postfix) with ESMTP id B0D963BE24; Mon, 4 Apr 2005 16:25:46 -0500 (CDT) Received: from s228130hz1ew031.apptix-01.savvis.net ([10.146.4.28]) by out001.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 4 Apr 2005 16:25:32 -0500 Received: from [10.254.186.111] ([66.35.239.94]) by s228130hz1ew031.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 4 Apr 2005 16:25:08 -0500 Message-ID: <4251B0B4.8050805@savvis.net> Date: Mon, 04 Apr 2005 14:25:08 -0700 From: Maksim Yevmenkin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040822 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denis Fokin References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Apr 2005 21:25:08.0416 (UTC) FILETIME=[C6BFCC00:01C5395C] X-Virus-Scanned: amavisd-new at savvis.net cc: freebsd-bluetooth@freebsd.org Subject: Re: Problems with Bluetooth LAN access 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: Mon, 04 Apr 2005 21:25:48 -0000 Denis, [...] >>> Have tried another services: OBEX, Serial - no luck :( My devices >>> can connect to each other, but cannot communicate. >> >> so, is everything works now? > > semi-works... > > OPUSH sessions work. I can do "getdefault" and put my own contacts > But FTRN does not work completely. Here is my log: > > sanvean% sdpcontrol -a 00:04:3e:80:45:d1 browse > looks fine to me > sanvean% obexapp -c -a 00:04:3e:80:45:d1 -C OPUSH > obex> getdefault > getdefault: local file> defcard.txt > Success, response: OK, Success (0x20) > obex> put > put: local file> defcard.txt > put: remote file> defcard.txt > Success, response: OK, Success (0x20) > obex> di > Success, response: OK, Success (0x20) that is fine too > sanvean% obexapp -c -a 00:04:3e:80:45:d1 -C FTRN > Could not connect to the remote OBEX server. Response: Unknown response (0x53). Service: None did you try to add '-f' switch? from obexapp(1) man page -f Connect to Folder Browsing Service on the remote OBEX server (client mode only). By default client does not specify any ser- vice in OBEX connect request. > HCIDump - HCI packet analyzer ver 1.5 > device: any snap_len: 65535 filter: 0xffffffff [...] it would be better to produce a binary hcidump dump (-w option) and send it as attachment. > Also I have tried to connect to my Motorola v600 phone, but without success. I can successfully upload files to it using OPUSH, > but cannot download files. For any my action (using OPUSH and FTRN) I receive Forbidden(0x43) response. Maybe the cause is Motorola's > implementation of those protocols? Or some kind of security on the phone? In nearest future I will try to use my phone as GPRS modem. > of OPUSH? no, i do not think this is the problem with your phone. max