Hello all,
I am writing an application which configures connectivity between
bluetooth audio gateway and a blueatooth headset and then it opens
bluetooth audio driver to play file in order to listen on headset.
But my problem is during imageloading - bluetooth audio driver
loads first and tries to establish HCI communication, but still
BTD.dll(stack) hasnt loaded so it fails and i couldnt play sound file.
I tried to change the order of laoding but i couldnt find the
registry settings for BTD.dll and i couldnt find who loads it and same
for btscosnd.dll.
so please help me findout cause of the problem.
Thanks in Advance and i hope i will get a reply soon,
Darshan

RE: What should be loaded first BTSCOSND(bluetooth audio driver) or BTD.dll bluetooth stack. by gregsco

gregsco
Mon Aug 01 18:55:45 CDT 2005

BTD.dll is loaded by AFD (a module in the networking stack).

btscosnd.dll is a driver loaded by device manager on boot. You should be
able to change the "Order" registry value to be larger to accomplish this.
AFD should be loading btd.dll with order=2. By default it looks like
btscosnd.dll has order=20 (hex) so I am not sure why the BT stack is not
loaded first.

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtScoSnd]
"Order"=dword:X ; Make this larger

Greg Scott
Software Design Engineer, Windows CE
Microsoft Corporation
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________

--------------------
| From: "Darshan_om" <darshan@tataelxsi.co.in>
| Newsgroups: microsoft.public.windowsce.platbuilder
| Subject: What should be loaded first BTSCOSND(bluetooth audio driver) or
BTD.dll bluetooth stack.
| Date: 28 Jul 2005 08:03:06 -0700
| Organization: http://groups.google.com
| Lines: 14
| Message-ID: <1122562495.460693.41400@f14g2000cwb.googlegroups.com>
| NNTP-Posting-Host: 203.197.169.20
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1122562991 28509 127.0.0.1 (28 Jul 2005
15:03:11 GMT)
| X-Complaints-To: groups-abuse@google.com
| NNTP-Posting-Date: Thu, 28 Jul 2005 15:03:11 +0000 (UTC)
| User-Agent: G2/0.2
| Complaints-To: groups-abuse@google.com
| Injection-Info: f14g2000cwb.googlegroups.com; posting-host=203.197.169.20;
| posting-account=gZM_Xw0AAACP0PYhiAG2OQy7CpVxpsUP
| Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!news.glorb.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-fo
r-mail
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.windowsce.platbuilder:22466
| X-Tomcat-NG: microsoft.public.windowsce.platbuilder
|
| Hello all,
| I am writing an application which configures connectivity between
| bluetooth audio gateway and a blueatooth headset and then it opens
| bluetooth audio driver to play file in order to listen on headset.
| But my problem is during imageloading - bluetooth audio driver
| loads first and tries to establish HCI communication, but still
| BTD.dll(stack) hasnt loaded so it fails and i couldnt play sound file.
| I tried to change the order of laoding but i couldnt find the
| registry settings for BTD.dll and i couldnt find who loads it and same
| for btscosnd.dll.
| so please help me findout cause of the problem.
| Thanks in Advance and i hope i will get a reply soon,
| Darshan
|
|