- On a spare Android Phone, turn on developer mode, enable bluetooth HCI snoop logs & "USB Debugging" (remember to toggle all of these off after)
- Go into CMF Nothing Android App, connect your buds, toggle all of the functions (i.e. low latency mode, etc.)
- Install ADB via your package manager, connect your Android Phone to your desktop device via USB, run
adb usb&&adb devicesyou should see your Android Device Listed, if not, check your connection - run
adb bugreport& unzip the archive, navigate to./FS/data/log/bt/btsnoop_hci.log, load this file into the Wireshark packet sniffing application on your Desktop, it should look something like this:
flutter pub getflutter build -d [your target]target = linux (the infa is in place to make proj OS agnostic)
