-
-
Notifications
You must be signed in to change notification settings - Fork 355
Bluetooth packet logger #1669
Copy link
Copy link
Open
Labels
awaiting user feedbackenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
awaiting user feedbackenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
What problem are you trying to solve?
The libimobiledevice project has a CLI tool called
idevicebtloggerto log Bluetooth packets. Note that this is not the same as general PCAPs, this operates on the Bluetooth HCI layer. Currently no such tool exists for pymobiledevice3.Describe the solution you'd like
A new CLI tool that uses the "com.apple.bluetooth.BTPacketLogger" service to generate packet logs (preferably btsnoop format) from an iDevice.
Describe alternatives you've considered
libimobiledevice
idevicebtloggerSearch
AI assistance
none
Code of Conduct
Additional context
No response