Viewing Bluetooth Packets on Android

If you are developing an app on Android it can be useful to view Bluetooth packets to debug problems. Johnas Nellen has an article on Medium that describes how to verify communication between Android and Bluetooth devices.

It involves enabling the Bluetooth HCI snoop log in the Android developer options and using ADB to generate a bug report that can be analysed using Wireshark.