Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dhids_device.h138 uint8_t hids_device_send_boot_keyboard_input_report(hci_con_handle_t con_handle, const uint8_t * re…
H A Dhids_device.c619 uint8_t hids_device_send_boot_keyboard_input_report(hci_con_handle_t con_handle, const uint8_t * re… in hids_device_send_boot_keyboard_input_report() function
/btstack/example/
H A Dhog_keyboard_demo.c259 hids_device_send_boot_keyboard_input_report(con_handle, report, sizeof(report)); in send_report()