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()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()[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 …]
70 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; in btm_ble_multi_adv_enq_op_q()91 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; in btm_ble_multi_adv_deq_op_q()824 btm_multi_adv_cb.op_q.p_sub_code = osi_calloc(sizeof(UINT8) * in btm_ble_multi_adv_init()827 btm_multi_adv_cb.op_q.p_inst_id = osi_calloc(sizeof(UINT8) * in btm_ble_multi_adv_init()861 osi_free_and_reset((void **)&btm_multi_adv_cb.op_q.p_sub_code); in btm_ble_multi_adv_cleanup()862 osi_free_and_reset((void **)&btm_multi_adv_cb.op_q.p_inst_id); in btm_ble_multi_adv_cleanup()
526 tBTM_BLE_MULTI_ADV_OPQ op_q; member589 tBTM_BLE_BATCH_SCAN_OPQ op_q; member789 tBTM_BLE_ADV_FILTER_ADV_OPQ op_q; member