SmartSnippets DA1459x SDK
Data Fields
hids_callbacks_t Struct Reference

#include <hids.h>

Data Fields

hids_set_protocol_mode_cb_t set_protocol_mode
 
hids_control_point_cb_t control_point
 
hids_boot_keyboard_output_write_cb_t boot_keyboard_write
 
hids_report_write_cb_t report_write
 
hids_notify_boot_mouse_input_report_completed_cb_t notify_boot_mouse_input_report_completed
 
hids_notify_boot_keyboard_input_report_completed_cb_t notify_boot_keyboard_input_report_completed
 
hids_notify_input_report_completed_cb_t notify_input_report_completed
 

Detailed Description

HIDS application callbacks

Field Documentation

◆ boot_keyboard_write

hids_boot_keyboard_output_write_cb_t hids_callbacks_t::boot_keyboard_write

Indicates data has been written to Keyboard Output characteristic

◆ control_point

hids_control_point_cb_t hids_callbacks_t::control_point

Indicates that client changed control point value

◆ notify_boot_keyboard_input_report_completed

hids_notify_boot_keyboard_input_report_completed_cb_t hids_callbacks_t::notify_boot_keyboard_input_report_completed

Boot keyboard input report notification sent callback

◆ notify_boot_mouse_input_report_completed

hids_notify_boot_mouse_input_report_completed_cb_t hids_callbacks_t::notify_boot_mouse_input_report_completed

Boot mouse input report notification sent callback

◆ notify_input_report_completed

hids_notify_input_report_completed_cb_t hids_callbacks_t::notify_input_report_completed

Input report notification sent callback

◆ report_write

hids_report_write_cb_t hids_callbacks_t::report_write

Indicates data has been written to Report characteristic

◆ set_protocol_mode

hids_set_protocol_mode_cb_t hids_callbacks_t::set_protocol_mode

Indicates that client changed protocol mode


The documentation for this struct was generated from the following file: