Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_batchscan.c33 tBTM_BLE_BATCH_SCAN_CB ble_batchscan_cb; variable
71 NULL != ble_batchscan_cb.p_thres_cback) in btm_ble_batchscan_filter_track_adv_vse_cback()
73 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value); in btm_ble_batchscan_filter_track_adv_vse_cback()
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()
[all …]