Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_Acceleration_Statejudging
Fork of nRF51822 by
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_t * | p_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.
Generated on Tue Jul 12 2022 20:03:51 by
1.7.2
