Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc258 int32_t batch_scan_notify_threshold) { in BatchscanConfigStorage() argument
260 scanner_id, batch_scan_full_max, batch_scan_trunc_max, batch_scan_notify_threshold, in BatchscanConfigStorage()
Dgatt_ble_scanner_shim.h111 int32_t batch_scan_trunc_max, int32_t batch_scan_notify_threshold);
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.h71 uint8_t batch_scan_notify_threshold, ScannerId scanner_id);
Dle_scanning_manager.cc1080 uint8_t batch_scan_notify_threshold, ScannerId scanner_id) { in batch_scan_set_storage_parameter()
1099 batch_scan_full_max, batch_scan_truncated_max, batch_scan_notify_threshold), in batch_scan_set_storage_parameter()
1685 uint8_t batch_scan_notify_threshold, in BatchScanConifgStorage() argument
1688 batch_scan_truncated_max, batch_scan_notify_threshold, scanner_id); in BatchScanConifgStorage()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h168 int batch_scan_trunc_max, int batch_scan_notify_threshold,
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h74 int batch_scan_notify_threshold, Callback cb) override;
Dle_scanning_manager.cc336 int batch_scan_notify_threshold, Callback cb) { in BatchscanConfigStorage() argument
339 batch_scan_notify_threshold, client_if); in BatchscanConfigStorage()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs182 batch_scan_notify_threshold: i32, in BatchscanConfigStorage()