Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h134 struct MsftAdvMonitorAddress { struct
147 MsftAdvMonitorAddress addr_info; argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1968 impl From<&ScanFilterAddress> for MsftAdvMonitorAddress { implementation
1974 impl From<&ScanFilterCondition> for MsftAdvMonitorAddress { implementation
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs403 pub type MsftAdvMonitorAddress = ffi::RustMsftAdvMonitorAddress; typedef