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

  /hardware/libhardware/include/hardware/
ble_scanner.h 28 int report_format, int num_records,
  /system/bt/stack/btm/
btm_ble_batchscan.cc 266 uint8_t report_format, num_records; local
267 STREAM_TO_UINT8(report_format, p);
274 cb.Run(status, report_format, num_records_all, data_all);
284 report_format, base::Bind(&read_reports_cb, std::move(data_all),
  /system/bt/btif/src/
btif_ble_scanner.cc 135 uint8_t report_format, uint8_t num_records,
137 SCAN_CBACK_IN_JNI(batchscan_reports_cb, client_id, status, report_format,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 392 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format,
402 client_if, report_format, num_records, jb.get());
    [all...]

Completed in 516 milliseconds