nrf-softdevice

Crates

0.1.0

Versions

s112

Flavors

Module gatt_client

Source
Expand description

Generic Attribute client. GATT clients consume functionality offered by GATT servers.

Structs§

Characteristic
Discovered characteristic
Descriptor
Discovered descriptor
InvalidHvxTypeError

Enums§

DiscoverError
Error type for discover
HvxType
MtuExchangeError
ReadError
TryWriteError
WriteError

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