From owner-freebsd-bluetooth@FreeBSD.ORG Mon Feb 16 09:08:41 2009 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 107421065670 for ; Mon, 16 Feb 2009 09:08:41 +0000 (UTC) (envelope-from oleg.nauman@gmail.com) Received: from mail-fx0-f15.google.com (mail-fx0-f15.google.com [209.85.220.15]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1A08FC14 for ; Mon, 16 Feb 2009 09:08:40 +0000 (UTC) (envelope-from oleg.nauman@gmail.com) Received: by fxm8 with SMTP id 8so53778fxm.19 for ; Mon, 16 Feb 2009 01:08:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=OFGdLnvJhuMOhESOxsoF4rpYz9a+z2SYNFEeWU4TMEI=; b=buoE+WgtB7odvsUoHnUi+mgPksEsJVzfn/1YDE54nOVbU1dTj8UcSoZEwK3urrKo8S LGUSvAZqdx85O38XiIABjIi2vLtnt4g6WLChKR9wzJukZghzEgA2ENOvrKDvO7l1sbGj lYrysGOOn0/EB+b066ihns4vzVLuFk+H6aSQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pqP7g04YxLhZSovoxeXo98UAIBwgG8Sc1cwUPbV/yklzCXKHLZQ93QxjUcaVtf9ySK sA3QN5nig78YUWXyo+epWE5WHfQ3/jpe9KfYm6MF4MopBFXzpop3zmI1O6/k6UqHyo6B c7olwE3Xbkno+JnpWmxkYCJjXbmVScDG137lM= MIME-Version: 1.0 Received: by 10.180.205.1 with SMTP id c1mr1886195bkg.143.1234775017412; Mon, 16 Feb 2009 01:03:37 -0800 (PST) In-Reply-To: References: <46cbfbb80902120107x6ef309efs3d6b03e76c82fa78@mail.gmail.com> <46cbfbb80902130153y10469bbdn1d2b1c04b1824358@mail.gmail.com> Date: Mon, 16 Feb 2009 11:03:37 +0200 Message-ID: <46cbfbb80902160103s73de97d9v6f5f8846d56c8a14@mail.gmail.com> From: Oleg Nauman To: Maksim Yevmenkin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: Trouble connecting HP Compaq 6720s with Nokia 3610 cell phone 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: Mon, 16 Feb 2009 09:08:41 -0000 On Fri, Feb 13, 2009 at 6:05 PM, Maksim Yevmenkin wrote: > Oleg, > > please keep freebsd-bluetooth@ cc'd. Still feels unfamiliar with Gmail interface sorry. > >>>> I have a trouble connecting my Nokia 3610 cell phone via bluetooth link. >>> >>> as Iain already asked :) what exactly are you trying to do? >> >> Was trying to establish connection in both directions but failed. >> Many thanks to Iain for this issue explanation - it seems my Nokia >> searching for audio enhancements only. Was thinking it is part of >> another trouble - I'm unable to start a session through obexapp (file >> transfer for example). >> >> How is it looks like: >> >> # sdpcontrol -a Nokia search FTRN >> >> Record Handle: 0x00010002 >> Service Class ID List: >> OBEX File Transfer (0x1106) >> Protocol Descriptor List: >> L2CAP (0x0100) >> RFCOMM (0x0003) >> Protocol specific parameter #1: u/int8/bool 10 >> OBEX (0x0008) >> Bluetooth Profile Descriptor List: >> OBEX File Transfer (0x1106) ver. 1.0 > > ok this looks promising. > >> # obexapp -c -a Nokia -C FTRN -f >> >> Just sits there ( well yes I know Bluetooth is slow enough so was >> waiting for two hours first time ) > > well, this is not good :) Looks like it was issue with obexapp itself. Upgrading obexapp to latest in the ports (1.4.10) makes bluetooth connection working as expected. Thank you very much for your help