Home
last modified time | relevance | path

Searched refs:pending_idx (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c271 ble_batchscan_cb.main_rep_q.pending_idx = (ble_batchscan_cb.main_rep_q.pending_idx + 1) in btm_ble_batchscan_deq_rep_data()
288 *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()
289 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] in btm_ble_batchscan_deq_op_q()
291 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx]; in btm_ble_batchscan_deq_op_q()
292 *cur_state = (ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.pending_idx]); in btm_ble_batchscan_deq_op_q()
293 ble_batchscan_cb.op_q.pending_idx = (ble_batchscan_cb.op_q.pending_idx + 1) in btm_ble_batchscan_deq_op_q()
Dbtm_ble_adv_filter.c150 *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()
151 *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()
153 *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()
154 *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()
155 *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()
157 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()
159 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()
Dbtm_ble_multi_adv.c99 *p_inst_id = p_op_q->p_inst_id[p_op_q->pending_idx] & 0x7F; in btm_ble_multi_adv_deq_op_q()
100 *p_cb_evt = (p_op_q->p_sub_code[p_op_q->pending_idx] >> 4); in btm_ble_multi_adv_deq_op_q()
101 *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()
103 p_op_q->pending_idx = (p_op_q->pending_idx + 1) % BTM_BleMaxMultiAdvInstanceCount(); in btm_ble_multi_adv_deq_op_q()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h496 UINT8 pending_idx; member
559 UINT8 pending_idx; member
569 UINT8 pending_idx; member
869 UINT8 pending_idx; member