开发者

Bluetooth debugging tools

开发者 https://www.devze.com 2023-02-17 00:24 出处:网络
Linux has hcidump which is a very handy tool for debugging bluetooth problems. Can anyone recommend similar开发者_StackOverflow tools for Windows? I\'d also be interested in other tools for Linux if

Linux has hcidump which is a very handy tool for debugging bluetooth problems.

Can anyone recommend similar开发者_StackOverflow tools for Windows? I'd also be interested in other tools for Linux if anyone knows anything good.

I'm trying to investigate why my BT device disconnects after a couple of seconds. I expect its a crappy mini-dongle, but would like to find out more about where the disconnection originated from.


You can capture the USB interface with a Windows USB sniffer, e.g. Usbtrace or Usblyzer and convert the captured output to btsnoop file format which can then be loaded and analyzed in Wireshark or FTS4BT viewer (free tool from ww.fte.com).


I don't think that you have something similar for Windows desktop, but for Windows CE there is a tool called BTDC Tool. If you read Wireshark wiki they say that there isn't something for Windows: http://wiki.wireshark.org/CaptureSetup/Bluetooth and http://wiki.wireshark.org/Bluetooth

You could capture the traffic, by going deep into the driver, but for this you should study the Windows DDK. It allows you to add extensions of your own.

0

精彩评论

暂无评论...
验证码 换一张
取 消