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

ble_hids_evt_t Struct Reference
[Human Interface Device Service]

HID Service event. More...

#include <ble_hids.h>

Data Fields

ble_hids_evt_type_t evt_type
 Type of event.
ble_evt_tp_ble_evt
 corresponding received ble event, NULL if not relevant
ble_hids_char_id_t char_id
 Id of characteristic for which notification has been started.
uint16_t offset
 Offset for the write operation.
uint16_t len
 Length of the incoming data.
uint8_t * data
 Incoming data, variable length.

Detailed Description

HID Service event.

Definition at line 83 of file ble_hids.h.


Field Documentation

Id of characteristic for which notification has been started.

Id of characteristic being read.

Id of characteristic having been written.

Definition at line 90 of file ble_hids.h.

uint8_t* data

Incoming data, variable length.

Definition at line 97 of file ble_hids.h.

Type of event.

Definition at line 85 of file ble_hids.h.

uint16_t len

Length of the incoming data.

Definition at line 96 of file ble_hids.h.

uint16_t offset

Offset for the write operation.

Definition at line 95 of file ble_hids.h.

corresponding received ble event, NULL if not relevant

Definition at line 104 of file ble_hids.h.