Expand description
Generic Attribute server. GATT servers offer functionality to clients.
Typically the peripheral device is the GATT server, but it is not necessary. In a connection any device can be server and client, and even both can be both at the same time.
Modules§
Structs§
- Characteristic
- Characteristic
Handles - Descriptor
Handle - Included
Service Handle - Invalid
Write OpError - Service
Handle
Enums§
- GetSys
Attrs Error - GetValue
Error - Indicate
Value Error - Notify
Value Error - Register
Error - SetSys
Attrs Error - SetValue
Error - WriteOp
Traits§
Functions§
- get_
sys_ attrs - get_
value - indicate_
value - This will fail if an indication is already in progress
- notify_
value - Multiple notifications can be queued. Will fail when the queue is full.
- run
- set_
sys_ attrs - set_
value