Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bluetooth sniffer - preferably mac osx

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.

like image 784
Jim Avatar asked May 02 '11 22:05

Jim


People also ask

Where is Mac Bluetooth preference list?

Apple hides Bluetooth reset options in the Bluetooth menu: In macOS through 11 Big Sur, hold down Shift and Option and click the Bluetooth menu in the menu bar. (If that menu doesn't appear, open the Bluetooth preference pane and check “Show Bluetooth in menu bar.”)

How do I get to advanced Bluetooth settings on Mac?

- On your Mac, launch System Preferences. - Now click on Bluetooth.

Why my Mac Cannot detect Bluetooth device?

If turning your Mac Bluetooth off and on didn't help, try disconnecting all your USB and Bluetooth devices and then connecting them back on again: Go to System Preferences ➙ Bluetooth. Click on X beside the device to disconnect it. Restart your Mac.

How do I force my Mac to Bluetooth?

On your Mac, click the Bluetooth status icon in the Control Center or menu bar. If you don't see the Bluetooth status icon in the menu bar, choose Apple menu > System Preferences, click Bluetooth , then select “Show Bluetooth in menu bar.” Bluetooth is always available in Control Center.


2 Answers

Apple publishes an application called PacketLogger.

You can download it by going to https://developer.apple.com/download/more/?=for%20Xcode (or if you have Xcode installed, go to Xcode > Open Developer Tool > More developer tools), then loging in with your Apple developer account, search for Additional Tools and download the latest version (or if you have Xcode installed, download the version matching your version of Xcode).

PacketLogger

Although the tool is associated with Xcode, Xcode is not required to install or use it.

Prior to Xcode 8, this package was named "Hardware IO tools".

If you want the new tools to appear in Xcode's developer tools menu, drag them to the Xcode.app/Contents/Applications folder.

like image 75
SableRaf Avatar answered Oct 09 '22 17:10

SableRaf


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)

like image 14
idbill Avatar answered Oct 09 '22 15:10

idbill