Module rustable::gatt [−][src]
This module is used to interact with GATT applications on remote devices or provide GATT applications from the local adapter.
Modules
| client | This module is used to query GATT services on remote devices. |
| server |
Structs
| AttValue | Represents the value of a characteristic or descriptor. |
| CharFlags | Flags for GATT characteristics. |
| DescFlags | Flags for GATT descriptors. |
Enums
| ValOrFn | Use to set the value of a local characteristic or descriptor. The value can be an actual value or it can be callback that returns value. |