Tech Support > Microsoft Windows > Drivers > How Can i get SCO data based on Micrisoft Bluetoot Stack
How Can i get SCO data based on Micrisoft Bluetoot Stack
Posted by javei.wang on October 31st, 2007


hello every body.
I use the develope environment Windows Driver Kit and DDK +xp+sp2.
Now I can create RFCOMM connect other bluetooth device based on MS Bluetooth
Stack.
According
http://msdn2.microsoft.com/en-us/library/aa938557.aspx
I can use BthPort.sys to control SCO.But i don't know how to operate it.
Can you have some suggestions?
Any suggestions will be appreciated.
Thanks.

Posted by Doron Holan [MSFT] on October 31st, 2007


download the WDK or search MSDN online. specifically read this
http://msdn2.microsoft.com/en-us/library/aa938552.aspx and this
http://msdn2.microsoft.com/en-us/library/aa938556.aspx

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"javei.wang" <javeiwang@discussions.microsoft.com> wrote in message
news:50749C5F-CAD5-4291-A364-B98B345C7786@microsoft.com...

Posted by javei.wang on November 1st, 2007


Thanks for your reply.
I have download the file you mentioned.
and another question comes out.
Is possible get SCO data based on XP+SP2+WDK6001?
Because I found many MACRO defined in the BTH*.h
#if (NTDDI_VERSION >= NTDDI_VISTA)
O, My god, is this mean this file must be used in the VISTA .

Does any one know this problem?

"Doron Holan [MSFT]" wrote:

Posted by Doron Holan [MSFT] on November 1st, 2007


sco support was added in vista, you cannot use these BRBs on xpsp2. to be
clear you can develop XP drivers using the 6001 WDK, just that this
particular feature is only availabe in the vista bluetooth stack

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"javei.wang" <javeiwang@discussions.microsoft.com> wrote in message
news:3E0D2E65-0409-48E4-9B6F-3D184A94AF74@microsoft.com...


Similar Posts