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 nRF51822 by
ble_hids_feature_rep_init_t Struct Reference
[Human Interface Device Service]
HID Service Feature 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 Service Feature Report characteristic, including cccd. | |
uint8_t | read_resp: 1 |
Should application generate a response to read requests. |
Detailed Description
HID Service Feature Report characteristic init structure.
This contains all options and data needed for initialization of one Feature Report characteristic.
Definition at line 144 of file ble_hids.h.
Field Documentation
uint16_t max_len |
Maximum length of characteristic value.
Definition at line 146 of file ble_hids.h.
uint8_t read_resp |
Should application generate a response to read requests.
Definition at line 149 of file ble_hids.h.
Value of the Report Reference descriptor.
Definition at line 147 of file ble_hids.h.
Security mode for the HID Service Feature Report characteristic, including cccd.
Definition at line 148 of file ble_hids.h.
Generated on Tue Jul 12 2022 18:47:36 by
