Blutooth Driver

Hi All,
Is there any filter or functional driver sample given in ddk for blutooth .If not then from where i can get some tutorial, sample code, and protocol specification .

does blutooth stack comes with win xp sp2 by default.If not then do i need to develop a blutooth stack or is any there any other way so that i can make functional driver for my blutooth device.

Any help and guidence will be appreciated.

Regards


Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today!
http://toolbar.live.com/?mkt=en-in

I am also new to WDK but just attempting to approach towards the problem solution. Checkout the following link:

http://msdn2.microsoft.com/en-us/library/aa938557.aspx

Accordingly it seems that Bluetooth stack comes by default with XP SP2. The drivers must be builded using Vista only. I also find BthProps.lib in WDK lib path.

Wait for some experts to guide us. Meanwhile if you find time and chance, install XP SP2 on some bluetooth featuring laptop and verify the stack presence.

Regards.

>does blutooth stack comes with win xp sp2 by default.If not then do i need to develop a blutooth stack or is any there any other way so that i can make functional driver for my blutooth device.

There are at least three BTH stacks made by :

  • Microsoft ( XP SP2 , could be installed on XP SP1 )
  • WIDCOMM ( W2k/XP )
  • Blue Soleil ( W2k/XP )

the last two are not exactly WDM PnP drivers because they load and create static device objects even if there is no any BTH device, only USB FDO driver is a WDM PnP driver, but there is no any relation( bus, ejection or removal ) between a FDO device object created by FDO USB driver and another drivers which create static COM ports and other devices.

Hi All ,
Thanks for your guidence.
is there any sample in ddk if yes which one,if not not from where i can get some sample code or simple example based on which i can proceed further.

Regards


Call friends with PC-to-PC calling – FREE
http://get.live.com/messenger/overview

You forgot Toshiba’s BT stack as well. But let’s be real here…there is
one BT stack for Windows – Microsoft’s period, end of story. If you are
going to program to a stack use that one.

There are apparently not any samples available, I thought there were at some
point, but I guess not.

The WDK documentation is pretty good though. What type of device are you
wanting to control?

Bill M.

wrote in message news:xxxxx@ntdev…
> >does blutooth stack comes with win xp sp2 by default.If not then do i
> >need to develop a blutooth stack or is any there any other way so that i
> >can make functional driver for my blutooth device.
>
> There are at least three BTH stacks made by :
> - Microsoft ( XP SP2 , could be installed on XP SP1 )
> - WIDCOMM ( W2k/XP )
> - Blue Soleil ( W2k/XP )
>
> the last two are not exactly WDM PnP drivers because they load and create
> static device objects even if there is no any BTH device, only USB FDO
> driver is a WDM PnP driver, but there is no any relation( bus, ejection or
> removal ) between a FDO device object created by FDO USB driver and
> another drivers which create static COM ports and other devices.
>

IIRC, the 6001 WDK has bth samples in it

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Bill McKenzie
Sent: Thursday, October 04, 2007 3:45 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Blutooth Driver

You forgot Toshiba’s BT stack as well. But let’s be real here…there is
one BT stack for Windows – Microsoft’s period, end of story. If you are
going to program to a stack use that one.

There are apparently not any samples available, I thought there were at some
point, but I guess not.

The WDK documentation is pretty good though. What type of device are you
wanting to control?

Bill M.

wrote in message news:xxxxx@ntdev…
> >does blutooth stack comes with win xp sp2 by default.If not then do i
> >need to develop a blutooth stack or is any there any other way so that i
> >can make functional driver for my blutooth device.
>
> There are at least three BTH stacks made by :
> - Microsoft ( XP SP2 , could be installed on XP SP1 )
> - WIDCOMM ( W2k/XP )
> - Blue Soleil ( W2k/XP )
>
> the last two are not exactly WDM PnP drivers because they load and create
> static device objects even if there is no any BTH device, only USB FDO
> driver is a WDM PnP driver, but there is no any relation( bus, ejection or
> removal ) between a FDO device object created by FDO USB driver and
> another drivers which create static COM ports and other devices.
>


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Not unless I missed them buried in there somewhere.

Bill M.

“Doron Holan” wrote in message
news:xxxxx@ntdev…
IIRC, the 6001 WDK has bth samples in it

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Bill McKenzie
Sent: Thursday, October 04, 2007 3:45 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Blutooth Driver

You forgot Toshiba’s BT stack as well. But let’s be real here…there is
one BT stack for Windows – Microsoft’s period, end of story. If you are
going to program to a stack use that one.

There are apparently not any samples available, I thought there were at some
point, but I guess not.

The WDK documentation is pretty good though. What type of device are you
wanting to control?

Bill M.

wrote in message news:xxxxx@ntdev…
> >does blutooth stack comes with win xp sp2 by default.If not then do i
> >need to develop a blutooth stack or is any there any other way so that i
> >can make functional driver for my blutooth device.
>
> There are at least three BTH stacks made by :
> - Microsoft ( XP SP2 , could be installed on XP SP1 )
> - WIDCOMM ( W2k/XP )
> - Blue Soleil ( W2k/XP )
>
> the last two are not exactly WDM PnP drivers because they load and create
> static device objects even if there is no any BTH device, only USB FDO
> driver is a WDM PnP driver, but there is no any relation( bus, ejection or
> removal ) between a FDO device object created by FDO USB driver and
> another drivers which create static COM ports and other devices.
>


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

It will be in there by RTM, we are working on getting it in as we speak…

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Bill McKenzie
Sent: Friday, October 05, 2007 8:16 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Re:Blutooth Driver

Not unless I missed them buried in there somewhere.

Bill M.

“Doron Holan” wrote in message
news:xxxxx@ntdev…
IIRC, the 6001 WDK has bth samples in it

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Bill McKenzie
Sent: Thursday, October 04, 2007 3:45 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Blutooth Driver

You forgot Toshiba’s BT stack as well. But let’s be real here…there is
one BT stack for Windows – Microsoft’s period, end of story. If you are
going to program to a stack use that one.

There are apparently not any samples available, I thought there were at some
point, but I guess not.

The WDK documentation is pretty good though. What type of device are you
wanting to control?

Bill M.

wrote in message news:xxxxx@ntdev…
> >does blutooth stack comes with win xp sp2 by default.If not then do i
> >need to develop a blutooth stack or is any there any other way so that i
> >can make functional driver for my blutooth device.
>
> There are at least three BTH stacks made by :
> - Microsoft ( XP SP2 , could be installed on XP SP1 )
> - WIDCOMM ( W2k/XP )
> - Blue Soleil ( W2k/XP )
>
> the last two are not exactly WDM PnP drivers because they load and create
> static device objects even if there is no any BTH device, only USB FDO
> driver is a WDM PnP driver, but there is no any relation( bus, ejection or
> removal ) between a FDO device object created by FDO USB driver and
> another drivers which create static COM ports and other devices.
>


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Hi Doron,
Thanks for your help.

I am really very very sorry if my question sounds you stupid,but i am completly puzzled about this.

I downloaded the latest WDK 6001 from microsoft site and install it but i couldn,t find the sample as you mentioned in your reply.

can you plz give me the precise name of that sample or path of that sample in src directory.

i would be very thankfull to you for your help and support.

Regards

From: xxxxx@microsoft.com> To: xxxxx@lists.osr.com> Date: Thu, 4 Oct 2007 16:55:46 -0700> Subject: RE: Re:[ntdev] Blutooth Driver> > IIRC, the 6001 WDK has bth samples in it> > d>


Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today!
http://toolbar.live.com/?mkt=en-in

The samples will be there in the future by the time the 6001 WDK ships, they are currently not in the 6001 WDK

d

From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of nayan kumar
Sent: Monday, October 08, 2007 12:04 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Blutooth Driver

Hi Doron,
Thanks for your help.

I am really very very sorry if my question sounds you stupid,but i am completly puzzled about this.

I downloaded the latest WDK 6001 from microsoft site and install it but i couldn,t find the sample as you mentioned in your reply.

can you plz give me the precise name of that sample or path of that sample in src directory.

i would be very thankfull to you for your help and support.

Regards

From: xxxxx@microsoft.com
To: xxxxx@lists.osr.com
Date: Thu, 4 Oct 2007 16:55:46 -0700
Subject: RE: Re:[ntdev] Blutooth Driver

IIRC, the 6001 WDK has bth samples in it

d


Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today! Try it now!http:

NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</http:>

The current version of WDK 6001 is Beta version. WDK 6000 RTM is the latest stable one.

I think that the mentioned bth samples will be available with 6001 release candidate.

Regards.

Doron said they would be in the released version. They are not in the RC0
version. They may appear sooner, but nothing has been said about when other
than they will be in the final 6001 version.

wrote in message news:xxxxx@ntdev…
>
> The current version of WDK 6001 is Beta version. WDK 6000 RTM is the
> latest stable one.
>
> I think that the mentioned bth samples will be available with 6001 release
> candidate.
>
> Regards.
>