Searched refs:batch_scan_full_max (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 480 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, in btm_ble_set_storage_config() argument 490 UINT8_TO_STREAM (pp, batch_scan_full_max); in btm_ble_set_storage_config() 618 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, in BTM_BleSetStorageConfig() argument 629 … ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig() 648 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX || in BTM_BleSetStorageConfig() 668 status = btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1504 extern void BTA_DmBleSetStorageParams(UINT8 batch_scan_full_max, in BTA_DmBleSetStorageParams() argument 1521 p_msg->batch_scan_full_max = batch_scan_full_max; in BTA_DmBleSetStorageParams()
|
D | bta_dm_act.c | 5752 btm_status = BTM_BleSetStorageConfig(p_data->ble_set_storage.batch_scan_full_max, in bta_dm_ble_setup_storage()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 1555 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max,
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 770 UINT8 batch_scan_full_max; member
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 2699 extern void BTA_DmBleSetStorageParams(UINT8 batch_scan_full_max,
|