Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h116 struct MsftAdvMonitorPattern { struct
128 std::vector<MsftAdvMonitorPattern> patterns; argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1821 fn into(self) -> MsftAdvMonitorPattern { in into()
1831 fn into(self) -> Vec<MsftAdvMonitorPattern> { in into()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs430 pub type MsftAdvMonitorPattern = ffi::RustMsftAdvMonitorPattern; typedef