Home
last modified time | relevance | path

Searched refs:ApcfCommand (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc40 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()
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h68 void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters,
153 ApcfCommand apcf_command);
Dle_scanning_manager.cc250 std::vector<ApcfCommand> filters, in ScanFilterAdd()
666 ApcfCommand apcf_command) { in parse_filter_command()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h95 struct ApcfCommand { struct
Dble_scanner.h163 virtual void ScanFilterAdd(int filter_index, std::vector<ApcfCommand> filters,
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs408 pub type ApcfCommand = ffi::RustApcfCommand; typedef
1503 pub fn scan_filter_add(&mut self, filter_index: u8, filters: Vec<ApcfCommand>) { in scan_filter_add() argument
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1666 std::vector<ApcfCommand> native_filters; in gattClientScanFilterAddNative()
1699 ApcfCommand curr{}; in gattClientScanFilterAddNative()