nRF5 SDK v16.0.0
Data Fields
ble_hids_rep_map_init_t Struct Reference

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

#include <ble_hids.h>

Data Fields

uint8_t * p_data
 
uint16_t data_len
 
uint8_t ext_rep_ref_num
 
ble_uuid_t const * p_ext_rep_ref
 
security_req_t rd_sec
 

Detailed Description

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

Field Documentation

uint16_t ble_hids_rep_map_init_t::data_len

Length of report map data.

uint8_t ble_hids_rep_map_init_t::ext_rep_ref_num

Number of Optional External Report Reference descriptors.

uint8_t* ble_hids_rep_map_init_t::p_data

Report map data.

ble_uuid_t const* ble_hids_rep_map_init_t::p_ext_rep_ref

Optional External Report Reference descriptor (will be added if != NULL).

security_req_t ble_hids_rep_map_init_t::rd_sec

Security requirement for HID Service Report Map characteristic.


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

Documentation feedback | Developer Zone | Subscribe | Updated