Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c143 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()
144 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state; in btm_ble_batchscan_enq_op_q()
145 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value; in btm_ble_batchscan_enq_op_q()
147 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx], in btm_ble_batchscan_enq_op_q()
148 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx], in btm_ble_batchscan_enq_op_q()
149 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]); in btm_ble_batchscan_enq_op_q()
150 ble_batchscan_cb.op_q.next_idx = (ble_batchscan_cb.op_q.next_idx + 1) in btm_ble_batchscan_enq_op_q()
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()
[all …]
Dbtm_ble_adv_filter.c123 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()
124 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()
125 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()
126 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()
127 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()
130 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()
132 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()
150 *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()
[all …]
Dbtm_ble_multi_adv.c76 tBTM_BLE_MULTI_ADV_OPQ *p_op_q = &btm_multi_adv_cb.op_q; 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()
795 btm_multi_adv_cb.op_q.p_sub_code = osi_malloc( sizeof(UINT8) * in btm_ble_multi_adv_init()
797 memset(btm_multi_adv_cb.op_q.p_sub_code, 0, in btm_ble_multi_adv_init()
800 btm_multi_adv_cb.op_q.p_inst_id = osi_malloc( sizeof(UINT8) * in btm_ble_multi_adv_init()
802 memset(btm_multi_adv_cb.op_q.p_inst_id, 0, in btm_ble_multi_adv_init()
839 if (btm_multi_adv_cb.op_q.p_sub_code) { in btm_ble_multi_adv_cleanup()
840 osi_free(btm_multi_adv_cb.op_q.p_sub_code); in btm_ble_multi_adv_cleanup()
841 btm_multi_adv_cb.op_q.p_sub_code = NULL; in btm_ble_multi_adv_cleanup()
844 if (btm_multi_adv_cb.op_q.p_inst_id) { in btm_ble_multi_adv_cleanup()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h531 tBTM_BLE_MULTI_ADV_OPQ op_q; member
589 tBTM_BLE_BATCH_SCAN_OPQ op_q; member
905 tBTM_BLE_ADV_FILTER_ADV_OPQ op_q; member