Home
last modified time | relevance | path

Searched refs:MsftAdvMonitorAddress (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h134 struct MsftAdvMonitorAddress { struct
147 MsftAdvMonitorAddress addr_info; argument
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc113 MsftAdvMonitorAddress ConvertAdvMonitorAddress(RustMsftAdvMonitorAddress rust_addr_info) { in ConvertAdvMonitorAddress()
114 MsftAdvMonitorAddress addr_info; in ConvertAdvMonitorAddress()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs14 GattStatus, LePhy, MsftAdvMonitor, MsftAdvMonitorAddress, MsftAdvMonitorPattern,
1741 let addr_info: MsftAdvMonitorAddress = (&scan_filter.condition).into(); in on_address_monitor_added()
1970 impl From<&ScanFilterAddress> for MsftAdvMonitorAddress { implementation
1972 MsftAdvMonitorAddress { addr_type: val.addr_type, bd_addr: val.bd_addr } in from()
1976 impl From<&ScanFilterCondition> for MsftAdvMonitorAddress { implementation
1980 _ => MsftAdvMonitorAddress { addr_type: 0, bd_addr: RawAddress::empty() }, in from()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs408 pub type MsftAdvMonitorAddress = ffi::RustMsftAdvMonitorAddress; typedef
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1865 MsftAdvMonitorAddress native_msft_adv_monitor_address{}; in gattClientMsftAdvMonitorAddNative()