Microchip® Advanced Software Framework

hid_proto_mode_ntf Struct Reference

HID protocol mode info, notify to user when protocol mode change by user.

#include <hid_device.h>

Data Fields

at_ble_handle_t conn_handle
 Connection Handle. More...
 
uint16_t mode
 Protocol mode or report mode. More...
 
uint8_t serv_inst
 Service instance number. More...
 

at_ble_handle_t hid_proto_mode_ntf::conn_handle

Connection Handle.

Referenced by hid_prf_char_changed_handler(), and hid_prf_protocol_mode_ntf_cb().

uint16_t hid_proto_mode_ntf::mode

Protocol mode or report mode.

Referenced by hid_prf_char_changed_handler(), and hid_prf_protocol_mode_ntf_cb().

uint8_t hid_proto_mode_ntf::serv_inst

Service instance number.

Referenced by hid_prf_char_changed_handler(), and hid_prf_protocol_mode_ntf_cb().