Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_act.cc391 uint8_t report_id; in bta_hd_send_report_act() local
396 report_id = in bta_hd_send_report_act()
399 HID_DevSendReport(channel, p_report->type, report_id, p_report->len, in bta_hd_send_report_act()
532 ret.report_id = *p_buf; in bta_hd_intr_data_act()
537 ret.report_id = 0; in bta_hd_intr_data_act()
579 ret.report_id = *p_buf; in bta_hd_get_report_act()
625 ret.report_id = *p_buf; in bta_hd_set_report_act()
630 ret.report_id = 0; in bta_hd_set_report_act()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h95 uint8_t report_id; member
101 uint8_t report_id; member
109 uint8_t report_id; member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs36 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8); in get_hid_report()
151 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
154 let _ = txl.send(Message::QaGetHidReport(addr, report_type, report_id)).await; in get_hid_report()
Dlib.rs508 Message::QaGetHidReport(addr, report_type, report_id) => { in dispatch()
512 report_id, in dispatch()
Dbluetooth.rs295 report_id: u8, in get_hid_report()
1058 report_id: u8, in get_hid_report_internal()
1065 report_id, in get_hid_report_internal()
3220 report_id: u8, in get_hid_report()
3222 self.get_hid_report_internal(addr, report_type, report_id) in get_hid_report()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DJniCallbacks.java112 int report_id, in linkQualityReportCallback() argument
120 report_id, in linkQualityReportCallback()
/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py408 def get_hid_report(self, addr, report_type, report_id): argument
419 self.proxy().GetHIDReport(addr, report_type, report_id)
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc237 p_data->get_report.report_id, p_data->get_report.buffer_size); in btif_hd_upstreams_evt()
242 p_data->set_report.report_id, p_data->set_report.len, in btif_hd_upstreams_evt()
251 HAL_CBACK(bt_hd_callbacks, intr_data_cb, p_data->intr_data.report_id, in btif_hd_upstreams_evt()
Dbluetooth.cc1462 void invoke_link_quality_report_cb(uint64_t timestamp, int report_id, int rssi, in invoke_link_quality_report_cb() argument
1468 [](uint64_t timestamp, int report_id, int rssi, int snr, in invoke_link_quality_report_cb()
1472 report_id, rssi, snr, retransmission_count, in invoke_link_quality_report_cb()
1476 timestamp, report_id, rssi, snr, retransmission_count, in invoke_link_quality_report_cb()
/packages/modules/Bluetooth/system/stack/include/
Dhidh_api.h185 uint16_t data, uint8_t report_id, BT_HDR* pbuf);
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs55 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()
Diface_bluetooth.rs1080 report_id: u8, in get_hid_report()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hd.h74 typedef void (*bthd_intr_data_callback)(uint8_t report_id, uint16_t len,
Dbluetooth.h571 uint64_t timestamp, int report_id, int rssi, int snr,
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc745 uint8_t param, uint16_t data, uint8_t report_id, in hidh_conn_snd_data() argument
830 if ((trans_type == HID_TRANS_GET_REPORT) && (report_id != 0)) { in hidh_conn_snd_data()
831 *p_out = report_id; in hidh_conn_snd_data()
Dhidh_api.cc498 uint16_t data, uint8_t report_id, BT_HDR* pbuf) { in HID_HostWriteDev() argument
527 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs389 report_id: u8, in get_report()
400 report_id, in get_report()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp119 static void intr_data_callback(uint8_t report_id, uint16_t len, in intr_data_callback() argument
132 (jbyte)report_id, data.get()); in intr_data_callback()
Dcom_android_bluetooth_btservice_AdapterService.cpp702 uint64_t timestamp, int report_id, int rssi, int snr, in link_quality_report_callback() argument
714 log::verbose("LinkQualityReportCallback: {} {} {} {} {} {}", report_id, rssi, in link_quality_report_callback()
720 (jlong)timestamp, (jint)report_id, (jint)rssi, (jint)snr, in link_quality_report_callback()
/packages/modules/Bluetooth/system/btif/include/
Dcore_callbacks.h64 void (*invoke_link_quality_report_cb)(uint64_t timestamp, int report_id,
Dbtif_common.h173 uint64_t timestamp, int report_id, int rssi, int snr,
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dobservation_batch.proto42 uint32 report_id = 7; field
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc198 [[maybe_unused]] int report_id, in link_quality_report() argument
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2002 let report_id = String::from(get_arg(args, 3)?) in cmd_hid() localVariable
2009 report_id, in cmd_hid()
Ddbus_iface.rs1089 report_id: u8, in get_hid_report()
2553 fn get_hid_report(&self, addr: RawAddress, report_type: BthhReportType, report_id: u8) { in get_hid_report()