Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h123 struct MsftAdvMonitor { struct
128 std::vector<MsftAdvMonitorPattern> patterns; argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs429 pub type MsftAdvMonitor = ffi::RustMsftAdvMonitor; typedef
1531 pub fn msft_adv_monitor_add(&mut self, call_id: u32, monitor: &MsftAdvMonitor) { in msft_adv_monitor_add()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1842 fn into(self) -> MsftAdvMonitor { in into()