Searched refs:report_format (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 164 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_rep_q() argument 168 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() 179 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value); in btm_ble_batchscan_enq_rep_q() 195 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data, in btm_ble_batchscan_enq_rep_data() argument 202 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) { in btm_ble_batchscan_enq_rep_data() 208 index, report_format, num_records, data_len); in btm_ble_batchscan_enq_rep_data() 241 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value, in btm_ble_batchscan_deq_rep_data() argument 247 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) { in btm_ble_batchscan_deq_rep_data() 253 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format); in btm_ble_batchscan_deq_rep_data() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 537 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 1246 typedef void (tBTA_BLE_SCAN_REP_CBACK) (tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,
|