From: Marcel Holtmann <marcel@holtmann.org>
To: Keith Pemberton <kbpember@cox.net>
Cc: BlueZ Mailing List <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] Writing a bluetooth mouse driver...
Date: Mon, 15 Mar 2004 13:03:28 +0100 [thread overview]
Message-ID: <1079352208.3405.26.camel@pegasus> (raw)
In-Reply-To: <1079350703.4317.7.camel@linuxcomp.gatep5.net>
Hi Keith,
> I'm going to write a bluetooth mouse driver for my MS bluetooth mouse
> just to see if I can do it. (yes, I do know that there is one out there
> already, but I don't like the way that that driver is doing things). My
> hang up in understanding is in the communication between the mouse and
> the wireless transceiver. I am guessing that the functions providing
> communication to the transceiver are defined in hci.c (or hci.h). Does
> anyone have a good document that describes how the Bluez stack
> communicates with different hardware? Any other documents that you can
> suggest would be much appreciated! Thanks in advance.
actually you must understand how the Bluetooth stack is designed and how
the HID profile makes use of it. You will notice that HID uses two L2CAP
connections, one for control message and the other one for interrupt
messages. The transport protocol is HIDP and than you need of course a
HID parser, which is the biggest part.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2004-03-15 12:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-15 11:38 [Bluez-devel] Writing a bluetooth mouse driver Keith Pemberton
2004-03-15 12:03 ` Marcel Holtmann [this message]
2004-03-15 13:58 ` Philip Blundell
2004-03-15 14:18 ` Marcel Holtmann
2004-03-15 14:32 ` Vojtech Pavlik
2004-03-15 15:00 ` Marcel Holtmann
2004-03-15 15:44 ` [Bluez-devel] Implementing Bluez into microchip MSP430 zubiwat
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=1079352208.3405.26.camel@pegasus \
--to=marcel@holtmann.org \
--cc=bluez-devel@lists.sourceforge.net \
--cc=kbpember@cox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.