Home
last modified time | relevance | path

Searched defs:RustMsftAdvMonitor (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs104 pub struct RustMsftAdvMonitor { struct
105 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()