HID boot notification or indication, notify to user.
#include <hid_device.h>
Data Fields | |
uint8_t | boot_value |
Keyboard or mouse. More... | |
at_ble_handle_t | conn_handle |
Connection Handle. More... | |
uint16_t | ntf_conf |
Notification or Indication status. More... | |
uint8_t | serv_inst |
Service instance number. More... | |
uint8_t hid_boot_ntf::boot_value |
Keyboard or mouse.
Referenced by hid_prf_boot_ntf_cb(), and hid_prf_char_changed_handler().
at_ble_handle_t hid_boot_ntf::conn_handle |
Connection Handle.
Referenced by hid_prf_char_changed_handler().
uint16_t hid_boot_ntf::ntf_conf |
Notification or Indication status.
Referenced by hid_prf_boot_ntf_cb(), and hid_prf_char_changed_handler().
uint8_t hid_boot_ntf::serv_inst |
Service instance number.
Referenced by hid_prf_boot_ntf_cb(), and hid_prf_char_changed_handler().