Searched refs:batch_scan_trunc_max (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_batchscan.cc | 301 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/ |
D | btif_ble_scanner.cc | 411 int batch_scan_trunc_max, in BatchscanConfigStorage() argument 417 (uint8_t)batch_scan_trunc_max, in BatchscanConfigStorage()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 145 uint8_t batch_scan_full_max, uint8_t batch_scan_trunc_max,
|
/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 59 int batch_scan_trunc_max, int batch_scan_notify_threshold,
|