Searched defs:report_len (Results 1 – 9 of 9) sorted by relevance
/btstack/src/ble/gatt-service/ |
H A D | hids_device.c | 570 …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 D | hids_client.c | 556 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 D | hids_client.h | 205 uint16_t report_len; member
|
/btstack/src/classic/ |
H A D | hid_host.c | 292 …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 D | hid_host.h | 129 uint16_t report_len; member
|
/btstack/example/ |
H A D | hid_host_demo.c | 217 static void hid_host_handle_interrupt_report(const uint8_t * report, uint16_t report_len){ in hid_host_handle_interrupt_report()
|
H A D | hog_host_demo.c | 155 …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 D | btstack_hid_parser.h | 180 uint16_t report_len; member
|
H A D | hci.c | 1643 uint8_t report_len = 24 + data_length; in le_handle_extended_advertisement_report() local
|