Home
last modified time | relevance | path

Searched refs:batch_scan_full_max (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.h72 virtual void BatchScanConifgStorage(uint8_t batch_scan_full_max, uint8_t batch_scan_truncated_max,
Dle_scanning_manager.cc1108 void batch_scan_set_storage_parameter(uint8_t batch_scan_full_max, in batch_scan_set_storage_parameter()
1129 batch_scan_full_max, batch_scan_truncated_max, batch_scan_notify_threshold), in batch_scan_set_storage_parameter()
1721 void LeScanningManager::BatchScanConifgStorage(uint8_t batch_scan_full_max, in BatchScanConifgStorage() argument
1725 CallOn(pimpl_.get(), &impl::batch_scan_set_storage_parameter, batch_scan_full_max, in BatchScanConifgStorage()
/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() argument
261 scanner_id, batch_scan_full_max, batch_scan_trunc_max, batch_scan_notify_threshold, 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() argument
345 bluetooth::shim::GetScanning()->BatchScanConifgStorage(batch_scan_full_max, batch_scan_trunc_max, in BatchscanConfigStorage()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs185 batch_scan_full_max: i32, in BatchscanConfigStorage()