Searched refs:RustApcfCommand (Results 1 – 3 of 3) sorted by relevance
28 struct RustApcfCommand;99 void ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters);
40 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()
57 pub struct RustApcfCommand { struct160 filters: Vec<RustApcfCommand>, in ScanFilterAdd() argument408 pub type ApcfCommand = ffi::RustApcfCommand;