Home
last modified time | relevance | path

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

/aosp_15_r20/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);
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs57 pub struct RustApcfCommand { struct
160 filters: Vec<RustApcfCommand>, in ScanFilterAdd() argument
400 pub type ApcfCommand = ffi::RustApcfCommand;