Android Bluetooth Debugging
- In developer options, turn on "Enable Bluetooth HCI snoop log". Will create a log at "/sdcard/btsnoop_hci.log"
- To download the file, "adb pull /sdcard/btsnoop_hci.log"
- To delete the file, "adb shell rm /sdcard/btsnoop_hci.log"
Open the file in Wireshark to see bluetooth packets wireshark -r btsnoop_hci.log