Home
last modified time | relevance | path

Searched refs:rep_mode (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()
203 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) in btm_ble_batchscan_enq_rep_data()
254 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) in btm_ble_batchscan_deq_rep_data()
271 ble_batchscan_cb.main_rep_q.rep_mode[index] = 0; in btm_ble_batchscan_deq_rep_data()
/system/bt/stack/include/
Dbtm_ble_api.h572 UINT8 rep_mode[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member