Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc257 void BleScannerIntf::BatchscanConfigStorage(uint8_t scanner_id, int32_t batch_scan_full_max, in BatchscanConfigStorage() function in bluetooth::topshim::rust::BleScannerIntf
260 scanner_intf_->BatchscanConfigStorage( in BatchscanConfigStorage()
Dgatt_ble_scanner_shim.h112 void BatchscanConfigStorage(uint8_t scanner_id, int32_t batch_scan_full_max,
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h144 virtual void BatchscanConfigStorage(int client_if, int batch_scan_full_max,
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h74 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, int batch_scan_trunc_max,
Dle_scanning_manager.cc341 void BleScannerInterfaceImpl::BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs182 fn BatchscanConfigStorage( in BatchscanConfigStorage() function
1669 BatchscanConfigStorage, in batchscan_config_storage()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1984 sScanner->BatchscanConfigStorage(client_if, max_full_reports_percent, max_trunc_reports_percent, in gattClientConfigBatchScanStorageNative()