Crate bt_gatt

Source

Re-exports§

pub use types::Characteristic;
pub use types::Descriptor;
pub use types::Result;
pub use server::Server;
pub use client::Client;
pub use central::Central;

Modules§

central
Contains traits that are used to find and connect to Low Energy Peers, i.e. the GAP Central and Observer roles role defined in the Bluetooth Core Specification (5.4, Volume 3 Part C Section 2.2.2)
client
periodic_advertising
Contains traits that are used to synchronize to Periodic Advertisements, i.e. the GAP Central role role defined in the Bluetooth Core Specification (5.4, Volume 3 Part C Section 2.2.2)
pii
server
test_utils
types

Traits§

GattTypes
Implementors implement traits with respect to GattTypes. Implementation crates provide an object which relates a constellation of types to each other, used to provide concrete types for library crates to paramaterize on.
ServerTypes
Servers and services are defined with respect to ServerTypes. Implementation crates provide an object which relates this constellation of types to each other, used to provide concrete types for library crates to paramaterize on.