Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h128 struct MsftAdvMonitorPattern { struct
146 std::vector<MsftAdvMonitorPattern> patterns; argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs402 pub type MsftAdvMonitorPattern = ffi::RustMsftAdvMonitorPattern; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1947 impl From<&ScanFilterPattern> for MsftAdvMonitorPattern { implementation