btleplug 0.13.0

A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library.
Documentation
1
2
3
4
5
6
7
mod common;

#[tokio::test]
#[ignore = "requires a local Bluetooth adapter"]
async fn test_adapter_address() {
    common::test_cases::test_adapter_address().await;
}