Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c168 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i]) { in btm_ble_batchscan_enq_rep_q()
173 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()
202 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) { in btm_ble_batchscan_enq_rep_data()
247 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) { in btm_ble_batchscan_deq_rep_data()
264 ble_batchscan_cb.main_rep_q.rep_mode[index] = 0; in btm_ble_batchscan_deq_rep_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h573 UINT8 rep_mode[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member