Searched refs:report_format (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_batchscan.c | 165 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 170 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() 180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value); in btm_ble_batchscan_enq_rep_q() 196 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data, in btm_ble_batchscan_enq_rep_data() argument 203 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() 247 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 254 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) in btm_ble_batchscan_deq_rep_data() 260 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format); in btm_ble_batchscan_deq_rep_data() [all …]
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 125 uint8_t report_format; member 748 , p_data->client_if, p_data->status, p_data->read_reports.report_format in btif_gattc_upstreams_evt() 942 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, in bta_batch_scan_reports_cb() argument 954 btif_scan_track_cb.read_reports.report_format = report_format; in bta_batch_scan_reports_cb()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 532 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
|
/system/bt/bta/include/ |
D | bta_api.h | 1088 typedef void (tBTA_BLE_SCAN_REP_CBACK) (tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,
|