Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_batchscan.c130 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i]) in btm_ble_batchscan_enq_rep_q()
134 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()
164 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) in btm_ble_batchscan_enq_rep_data()
213 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) in btm_ble_batchscan_deq_rep_data()
230 ble_batchscan_cb.main_rep_q.rep_mode[index] = 0; in btm_ble_batchscan_deq_rep_data()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h516 UINT8 rep_mode[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member