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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 125 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
130 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i])
134 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
140 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value);
156 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data,
164 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
169 index, report_format, num_records, data_len);
206 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value,
213 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
219 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format);
324 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local
804 UINT8 *p_data = NULL, report_format = 0, num_records = 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 198 typedef void (*batchscan_reports_callback)(int client_if, int status, int report_format,
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 128 uint8_t report_format; member in struct:__anon5690
746 , p_data->client_if, p_data->status, p_data->read_reports.report_format
930 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,
942 btif_scan_track_cb.read_reports.report_format = report_format;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 476 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 532 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format,
540 report_format, num_records, jb);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 167 milliseconds