Searched refs:p_op_q (Results 1 – 1 of 1) sorted by relevance
76 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; in btm_ble_multi_adv_enq_op_q() local78 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id; in btm_ble_multi_adv_enq_op_q()80 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode | (cb_evt << 4)); in btm_ble_multi_adv_enq_op_q()82 p_op_q->next_idx = (p_op_q->next_idx + 1) % BTM_BleMaxMultiAdvInstanceCount(); in btm_ble_multi_adv_enq_op_q()97 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; in btm_ble_multi_adv_deq_op_q() local99 *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()