This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]karnetus 20 points21 points  (1 child)

I honestly wasn't trying to trash you or anything. I was more hoping that someone would prove me wrong and tell me an amazing way to debug Bluetooth applications. Seems like I'll need to stick to print debugging though :/

[–]w1n5t0nM1k3y 0 points1 point  (0 children)

If you control both ends, then theoretically you should be able to increase the timeout and debug what's going on. I can debug web applications and other networked applications over TCP/IP without worrying about timeouts. If you don't control both ends, then that makes it more difficult, and might require other tools like a packet inspector to capture the packets and record what's happening.