Searched defs:RustMsftAdvMonitor (Results 1 – 2 of 2) 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,168 monitor: &RustMsftAdvMonitor, in MsftAdvMonitorAdd()
274 void BleScannerIntf::MsftAdvMonitorAdd(uint32_t, const RustMsftAdvMonitor&) {} in MsftAdvMonitorAdd()