SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hids_feature_rep_init_t Struct Reference

ble_hids_feature_rep_init_t Struct Reference
[Human Interface Device Service]

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

#include <ble_hids.h>

Data Fields

uint16_t max_len
 Maximum length of characteristic value.
ble_srv_report_ref_t rep_ref
 Value of the Report Reference descriptor.
ble_srv_cccd_security_mode_t security_mode
 Security mode for the HID Service Feature Report characteristic, including cccd.
uint8_t read_resp: 1
 Should application generate a response to read requests.

Detailed Description

HID Service Feature Report characteristic init structure.

This contains all options and data needed for initialization of one Feature Report characteristic.

Definition at line 144 of file ble_hids.h.


Field Documentation

uint16_t max_len

Maximum length of characteristic value.

Definition at line 146 of file ble_hids.h.

uint8_t read_resp

Should application generate a response to read requests.

Definition at line 149 of file ble_hids.h.

Value of the Report Reference descriptor.

Definition at line 147 of file ble_hids.h.

Security mode for the HID Service Feature Report characteristic, including cccd.

Definition at line 148 of file ble_hids.h.