From owner-freebsd-bluetooth@FreeBSD.ORG Thu Jun 8 22:20:30 2006 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 25B4216A41A for ; Thu, 8 Jun 2006 22:20:30 +0000 (UTC) (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 6FFA843D53 for ; Thu, 8 Jun 2006 22:20:29 +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 D26743BE2F; Thu, 8 Jun 2006 17:20:28 -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 22919-01-46; Thu, 8 Jun 2006 17:20:28 -0500 (CDT) Received: from [10.254.186.111] (sntc04ep01.savvis.net [64.14.1.106]) by mailgate1b.savvis.net (Postfix) with ESMTP id 55EB03BE2E; Thu, 8 Jun 2006 17:20:28 -0500 (CDT) Message-ID: <4488A2AA.5030900@savvis.net> Date: Thu, 08 Jun 2006 15:20:26 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Carlos_Fern=E1ndez_Herranz?= References: <00ea01c68b15$45ff6f60$2b3290c1@fenix> In-Reply-To: <00ea01c68b15$45ff6f60$2b3290c1@fenix> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at savvis.net Cc: freebsd-bluetooth@freebsd.org Subject: Re: Synchronization profile 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: Thu, 08 Jun 2006 22:20:30 -0000 Carlos Fernández Herranz wrote: > Is there any free application using FreeBSD Bluetooth support, > obexapp or openobex that allows the synchronization between a mobile > phone and a desktop computer? not that i have seen. there is multisync in ports/. it has linux-bluez specific bluetooth plugin. it should be possible to write similar plugin for freebsd-bluetooth. the next closest thing is gnokii or gammu from ports/. both can use at-commands over bluetooth-rfcomm link. both were written for nokia phones, but work (more or less) with other phones too. > Is the Synchronization profile implemented in the FreeBSD Bluetooth > Stack? in short - no, but it should be easy enough to add. its pure user-space code. no kernel programming needed. thanks, max