public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: "Xavier Garreau" <x.garreau@prim-time.fr>
To: "Marcel Holtmann" <marcel@holtmann.org>,
	"Stefan Mischke" <survivor@uni-paderborn.de>
Cc: "BlueZ Mailing List" <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] Accessing HCI on Windows
Date: Tue, 23 Mar 2004 14:12:08 +0100	[thread overview]
Message-ID: <021901c410d8$724c2630$b67ba8c0@zaz1> (raw)
In-Reply-To: 1080040266.2663.317.camel@pegasus

> as I know there is no Windows stack that provides full access to the HCI
> layer as BlueZ do. Actually it must be possible in some kind of way, but
> in most cases you have to pay for their development kit.


The COM1 stack used to allow direct HCI access (H4 interface) if opening as
a serial port the special file declared in
HKLM\SYSTEM\CurrentControlSet\Enum\USB\Vid_xxxx&Pid_xxxx\something_goes_here
\Device Parameters\SymbolicName
(replace Vid_xxxx&Pid_xxxx with the ones from your device)

You can download their drivers from their website et make it work with your
dongle by editing the .inf file to add YOUR dongle vid&pid.

Just kill their btstack and write your own...

It's surely not usable for commercial products but it works for
testing/development purposes ... I used it to create some demos but am now
working with widcomm SDK which gives acces to all levels of the stack
beginning from l2cap (or HCI vendor commands)

Hope it helps.

I did reply to the list because there are often questions about
bluetooth/windows here ...

BR,
-- 
Xavier Garreau <x.garreau@prim-time.fr>
Prim'Time Technology
http://www.prim-time.fr/

  reply	other threads:[~2004-03-23 13:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-23  9:00 [Bluez-devel] Accessing HCI on Windows Stefan Mischke
2004-03-23 11:11 ` Marcel Holtmann
2004-03-23 13:12   ` Xavier Garreau [this message]
2004-03-23 16:30     ` Stefan Mischke
2004-03-23 17:00       ` Xavier Garreau
2004-03-23 18:06         ` Stefan Mischke
2004-03-23 20:47           ` Xavier Garreau
2004-03-23 20:56             ` Marcel Holtmann

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='021901c410d8$724c2630$b67ba8c0@zaz1' \
    --to=x.garreau@prim-time.fr \
    --cc=bluez-devel@lists.sourceforge.net \
    --cc=marcel@holtmann.org \
    --cc=survivor@uni-paderborn.de \
    /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