Module client

Source

Structs§

CharacteristicNotification
ServiceCharacteristic
Convenience class for communicating with characteristics on a remote peer.

Traits§

Client
GATT Client connected to a particular peer. Holding a struct that implements this should attempt to maintain a LE connection to the peer.
FromCharacteristic
Implement when a type can be deserialized from a characteristic value.
PeerService
A connection to a GATT Service on a Peer. All operations are done synchronously.
PeerServiceHandle