Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

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)

share|improve this answer

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.

share|improve this answer

The Xcode utilities for Xcode 3.2.x includes three Bluetooth utilities including a packet logger.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.