OueslatiGhaith / stm32wb-hci

Bluetooth HCI implementation for embedded Rust
Apache License 2.0
3 stars 4 forks source link

Simplify internals #3

Closed OueslatiGhaith closed 7 months ago

OueslatiGhaith commented 7 months ago

bluetooth_hci is built on top of traits that make it generic over vendors.

This PR serves to remove those traits to remove unnecessary complexity and reduce code size