wayle-bluetooth 0.1.2

Bluetooth device management and discovery
Documentation
1
2
3
4
5
6
7
8
9
10
/// Bluetooth adapter proxy
pub mod adapter;
/// Bluetooth agent proxy
pub mod agent;
/// Bluetooth agent manager proxy
pub mod agent_manager;
/// Bluetooth battery proxy
pub mod battery;
/// Bluetooth device proxy
pub mod device;