Home
last modified time | relevance | path

Searched refs:hid_host_send_set_report (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Dhid_host.h239 uint8_t hid_host_send_set_report(uint16_t hid_cid, hid_report_type_t report_type, uint16_t report_i…
H A Dhid_host.c1378 uint8_t hid_host_send_set_report(uint16_t hid_cid, hid_report_type_t report_type, uint16_t report_i… in hid_host_send_set_report() function
/btstack/example/
H A Dhid_host_demo.c197hid_host_send_set_report(hid_host_cid, HID_REPORT_TYPE_OUTPUT, hid_host_led_report_id, output_repo… in hid_host_set_leds()