tauri-plugin-blec 0.13.0

BLE-Client plugin for Tauri
1
2
3
4
5
6
7
8
9
10
//! Tests driving the [`Handler`](super::Handler) through the mock backend.
//!
//! Run with `RUST_LOG=trace cargo test -- --nocapture` to see the handler's logs.

mod connect;
mod disconnect;
mod helpers;
mod notify;
mod scan;
mod stress;