Home
last modified time | relevance | path

Searched refs:RustMsftAdvMonitor (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h29 struct RustMsftAdvMonitor;
111 void MsftAdvMonitorAdd(uint32_t call_id, const RustMsftAdvMonitor& monitor);
Dgatt_ble_scanner_shim.cc118 MsftAdvMonitor ConvertAdvMonitor(const RustMsftAdvMonitor& monitor) { in ConvertAdvMonitor()
253 void BleScannerIntf::MsftAdvMonitorAdd(uint32_t call_id, const RustMsftAdvMonitor& monitor) { in MsftAdvMonitorAdd()
274 void BleScannerIntf::MsftAdvMonitorAdd(uint32_t, const RustMsftAdvMonitor&) {} in MsftAdvMonitorAdd() argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs93 pub struct RustMsftAdvMonitor { struct
168 monitor: &RustMsftAdvMonitor, in MsftAdvMonitorAdd() argument
409 pub type MsftAdvMonitor = ffi::RustMsftAdvMonitor;