Searched refs:batch_scan_full_max (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_batchscan.cc | 311 void btm_ble_set_storage_config(uint8_t batch_scan_full_max, in btm_ble_set_storage_config() argument 321 UINT8_TO_STREAM(pp, batch_scan_full_max); in btm_ble_set_storage_config() 383 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max, in BTM_BleSetStorageConfig() argument 395 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, in BTM_BleSetStorageConfig() 401 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX || in BTM_BleSetStorageConfig() 416 btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble_batchscan.cc | 59 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max, in BTM_BleSetStorageConfig() argument
|
/system/bt/btif/src/ |
D | btif_ble_scanner.cc | 299 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() argument 305 base::Bind(&BTM_BleSetStorageConfig, (uint8_t)batch_scan_full_max, in BatchscanConfigStorage()
|
/system/bt/gd/hci/ |
D | le_scanning_manager.h | 141 uint8_t batch_scan_full_max,
|
D | le_scanning_manager.cc | 854 uint8_t batch_scan_full_max, 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() 1334 uint8_t batch_scan_full_max, in BatchScanConifgStorage() argument 1341 batch_scan_full_max, in BatchScanConifgStorage()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 132 uint8_t batch_scan_full_max, uint8_t batch_scan_trunc_max,
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 146 virtual void BatchscanConfigStorage(int client_if, int batch_scan_full_max,
|
/system/bt/main/shim/ |
D | le_scanning_manager.cc | 172 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() argument 177 batch_scan_full_max, batch_scan_trunc_max, batch_scan_notify_threshold, in BatchscanConfigStorage()
|
D | btm_api.h | 1793 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max,
|
/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 59 void(int client_if, int batch_scan_full_max,
|