Searched refs:pending_idx (Results 1 – 4 of 4) sorted by relevance
278 ble_batchscan_cb.main_rep_q.pending_idx = (ble_batchscan_cb.main_rep_q.pending_idx + 1) in btm_ble_batchscan_deq_rep_data()295 *p_cb_evt = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] >> 4); in btm_ble_batchscan_deq_op_q()296 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] in btm_ble_batchscan_deq_op_q()298 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx]; in btm_ble_batchscan_deq_op_q()299 *cur_state = (ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.pending_idx]); in btm_ble_batchscan_deq_op_q()300 ble_batchscan_cb.op_q.pending_idx = (ble_batchscan_cb.op_q.pending_idx + 1) in btm_ble_batchscan_deq_op_q()
93 *p_inst_id = p_op_q->p_inst_id[p_op_q->pending_idx] & 0x7F; in btm_ble_multi_adv_deq_op_q()94 *p_cb_evt = (p_op_q->p_sub_code[p_op_q->pending_idx] >> 4); in btm_ble_multi_adv_deq_op_q()95 *p_opcode = (p_op_q->p_sub_code[p_op_q->pending_idx] & BTM_BLE_MULTI_ADV_SUBCODE_MASK); in btm_ble_multi_adv_deq_op_q()97 p_op_q->pending_idx = (p_op_q->pending_idx + 1) % BTM_BleMaxMultiAdvInstanceCount(); in btm_ble_multi_adv_deq_op_q()
143 *p_ocf = (btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.pending_idx] >> 4); in btm_ble_advfilt_deq_op_q()144 *p_action = (btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.pending_idx] in btm_ble_advfilt_deq_op_q()146 *p_ref = btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.pending_idx]; in btm_ble_advfilt_deq_op_q()147 *p_cb_evt = btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.pending_idx]; in btm_ble_advfilt_deq_op_q()148 *p_cmpl_cback = btm_ble_adv_filt_cb.op_q.p_scan_cfg_cback[btm_ble_adv_filt_cb.op_q.pending_idx]; in btm_ble_advfilt_deq_op_q()150 btm_ble_adv_filt_cb.op_q.p_filt_param_cback[btm_ble_adv_filt_cb.op_q.pending_idx]; in btm_ble_advfilt_deq_op_q()152 btm_ble_adv_filt_cb.op_q.pending_idx = (btm_ble_adv_filt_cb.op_q.pending_idx + 1) in btm_ble_advfilt_deq_op_q()
497 UINT8 pending_idx; member566 UINT8 pending_idx; member577 UINT8 pending_idx; member765 UINT8 pending_idx; member