Home
last modified time | relevance | path

Searched refs:batch_scan_full_max (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_batchscan.cc302 void btm_ble_set_storage_config(uint8_t batch_scan_full_max, in btm_ble_set_storage_config() argument
312 UINT8_TO_STREAM(pp, batch_scan_full_max); in btm_ble_set_storage_config()
374 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max, in BTM_BleSetStorageConfig() argument
386 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, in BTM_BleSetStorageConfig()
392 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX || in BTM_BleSetStorageConfig()
407 btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
/system/bt/btif/src/
Dbtif_ble_scanner.cc295 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() argument
301 base::Bind(&BTM_BleSetStorageConfig, (uint8_t)batch_scan_full_max, in BatchscanConfigStorage()
/system/bt/include/hardware/
Dble_scanner.h103 virtual void BatchscanConfigStorage(int client_if, int batch_scan_full_max,
/system/bt/stack/include/
Dbtm_ble_api.h117 uint8_t batch_scan_full_max, uint8_t batch_scan_trunc_max,
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc58 void(int client_if, int batch_scan_full_max,
/system/bt/main/shim/
Dbtm_api.h2075 void BTM_BleSetStorageConfig(uint8_t batch_scan_full_max,