HomeSort by relevance Sort by last modified time
    Searched refs:report_format (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/btm/
btm_ble_batchscan.c 165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
170 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i])
174 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value);
196 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data,
203 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
208 index, report_format, num_records, data_len);
247 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value,
254 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
260 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format);
364 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
unit_test_parameters.hpp 52 BOOST_TEST_DECL output_format report_format();
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 212 typedef void (*batchscan_reports_callback)(int client_if, int status, int report_format,
  /system/bt/btif/src/
btif_gatt_client.c 125 uint8_t report_format; member in struct:__anon72239
748 , p_data->client_if, p_data->status, p_data->read_reports.report_format
942 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,
954 btif_scan_track_cb.read_reports.report_format = report_format;
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/stack/include/
btm_ble_api.h 532 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 486 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format,
494 report_format, num_records, jb);
    [all...]

Completed in 259 milliseconds