Home
last modified time | relevance | path

Searched defs:BatchscanReadReports (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc323 void BleScannerIntf::BatchscanReadReports(uint8_t scanner_id, int32_t scan_mode) { in BatchscanReadReports() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc406 void BleScannerInterfaceImpl::BatchscanReadReports(int client_if, in BatchscanReadReports() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs197 fn BatchscanReadReports(self: Pin<&mut BleScannerIntf>, scanner_id: u8, scan_mode: i32); in BatchscanReadReports() function