Home | History | Annotate | Download | only in btm

Lines Matching refs:batch_scan_full_max

496 ** Parameters       batch_scan_full_max -Max storage space (in %) allocated to full scanning
503 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max,
513 UINT8_TO_STREAM (pp, batch_scan_full_max);
635 ** Parameters: batch_scan_full_max - Max storage space (in %) allocated to full style
646 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max,
657 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max,
676 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX ||
697 status = btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max,