Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hids_outp_rep_init_t Struct Reference

ble_hids_outp_rep_init_t Struct Reference
[Human Interface Device Service]

HID Service Output 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 Output Report characteristic, including cccd.
uint8_t read_resp: 1
 Should application generate a response to read requests.

Detailed Description

HID Service Output Report characteristic init structure.

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

Definition at line 134 of file ble_hids.h.


Field Documentation

uint16_t max_len

Maximum length of characteristic value.

Definition at line 136 of file ble_hids.h.

uint8_t read_resp

Should application generate a response to read requests.

Definition at line 139 of file ble_hids.h.

Value of the Report Reference descriptor.

Definition at line 137 of file ble_hids.h.

Security mode for the HID Output Report characteristic, including cccd.

Definition at line 138 of file ble_hids.h.