Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dhids_device.h129 uint8_t hids_device_send_boot_mouse_input_report(hci_con_handle_t con_handle, const uint8_t * repor…
H A Dhids_device.c607 uint8_t hids_device_send_boot_mouse_input_report(hci_con_handle_t con_handle, const uint8_t * repor… in hids_device_send_boot_mouse_input_report() function
/btstack/example/
H A Dhog_mouse_demo.c172 hids_device_send_boot_mouse_input_report(con_handle, report, sizeof(report)); in send_report()