Home
last modified time | relevance | path

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

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