Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_batchscan.cc313 uint8_t batch_scan_notify_threshold, in btm_ble_set_storage_config() argument
323 UINT8_TO_STREAM(pp, batch_scan_notify_threshold); in btm_ble_set_storage_config()
385 uint8_t batch_scan_notify_threshold, in BTM_BleSetStorageConfig() argument
396 batch_scan_trunc_max, batch_scan_notify_threshold); in BTM_BleSetStorageConfig()
403 batch_scan_notify_threshold > BTM_BLE_ADV_SCAN_THR_MAX) { in BTM_BleSetStorageConfig()
417 batch_scan_notify_threshold, in BTM_BleSetStorageConfig()
/system/bt/test/mock/
Dmock_stack_btm_ble_batchscan.cc61 uint8_t batch_scan_notify_threshold, in BTM_BleSetStorageConfig() argument
/system/bt/btif/src/
Dbtif_ble_scanner.cc301 int batch_scan_notify_threshold, in BatchscanConfigStorage() argument
307 (uint8_t)batch_scan_notify_threshold, in BatchscanConfigStorage()
/system/bt/stack/include/
Dbtm_ble_api.h133 uint8_t batch_scan_notify_threshold,
/system/bt/gd/hci/
Dle_scanning_manager.h143 uint8_t batch_scan_notify_threshold,
Dle_scanning_manager.cc856 uint8_t batch_scan_notify_threshold, in batch_scan_set_storage_parameter()
876 batch_scan_full_max, batch_scan_truncated_max, batch_scan_notify_threshold), in batch_scan_set_storage_parameter()
1336 uint8_t batch_scan_notify_threshold, in BatchScanConifgStorage() argument
1343 batch_scan_notify_threshold, in BatchScanConifgStorage()
/system/bt/include/hardware/
Dble_scanner.h148 int batch_scan_notify_threshold,
/system/bt/main/shim/
Dle_scanning_manager.cc174 int batch_scan_notify_threshold, Callback cb) { in BatchscanConfigStorage() argument
177 batch_scan_full_max, batch_scan_trunc_max, batch_scan_notify_threshold, in BatchscanConfigStorage()
Dbtm_api.h1795 uint8_t batch_scan_notify_threshold,
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc60 int batch_scan_trunc_max, int batch_scan_notify_threshold,