btle 0.1.4

Lightweight Bluetooth Low Energy Drivers. WIP and very not stable yet!! Designed for https://github.com/AndrewGi/BluetoothMeshRust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod adapter;
pub mod advertisement;
pub mod advertisement_structures;
pub mod advertiser;
pub mod att;
pub mod connection;
pub mod gatt;
pub mod link;
pub mod report;
pub mod scan;