Home
last modified time | relevance | path

Searched defs:report_len (Results 1 – 9 of 9) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dhids_device.c570 …r_id(hci_con_handle_t con_handle, uint16_t report_id, const uint8_t * report, uint16_t report_len){ in hids_device_send_input_report_for_id()
586 …device_send_input_report(hci_con_handle_t con_handle, const uint8_t * report, uint16_t report_len){ in hids_device_send_input_report()
607 …_boot_mouse_input_report(hci_con_handle_t con_handle, const uint8_t * report, uint16_t report_len){ in hids_device_send_boot_mouse_input_report()
619 …ot_keyboard_input_report(hci_con_handle_t con_handle, const uint8_t * report, uint16_t report_len){ in hids_device_send_boot_keyboard_input_report()
H A Dhids_client.c556 uint16_t report_len) { in hids_client_setup_report_event()
571 …with_report_id(hids_client_t * client, uint8_t report_index, uint8_t *buffer, uint16_t report_len){ in hids_client_setup_report_event_with_report_id()
1485 …cid, uint8_t report_id, hid_report_type_t report_type, const uint8_t * report, uint8_t report_len){ in hids_client_send_write_report()
H A Dhids_client.h205 uint16_t report_len; member
/btstack/src/classic/
H A Dhid_host.c292 …onnection_t * connection, hid_handshake_param_type_t status, uint8_t *buffer, uint16_t report_len){ in hid_setup_get_report_event()
306 …d hid_setup_report_event(hid_host_connection_t * connection, uint8_t *buffer, uint16_t report_len){ in hid_setup_report_event()
1378 …id, hid_report_type_t report_type, uint16_t report_id, const uint8_t * report, uint8_t report_len){ in hid_host_send_set_report()
1434 …host_send_report(uint16_t hid_cid, uint16_t report_id, const uint8_t * report, uint8_t report_len){ in hid_host_send_report()
H A Dhid_host.h129 uint16_t report_len; member
/btstack/example/
H A Dhid_host_demo.c217 static void hid_host_handle_interrupt_report(const uint8_t * report, uint16_t report_len){ in hid_host_handle_interrupt_report()
H A Dhog_host_demo.c155 …c void hid_handle_input_report(uint8_t service_index, const uint8_t * report, uint16_t report_len){ in hid_handle_input_report()
/btstack/src/
H A Dbtstack_hid_parser.h180 uint16_t report_len; member
H A Dhci.c1643 uint8_t report_len = 24 + data_length; in le_handle_extended_advertisement_report() local