Searched refs:ApcfCommand (Results 1 – 7 of 7) sorted by relevance
40 ApcfCommand ConvertApcfFromRust(const RustApcfCommand& command) { in ConvertApcfFromRust()50 ApcfCommand converted = { in ConvertApcfFromRust()73 std::vector<ApcfCommand> ConvertApcfVec(const ::rust::Vec<RustApcfCommand>& rustvec) { in ConvertApcfVec()74 std::vector<ApcfCommand> converted; in ConvertApcfVec()
68 void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters,153 ApcfCommand apcf_command);
250 std::vector<ApcfCommand> filters, in ScanFilterAdd()666 ApcfCommand apcf_command) { in parse_filter_command()
95 struct ApcfCommand { struct
163 virtual void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters,
408 pub type ApcfCommand = ffi::RustApcfCommand; typedef1503 pub fn scan_filter_add(&mut self, filter_index: u8, filters: Vec<ApcfCommand>) { in scan_filter_add() argument
1666 std::vector<ApcfCommand> native_filters; in gattClientScanFilterAddNative()1699 ApcfCommand curr{}; in gattClientScanFilterAddNative()