我有个USB的蓝牙设备,要在wince下使用。在Platform Builder里选择了:
Bluetooth HID Device Support
-Bluetooth HID - keyboard
-Bluetooth HID - Mouse
Bluetooth Profiles Support
-Bluetooth DUN Gateway
-Bluetooth HS/HF and Audio Gateway Serivce
-Bluetooth LAP and Configuration Utility
Bluetooth Protocol Stack with Transport Driver
-Bluetooth stack with integrated USB Driver
-Bluetooth Stack with Universal Loadable Driver.
(如果选了Bluetooth PAN会Sysgen不通过)。
下到开发板上后插上USB的蓝牙设备没有反应,控制面板里的Bluetooth设备属性扫描设备提示“Bluetooth硬件错误10050(控制器不存在)”。是不是wince下不能直接用USB的蓝牙设备,还必须自己实现一些驱动?如果是的话要实现那些驱动?
还有我用eVC移植了pc上写的蓝牙应用程序编译的时候报错缺少Bthsdpdef.h文件,请问在生成SDK的时候要包含哪些Catalog才能把这个文件打包到SDK里。谢谢!