Open featherbear opened 2 years ago
https://wejn.org/2021/04/streaming-bluetooth-capture-to-wireshark-without-btsnoop-net/
adb shell "nc -s 127.0.0.1 -p 8872 -L system/bin/tail -f -c +0 /data/misc/bluetooth/logs/btsnoop_hci.log"
https://github.com/seemoo-lab/internalblue/blob/master/doc/android.md
# Not working # adb shell "tail -f -n +0 /data/misc/bluetooth/logs/btsnoop_hci.log | nc -l -p 8872"
https://android.stackexchange.com/a/247618
https://github.com/Freeyourgadget/Gadgetbridge/wiki/BT-Protocol-Reverse-Engineering
Plenty of work left to do, but started working on a wireshark dissector for a D110 this weekend. https://gist.github.com/ishigoemon/d77e814c6a6da620f2e4579c42938a1b
Works on my Samsung S9+