Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h28 struct RustApcfCommand;
99 void ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters);
Dgatt_ble_scanner_shim.cc40 ApcfCommand ConvertApcfFromRust(const RustApcfCommand& command) { in ConvertApcfFromRust()
73 std::vector<ApcfCommand> ConvertApcfVec(const ::rust::Vec<RustApcfCommand>& rustvec) { in ConvertApcfVec()
76 for (const RustApcfCommand& command : rustvec) { in ConvertApcfVec()
230 void BleScannerIntf::ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters) { in ScanFilterAdd()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs57 pub struct RustApcfCommand { struct
160 filters: Vec<RustApcfCommand>, in ScanFilterAdd() argument
408 pub type ApcfCommand = ffi::RustApcfCommand;