Home
last modified time | relevance | path

Searched refs:hids_device_send_input_report (Results 1 – 4 of 4) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dhids_device.h120 uint8_t hids_device_send_input_report(hci_con_handle_t con_handle, const uint8_t * report, uint16_t…
H A Dhids_device.c586 uint8_t hids_device_send_input_report(hci_con_handle_t con_handle, const uint8_t * report, uint16_t… in hids_device_send_input_report() function
/btstack/example/
H A Dhog_mouse_demo.c175 hids_device_send_input_report(con_handle, report, sizeof(report)); in send_report()
H A Dhog_keyboard_demo.c262 hids_device_send_input_report(con_handle, report, sizeof(report)); in send_report()