btleplug 0.13.0

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

#[cfg(target_os = "macos")]
#[tokio::test]
#[ignore = "requires BLE test peripheral"]
async fn test_clear_peripherals_rediscovers_device() {
    common::test_cases::test_clear_peripherals_rediscovers_device().await;
}