Microchip® Advanced Software Framework

hid_report_ntf Struct Reference

HID report notification or indication, notify to user.

#include <hid_device.h>

Data Fields

at_ble_handle_t conn_handle
 Connection Handle. More...
 
uint16_t ntf_conf
 Notification or Indication status. More...
 
uint8_t report_ID
 Report ID to be notify or indicated. More...
 
uint8_t serv_inst
 Service instance number. More...
 

at_ble_handle_t hid_report_ntf::conn_handle

Connection Handle.

Referenced by hid_prf_char_changed_handler(), hid_prf_report_ntf_cb(), and main().

uint16_t hid_report_ntf::ntf_conf

Notification or Indication status.

Referenced by hid_prf_char_changed_handler(), and hid_prf_report_ntf_cb().

uint8_t hid_report_ntf::report_ID

Report ID to be notify or indicated.

Referenced by hid_prf_char_changed_handler(), and hid_prf_report_ntf_cb().

uint8_t hid_report_ntf::serv_inst

Service instance number.

Referenced by hid_prf_char_changed_handler(), hid_prf_report_ntf_cb(), and main().