Searched refs:batch_scan_full_max (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.h | 72 virtual void BatchScanConifgStorage(uint8_t batch_scan_full_max, uint8_t batch_scan_truncated_max,
|
D | le_scanning_manager.cc | 1108 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/ |
D | gatt_ble_scanner_shim.cc | 257 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()
|
D | gatt_ble_scanner_shim.h | 112 void BatchscanConfigStorage(uint8_t scanner_id, int32_t batch_scan_full_max,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 144 virtual void BatchscanConfigStorage(int client_if, int batch_scan_full_max,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 74 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, int batch_scan_trunc_max,
|
D | le_scanning_manager.cc | 341 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/ |
D | gatt.rs | 185 batch_scan_full_max: i32, in BatchscanConfigStorage()
|