Home
last modified time | relevance | path

Searched refs:batch_scan_trunc_max (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_batchscan.cc301 uint8_t batch_scan_trunc_max, in btm_ble_set_storage_config() argument
311 UINT8_TO_STREAM(pp, batch_scan_trunc_max); in btm_ble_set_storage_config()
373 uint8_t batch_scan_trunc_max, in BTM_BleSetStorageConfig() argument
385 batch_scan_trunc_max, batch_scan_notify_threshold); in BTM_BleSetStorageConfig()
391 batch_scan_trunc_max > BTM_BLE_ADV_SCAN_TRUNC_MAX || in BTM_BleSetStorageConfig()
405 btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
/system/bt/btif/src/
Dbtif_ble_scanner.cc411 int batch_scan_trunc_max, in BatchscanConfigStorage() argument
417 (uint8_t)batch_scan_trunc_max, in BatchscanConfigStorage()
/system/bt/stack/include/
Dbtm_ble_api.h145 uint8_t batch_scan_full_max, uint8_t batch_scan_trunc_max,
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc59 int batch_scan_trunc_max, int batch_scan_notify_threshold,