SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hids_rep_map_init_t Struct Reference

ble_hids_rep_map_init_t Struct Reference
[Human Interface Device Service]

HID Service Report Map characteristic init structure. More...

#include <ble_hids.h>

Data Fields

uint8_t * p_data
 Report map data.
uint16_t data_len
 Length of report map data.
uint8_t ext_rep_ref_num
 Number of Optional External Report Reference descriptors.
ble_uuid_tp_ext_rep_ref
 Optional External Report Reference descriptor (will be added if != NULL).
ble_srv_security_mode_t security_mode
 Security mode for the HID Service Report Map characteristic.

Detailed Description

HID Service Report Map characteristic init structure.

This contains all options and data needed for initialization of the Report Map characteristic.

Definition at line 154 of file ble_hids.h.


Field Documentation

uint16_t data_len

Length of report map data.

Definition at line 157 of file ble_hids.h.

uint8_t ext_rep_ref_num

Number of Optional External Report Reference descriptors.

Definition at line 158 of file ble_hids.h.

uint8_t* p_data

Report map data.

Definition at line 156 of file ble_hids.h.

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

Definition at line 159 of file ble_hids.h.

Security mode for the HID Service Report Map characteristic.

Definition at line 160 of file ble_hids.h.