Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_batchscan.c170 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i]) in btm_ble_batchscan_enq_rep_q()
174 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format; in btm_ble_batchscan_enq_rep_q()
175 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value; in btm_ble_batchscan_enq_rep_q()
176 ble_batchscan_cb.main_rep_q.num_records[ble_batchscan_cb.main_rep_q.next_idx] = 0; in btm_ble_batchscan_enq_rep_q()
177 ble_batchscan_cb.main_rep_q.data_len[ble_batchscan_cb.main_rep_q.next_idx] = 0; in btm_ble_batchscan_enq_rep_q()
178 ble_batchscan_cb.main_rep_q.p_data[ble_batchscan_cb.main_rep_q.next_idx] = NULL; in btm_ble_batchscan_enq_rep_q()
180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value); in btm_ble_batchscan_enq_rep_q()
182 ble_batchscan_cb.main_rep_q.next_idx = (ble_batchscan_cb.main_rep_q.next_idx + 1) in btm_ble_batchscan_enq_rep_q()
204 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) in btm_ble_batchscan_enq_rep_data()
213 len = ble_batchscan_cb.main_rep_q.data_len[index]; in btm_ble_batchscan_enq_rep_data()
[all …]
/system/bt/stack/include/
Dbtm_ble_api.h578 tBTM_BLE_BATCH_SCAN_REP_Q main_rep_q; member