ble-peripheral-rust 0.2.0

A cross-platform Rust crate for building Bluetooth Low Energy peripherals
Documentation
1
2
3
4
5
6
pub mod error;
pub mod gatt;
pub mod uuid;

mod peripheral;
pub use self::peripheral::{Peripheral, PeripheralImpl};