Searched refs:batch_scan_notify_threshold (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_batchscan.cc | 302 uint8_t batch_scan_notify_threshold, in btm_ble_set_storage_config() argument 312 UINT8_TO_STREAM(pp, batch_scan_notify_threshold); in btm_ble_set_storage_config() 374 uint8_t batch_scan_notify_threshold, in BTM_BleSetStorageConfig() argument 385 batch_scan_trunc_max, batch_scan_notify_threshold); in BTM_BleSetStorageConfig() 392 batch_scan_notify_threshold > BTM_BLE_ADV_SCAN_THR_MAX) { in BTM_BleSetStorageConfig() 406 batch_scan_notify_threshold, in BTM_BleSetStorageConfig()
|
/system/bt/btif/src/ |
D | btif_ble_scanner.cc | 298 int batch_scan_notify_threshold, in BatchscanConfigStorage() argument 304 (uint8_t)batch_scan_notify_threshold, in BatchscanConfigStorage()
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 105 int batch_scan_notify_threshold,
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 131 uint8_t batch_scan_notify_threshold,
|
/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 59 int batch_scan_trunc_max, int batch_scan_notify_threshold,
|