I am trying to find a bluetooth packet sniffer to capture bluetooth signals from close by devices. I would like for this application to work on mac osx. I have had difficulty finding anything at all so my requirements are low right now - something that shows signal strength and mac address would be a good start.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you have xcode installed, hold the option key while selecting the bluetooth icon in the menu (upper right). You'll see some new options in the drop down menu. (At least for 10.5.8) |
|||
|
|
|
Actually, Xcode does not include the bluetooth utilities by default (at least in 4.6). You need to open Xcode, go to Xcode>Open Developer Tools>More developer tools, then login with your Apple developer account, search for the “Hardware IO tools” and download the package. It includes an app called PacketLogger. If you want the new tools to appear in Xcode's developer tools menu, drag them to the Xcode.app/Contents/Applications folder. |
|||
|
|
|
The Xcode utilities for Xcode 3.2.x includes three Bluetooth utilities including a packet logger. |
|||
|
|