Expand description
Generic Attribute client. GATT clients consume functionality offered by GATT servers.
Structs§
- Characteristic
- Discovered characteristic
- Descriptor
- Discovered descriptor
- Invalid
HvxType Error
Enums§
Traits§
- Client
- Trait for implementing GATT clients.
Functions§
- discover
- Discover a service in the peer’s GATT server and construct a Client instance to use it.
- read
- run
- try_
write_ without_ response - write
- write_
without_ response