1//! Common types. 2 3/// Traits for conversion between types and their GATT representations 4pub mod gatt_traits; 5pub(crate) mod l2cap; 6pub(crate) mod primitives; 7 8pub mod uuid;