Home | History | Annotate | Download | only in btm

Lines Matching refs:batch_scan_trunc_max

457 **                  batch_scan_trunc_max -Max storage space (in %) allocated to truncated scanning
463 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max,
474 UINT8_TO_STREAM (pp, batch_scan_trunc_max);
592 ** batch_scan_trunc_max - Max storage space (in %) allocated to trunc style
602 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max,
613 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max,
633 batch_scan_trunc_max > BTM_BLE_ADV_SCAN_TRUNC_MAX ||
653 status = btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max,