From owner-freebsd-bluetooth@FreeBSD.ORG Wed Jul 7 17:54:42 2010 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 5095A106566B for ; Wed, 7 Jul 2010 17:54:42 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E93938FC0C for ; Wed, 7 Jul 2010 17:54:41 +0000 (UTC) Received: by vws6 with SMTP id 6so9980829vws.13 for ; Wed, 07 Jul 2010 10:54:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=fyR6x0g1/sHkYmcxlts62sCNUeqxY//LmY5GIgnlOw8=; b=edSzG8xJqtiSrolkvlyktdyokPrVYc27zYoTy4PVF7wAUaoSn3buQqmb6UGiTZ/uIc gf6UL3SnQofX0K69SscNzv51pnT3CQ4bZCYgrtp0McfQpi3wVwDolCXknIVqkfFgPO8n JyqDf0mRDKr4sniSSrpIjDXPsM//Kcg6Q6Ha0= 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; b=WUEh9IX91UHcYOvTEq6GM1N1QwPNtt+ZMpEHGXXAexcDHImMj40a0rbAkc3nnHj5bZ jAX8ggK2zwGDsrrgQ6eAwfd+ztfl111Smn1fRu9XE8Y45Zm79v4ClDtettxm0tnTsGW5 nf18adTHO8avtk0FfVZ4wEys63tLRijCyxNaQ= MIME-Version: 1.0 Received: by 10.220.122.1 with SMTP id j1mr3597257vcr.122.1278525267800; Wed, 07 Jul 2010 10:54:27 -0700 (PDT) Received: by 10.220.199.13 with HTTP; Wed, 7 Jul 2010 10:54:27 -0700 (PDT) In-Reply-To: <201007071730.o67HUqO2044187@lurza.secnetix.de> References: <201007071730.o67HUqO2044187@lurza.secnetix.de> Date: Wed, 7 Jul 2010 10:54:27 -0700 Message-ID: From: Maksim Yevmenkin To: Oliver Fromme Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Samsung SPF-800P supported by FreeBSD? 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: Wed, 07 Jul 2010 17:54:42 -0000 Oliver, > > yes, sorry. i meant obexapp :) obexapp is known to work with various > > mobile phones (and other devices) that implement opp (obex push > > profile) and oftp (obex file transfer profile). it is likely that you, > > or someone you know, own such a mobile phone, and, you can always try > > obexapp against it to see what it does and how it works. > > Well, even if it works with a mobile phone, that doesn't > guarantee that it would work with such a photo frame. well, nothing will give you an absolute guarantee :) but, that is what bluetooth qualification is supposed to be for :) if a product has bluetooth logo on it then it must have passed bluetooth qualification tests. > In fact, the bluetooth function of that photo frame is > intended so you can upload pictures from a mobile phone > to the frame (not from a PC, AFAIK). Can FreeBSD with > obexapp act like a mobile phone? it does not matter, really. obex push/file transfer is exactly the same. it does not matter if it runs on pc, pda or mobile phone. to answer your question, yes, obexapp can push "objects" (such as pictures, vcards, etc.) to obex push capable device (again could be mobile phone, pc, pda or whatever). i've used obexapp to push vcards and picture to nokia and sony ericsson phones. > (I'm sorry if this is a dumb question; I'm not familiar > with these protocols.) its ok :) think about it this way: obex is a protocol (think almost binary http). protocol is a protocol no matter what device implements it. difference between push and file transfer is that file transfer allows you to browse/create/change folders, create/delete files, etc. much like regular ftp client. push only allows you to pull/push "objects" from/to an "inbox" folder. > > > Actually I hoped that someone who owns such a photo frame > > > could confirm (or deny) that it works. Probably too much > > > to hope for. :-) > > > > yeah, not quite sure why those things are so expensive :) throw in > > another $50-$100 and you can get an atom based netbook with 10" screen > > (better resolution too) with wifi and bluetooth (on some models). > > Yeah, well ... I've also considered buying a small > RS-232 controlled display (such as the ones from > matrixorbital.com) and put an RS232-Bluetooth dongle > on it. I understand these are using the SPP profile, > so it should work with FreeBSD. On the other hand, > such a dongle alone is in the $150 range, and it needs > another power supply which is a PITA ... wow :) too much moving parts :) > > in any case, if you decide to get it, i would be curious to see if it > > works. and if it doesn't - i'd be happy to help > > I'll think it over. Thanks for your offer to help! ok :) thanks, max