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

ble_hids_char_id_t Struct Reference
[Human Interface Device Service]

HID Service characteristic id. More...

#include <ble_hids.h>

Data Fields

uint16_t uuid
 UUID of characteristic.
uint8_t rep_type
 Type of report (only used for BLE_UUID_REPORT_CHAR, see BLE_HIDS_REPORT_TYPE).
uint8_t rep_index
 Index of the characteristic (only used for BLE_UUID_REPORT_CHAR).

Detailed Description

HID Service characteristic id.

Definition at line 62 of file ble_hids.h.


Field Documentation

uint8_t rep_index

Index of the characteristic (only used for BLE_UUID_REPORT_CHAR).

Definition at line 66 of file ble_hids.h.

uint8_t rep_type

Type of report (only used for BLE_UUID_REPORT_CHAR, see BLE_HIDS_REPORT_TYPE).

Definition at line 65 of file ble_hids.h.

uint16_t uuid

UUID of characteristic.

Definition at line 64 of file ble_hids.h.