alexmoon / bluest

Cross-platform Rust crate for working with Bluetooth Low Energy devices.
Apache License 2.0
64 stars 11 forks source link

Support for ble advertisements. #5

Open Frostie314159 opened 1 year ago

Frostie314159 commented 1 year ago

All platforms should support advertising services and it would be a useful feature.

alexmoon commented 1 year ago

PRs are welcome. I think this will be the most restricted in CoreBluetooth. There advertising is done through a CBPeripheralManager instance and only local name and service UUID fields are allowed.

Frostie314159 commented 1 year ago

Ok. I've for now found a different solution, but thanks a lot.