Searched defs:RustMsftAdvMonitor (Results 1 – 1 of 1) sorted by relevance
93 pub struct RustMsftAdvMonitor { struct94 pub rssi_high_threshold: u8,95 pub rssi_low_threshold: u8,96 pub rssi_low_timeout: u8,97 pub rssi_sampling_period: u8,98 pub condition_type: u8,99 pub patterns: Vec<RustMsftAdvMonitorPattern>,100 pub addr_info: RustMsftAdvMonitorAddress,165 fn MsftAdvMonitorAdd(self: Pin<&mut BleScannerIntf>, monitor: &RustMsftAdvMonitor); in MsftAdvMonitorAdd()