1pub mod error; 2pub mod gatt; 3pub mod uuid; 4 5mod peripheral; 6pub use self::peripheral::{Peripheral, PeripheralImpl};