An open API service indexing awesome lists of open source software.

https://github.com/sheikyon/btuuider

Retrieve all UUIDs from Bluetooth devices effortlessly using Rust. Used to extract UUIDs from the following Sony headphones for reverse engineering purposes: WH-ULT900N, WH-1000XM5, and WH-1000XM6.
https://github.com/sheikyon/btuuider

btleplug reverse-engineering sony-headphones uuid

Last synced: 6 months ago
JSON representation

Retrieve all UUIDs from Bluetooth devices effortlessly using Rust. Used to extract UUIDs from the following Sony headphones for reverse engineering purposes: WH-ULT900N, WH-1000XM5, and WH-1000XM6.

Awesome Lists containing this project

README

          

# BTUUIDer

A Rust program to extract the UUIDs of a device connected via Bluetooth. I initially created it to extract the UUIDs of the Sony WH-ULT900N, WH-1000XM5, and WH-1000XM6 headphones as part of a reverse engineering work.