GalaxyBudsLive-rs

A reverse engineered rust wrapper for the GalaxyBudsLive bluetooth protocol. Can be used to communicate with your earbuds from rust.

Features

Receiving

Sending

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