AIROC™ BTSDK v4.9 - Documentation | ||||
Human Interface Device Profile (HID) Device over BR/EDR. More...
Data Structures | |
struct | wiced_bt_hidd_qos_info_t |
HIDD QoS configuration. More... | |
struct | wiced_bt_rep_data |
struct | wiced_bt_hidd_data_t |
Incoming data. More... | |
union | wiced_bt_hidd_event_data_t |
Data types for HIDD event callback. More... | |
struct | wiced_bt_hidd_reg_info_t |
struct | wiced_bt_hidd_pwr_md |
Typedefs | |
typedef uint8_t | wiced_bt_hidd_status_t |
HIDD status codes (see wiced_bt_hidd_status_e) | |
typedef struct wiced_bt_rep_data | wiced_bt_hidd_get_rep_data_t |
HIDD get report data. | |
typedef uint8_t | wiced_bt_hidd_cback_event_t |
HIDD events (see wiced_bt_hidd_cback_event_e) | |
typedef uint8_t | wiced_bt_hidd_st_t |
HIDD state (see wiced_bt_hidd_st_e) | |
typedef void( | wiced_bt_hidd_callback_t )(wiced_bt_hidd_cback_event_t event, uint32_t data, wiced_bt_hidd_event_data_t *p_event_data) |
HIDD callback. More... | |
typedef struct wiced_bt_hidd_pwr_md | wiced_bt_hidd_pm_pwr_md_t |
HIDD power mode. | |
Human Interface Device Profile (HID) Device over BR/EDR.
typedef void( wiced_bt_hidd_callback_t)(wiced_bt_hidd_cback_event_t event, uint32_t data, wiced_bt_hidd_event_data_t *p_event_data) |
HIDD callback.
Callback for Human Interface Device Profile Device (HIDD)
[in] | event | : Callback event (see # |
[in] | data | : Integer data corresponding to the event |
[in] | p_data | : Data associated with the event |
HID-Device Callback Events.
enum wiced_bt_hidd_st_e |
HID status codes.