Cargo Features
bt-hci has no features set by default.
[dependencies]
bt-hci = { version = "0.3.0", features = ["defmt", "serde", "log", "embassy-time", "uuid"] }
- defmt
-
Enables defmt ^0.3, defmt-03 of embedded-io and embedded-io-async
- serde
-
Enables serde
Features from optional dependencies
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- embassy-time implicit feature
-
Enables embassy-time
embassy-time:
Instant and Duration for embedded no-std systems, with async timer support
- uuid implicit feature
-
Enables uuid
uuid:
A library to generate and parse UUIDs