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/ |
D | gatt_ble_scanner_shim.cc | 258 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()
|
D | gatt_ble_scanner_shim.h | 111 int32_t batch_scan_trunc_max, int32_t batch_scan_notify_threshold);
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.h | 71 uint8_t batch_scan_notify_threshold, ScannerId scanner_id);
|
D | le_scanning_manager.cc | 1080 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/ |
D | ble_scanner.h | 168 int batch_scan_trunc_max, int batch_scan_notify_threshold,
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | ble_scanner_interface_impl.h | 74 int batch_scan_notify_threshold, Callback cb) override;
|
D | le_scanning_manager.cc | 336 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/ |
D | gatt.rs | 182 batch_scan_notify_threshold: i32, in BatchscanConfigStorage()
|