From: Thomas Kear <thomas.kear@gmail.com>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Profiles on Bluez
Date: Sat, 13 Jan 2007 09:25:06 +1300 [thread overview]
Message-ID: <200701130925.10232.thomas.kear@gmail.com> (raw)
In-Reply-To: <4f436aae0701120859o16d8f9cbxeaa75202b818a147@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 5364 bytes --]
I have to confess, at this point, some of my knowledge on this subject comes
from Wikipedia; http://en.wikipedia.org/wiki/Bluetooth_profile
You'll need to clarify OBEX, as there are a number of services built on it
GOEP, "Generic Object Exchange Profile" is one of them, I know nothing more
about it than wikipedia can tell you (not much). It doesn't appear to be a
user-accessable feature so much as a basis for other profiles.
OPP I mentioned in my last email, is the one-way sender-initiated file
transfer protocol.
FTP is similar(ish) to OPP, but usually reciever initiated, and supports file
browsing, deleting, etc on the remote host. As mentioned last time, KDE's
bluetooth services offer it, I forgot to mention obexftp however:
http://triq.net/obex
There are likely daemons to facilitate OPP recieves other than KDE or GNOME's
bluetooth packages, but the names of any of these are escaping me.
The HID protocol, compared to most, is simple. bluez-utils
provides /usr/bin/hidd, which in general is all you need to use it. Its man
page, HIDD(1) contains very little information (as of bluez-3.7), but the
commands are intuitive enough:
'--server' starts a server for inbound HID connections (for example, my
cellphone (Sony Ericsson K750i) has a feature it calls "remote control" that
works with hidd in this way)
'--connect 00:00:00:00:00:00' connects to an active bluetooth input device.
most keyboards/mice work like this.
'--search' looks for active devices and tries to connect to them
automatically.
Someone else will have to fill in the details about DUN, bluez provides a
binary called 'dund', but I don't have a clue how it works.
SPP is handled by rfcomm, which is also simple.
# rfcomm bind rfcomm0 00:00:00:00:00:00 [bluetooth channel]
will create /dev/rfcomm0 as a serial port to the chosen device, which can be
used by any app (you might need to check permissions, naturally).
# rfcomm release rfcomm0
will delete the device again.
I think that covers just about everything you asked for, feel free to ask for
clarification on anything.
--Thomas
On Saturday 13 January 2007 5:59 am, you wrote:
> Hi Thomas,
>
> Thank you for the help.
>
> I also found that BlueZ supports PAN and BNEP inherently.
>
> can I please ask about more profiles and protocols like goep, obex, spp,
> hid, dun, spp ?
>
> Are they supported ? by whom,where ?
>
> Thanks again !!!!
> Choi.
>
> On 1/11/07, Thomas Kear <thomas.kear@gmail.com> wrote:
> > SCO (handsfree), A2DP and AVRCP are supported by the bluetooth-alsa
> > driver http://bluetooth-alsa.sourceforge.net
> >
> > BPP, depending on which way you want to use it, is a bit of an issue at
> > the moment. I haven't yet found a server that lets my PC accept print
> > requests from mobile devices and print them through CUPS. However
> > working the other way, CUPS has a bluetooth backend that supports adding
> > queues for bluetooth printers (I believe using HCRP).
> >
> > OPP and FTP are handled just fine by KDE's 'kdebluetooth' package, if you
> > have it installed, bluetooth:/ in a konqueror view should give you a
> > device listing, double clicking a device icon should display supported
> > profiles, FTP is called "OBEX File Transfer". In OPP's case, sending a
> > file from a device to the PC should automatically open a dialogue to
> > facilitate recieving it. Sending files is as easy as right clicking them
> > in a konqueror view and selecting "Actions> Send with Bluetooth...".
> > Gnome's bluetooth utilities should have similar funtionality, I cannot
> > comment further as I've never used them.
> >
> > --Thomas
> >
> > On Friday 12 January 2007 5:33 am, Choi Sonim wrote:
> > > Hello ppl!
> > >
> > > What Bluetooth profile do BlueZ support ?
> > > I found some OBEX utilities (which both gnome and kde provides),
> > > and the builtin BNEP support. but that;s it. no hands-free, bpp,
> > > opp,a2dp,ftp, nothing ?
> > >
> > > I know it is high-level and everything can be written on top of bluez
> > > but i wonder what is already supported ?
> > >
> > > Thank You ppl,
> > > Choi.
> > >
> > > -----------------------------------------------------------------------
> > >-- Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > > your opinions on IT & business topics through brief surveys - and earn
> > > cash
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD
> > >EV _______________________________________________
> > > Bluez-users mailing list
> > > Bluez-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your opinions on IT & business topics through brief surveys - and earn
> > cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2007-01-12 20:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-11 16:33 [Bluez-users] Profiles on Bluez Choi Sonim
2007-01-11 20:55 ` Thomas Kear
2007-01-12 16:59 ` Choi Sonim
2007-01-12 20:25 ` Thomas Kear [this message]
2007-01-12 23:21 ` Michael Mauch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200701130925.10232.thomas.kear@gmail.com \
--to=thomas.kear@gmail.com \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox