embassy-rs / trouble

A Rust Host BLE stack with a future goal of qualification.
Apache License 2.0
114 stars 19 forks source link

Move BLE assigned numbers to bt-hci #145

Open lulf opened 1 week ago

lulf commented 1 week ago

There are several mentions of standard UUIDs, that should be moved to the bt-hci crate. This would also involve moving the UUID type to bt-hci.

jamessizeland commented 1 week ago

https://github.com/embassy-rs/bt-hci/issues/17