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.
Fork of BLE_WallbotBLE_Challenge by
ble_hids_inp_rep_init_t Struct Reference
[Human Interface Device Service]
HID Service Input 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 Input Report characteristic, including cccd. | |
uint8_t | read_resp: 1 |
Should application generate a response to read requests. |
Detailed Description
HID Service Input Report characteristic init structure.
This contains all options and data needed for initialization of one Input Report characteristic.
Definition at line 124 of file ble_hids.h.
Field Documentation
uint16_t max_len |
Maximum length of characteristic value.
Definition at line 126 of file ble_hids.h.
uint8_t read_resp |
Should application generate a response to read requests.
Definition at line 129 of file ble_hids.h.
Value of the Report Reference descriptor.
Definition at line 127 of file ble_hids.h.
Security mode for the HID Input Report characteristic, including cccd.
Definition at line 128 of file ble_hids.h.
Generated on Tue Jul 12 2022 13:52:34 by
