nRF5 SDK v16.0.0
Data Fields
ble_hids_inp_rep_init_t Struct Reference

HID Service Input Report characteristic init structure. This contains all options and data needed for initialization of one Input Report characteristic. More...

#include <ble_hids.h>

Data Fields

uint16_t max_len
 
ble_srv_report_ref_t rep_ref
 
ble_hids_char_sec_t sec
 

Detailed Description

HID Service Input Report characteristic init structure. This contains all options and data needed for initialization of one Input Report characteristic.

Field Documentation

uint16_t ble_hids_inp_rep_init_t::max_len

Maximum length of characteristic value.

ble_srv_report_ref_t ble_hids_inp_rep_init_t::rep_ref

Value of the Report Reference descriptor.

ble_hids_char_sec_t ble_hids_inp_rep_init_t::sec

Security requirements for HID Service Input Report characteristic.


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

Documentation feedback | Developer Zone | Subscribe | Updated