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.cc41 ApcfCommand ConvertApcfFromRust(const RustApcfCommand& command) { in ConvertApcfFromRust()
74 std::vector<ApcfCommand> ConvertApcfVec(const ::rust::Vec<RustApcfCommand>& rustvec) { in ConvertApcfVec()
77 for (const RustApcfCommand& command : rustvec) { in ConvertApcfVec()
211 void BleScannerIntf::ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters) { in ScanFilterAdd()
Dgatt_ble_scanner_shim.h29 struct RustApcfCommand;
84 void ScanFilterAdd(uint8_t filter_index, ::rust::Vec<RustApcfCommand> filters);
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs59 pub struct RustApcfCommand { struct
162 filters: Vec<RustApcfCommand>, in ScanFilterAdd() argument
405 pub type ApcfCommand = ffi::RustApcfCommand;