GalaxyBudsLive-rs
A reverse engineered rust wrapper for the GalaxyBudsLive bluetooth protocol. Can be used to communicate with your earbuds from rust.
Features
Receiving
- [x] Statusupdate
- [x] Extended statusupdate
- [x] Touch updated
- [x] Voice wakeup listening update
- [x] Touchpad tap action
- [ ] Version info
Sending
- [x] Un/Lock touchpad
- [x] Set noisereduction
- [x] Set Equalizer
- [x] Adjust sound sync
- [x] Mute earbud (not working)
- [ ] Set touchpad option
- [ ] Update time
- [ ] Voice notification status
- [ ] Find my earbuds
- [ ] Self test
Examples
Receive
Set the address
value in examples/receive.rs
to your Buds' mac address and run following:
bash
cargo --example receive
Send
Set the address
value in examples/send.rs
to your Buds' mac address and run following:
bash
cargo --example send