[][src]Module rubble::gatt

Implementation of the Generic Attribute Profile (GATT).

GATT describes a service framework that uses the Attribute Protocol for discovery and interaction

Structs

Characteristic

A characteristic is a value used in a service along with properties and configuration information about how the value is accessed and information about how the value is displayed or represented

GattServer

A GATT server to run on top of an ATT server

Service

A collection of data and associated behaviors to accomplish a particular function or feature

Enums

ServiceType