Searched refs:op_q (Results 1 – 4 of 4) sorted by relevance
144 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4)); in btm_ble_batchscan_enq_op_q()145 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state; in btm_ble_batchscan_enq_op_q()146 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value; in btm_ble_batchscan_enq_op_q()148 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx], in btm_ble_batchscan_enq_op_q()149 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx], in btm_ble_batchscan_enq_op_q()150 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]); in btm_ble_batchscan_enq_op_q()151 ble_batchscan_cb.op_q.next_idx = (ble_batchscan_cb.op_q.next_idx + 1) in btm_ble_batchscan_enq_op_q()294 *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()295 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx] in btm_ble_batchscan_deq_op_q()297 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx]; in btm_ble_batchscan_deq_op_q()[all …]
116 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx] = (action |(ocf << 4)); in btm_ble_advfilt_enq_op_q()117 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref; in btm_ble_advfilt_enq_op_q()118 btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.next_idx] = cb_evt; in btm_ble_advfilt_enq_op_q()119 btm_ble_adv_filt_cb.op_q.p_scan_cfg_cback[btm_ble_adv_filt_cb.op_q.next_idx] = p_cmpl_cback; in btm_ble_advfilt_enq_op_q()120 btm_ble_adv_filt_cb.op_q.p_filt_param_cback[btm_ble_adv_filt_cb.op_q.next_idx] in btm_ble_advfilt_enq_op_q()123 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx], action, in btm_ble_advfilt_enq_op_q()125 btm_ble_adv_filt_cb.op_q.next_idx = (btm_ble_adv_filt_cb.op_q.next_idx + 1) in btm_ble_advfilt_enq_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()[all …]
69 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; in btm_ble_multi_adv_enq_op_q()90 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; in btm_ble_multi_adv_deq_op_q()826 btm_multi_adv_cb.op_q.p_sub_code = GKI_getbuf( sizeof(UINT8) * in btm_ble_multi_adv_init()828 memset(btm_multi_adv_cb.op_q.p_sub_code, 0, in btm_ble_multi_adv_init()831 btm_multi_adv_cb.op_q.p_inst_id = GKI_getbuf( sizeof(UINT8) * in btm_ble_multi_adv_init()833 memset(btm_multi_adv_cb.op_q.p_inst_id, 0, in btm_ble_multi_adv_init()861 if (btm_multi_adv_cb.op_q.p_sub_code) in btm_ble_multi_adv_cleanup()862 GKI_freebuf(btm_multi_adv_cb.op_q.p_sub_code); in btm_ble_multi_adv_cleanup()864 if (btm_multi_adv_cb.op_q.p_inst_id) in btm_ble_multi_adv_cleanup()865 GKI_freebuf(btm_multi_adv_cb.op_q.p_inst_id); in btm_ble_multi_adv_cleanup()
514 tBTM_BLE_MULTI_ADV_OPQ op_q; member577 tBTM_BLE_BATCH_SCAN_OPQ op_q; member777 tBTM_BLE_ADV_FILTER_ADV_OPQ op_q; member