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.h129 struct MsftAdvMonitorPattern { struct
147 std::vector<MsftAdvMonitorPattern> patterns; argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2060 fn into(self) -> MsftAdvMonitorPattern { in into()
2070 fn into(self) -> Vec<MsftAdvMonitorPattern> { in into()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs410 pub type MsftAdvMonitorPattern = ffi::RustMsftAdvMonitorPattern; typedef