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.h141 struct MsftAdvMonitor { struct
147 std::vector<MsftAdvMonitorPattern> patterns; argument
148 MsftAdvMonitorAddress addr_info; argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs409 pub type MsftAdvMonitor = ffi::RustMsftAdvMonitor; typedef
1523 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.rs2096 fn into(self) -> MsftAdvMonitor { in into()