blec 0.16.0

Cross platform BLE client for rust, with an android backend for Tauri, Dioxus and custom hosts
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;