Expand description
Procedural Macros for the trouble_host
crate.
This crate is enabled by the ‘derive’ feature of the trouble_host
crate.
It adds helper macros to simplify the creation of GATT services and servers.
Macros§
- uuid
- Create a UUID object from a string or other convertible literal, similar to how UUIDs can be specified in a gatt_service derivation.
Attribute Macros§
- gatt_
server - Gatt Service attribute macro.
- gatt_
service - Gatt Service attribute macro.