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_rep_char_t Struct Reference

ble_hids_rep_char_t Struct Reference
[Human Interface Device Service]

HID Report characteristic structure. More...

#include <ble_hids.h>

Data Fields

ble_gatts_char_handles_t char_handles
 Handles related to the Report characteristic.
uint16_t ref_handle
 Handle of the Report Reference descriptor.

Detailed Description

HID Report characteristic structure.

Definition at line 164 of file ble_hids.h.


Field Documentation

Handles related to the Report characteristic.

Definition at line 166 of file ble_hids.h.

uint16_t ref_handle

Handle of the Report Reference descriptor.

Definition at line 167 of file ble_hids.h.