Searched defs:RustMsftAdvMonitor (Results 1 – 1 of 1) sorted by relevance
104 pub struct RustMsftAdvMonitor { struct105 pub rssi_high_threshold: u8,106 pub rssi_low_threshold: u8,107 pub rssi_low_timeout: u8,108 pub rssi_sampling_period: u8,109 pub patterns: Vec<RustMsftAdvMonitorPattern>,195 monitor: &RustMsftAdvMonitor, in MsftAdvMonitorAdd()