trouble-host 0.6.0

An async Rust BLE host
Documentation
1
2
3
4
5
6
7
8
9
//! Common types.

/// Traits for conversion between types and their GATT representations
pub mod gatt_traits;
pub(crate) mod l2cap;
pub(crate) mod primitives;

pub(crate) mod capabilities;
pub mod uuid;