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_rep_map_init_t Struct Reference
[Human Interface Device Service]
HID Service Report Map characteristic init structure. More...
#include <ble_hids.h>
Data Fields | |
uint8_t * | p_data |
Report map data. | |
uint16_t | data_len |
Length of report map data. | |
uint8_t | ext_rep_ref_num |
Number of Optional External Report Reference descriptors. | |
ble_uuid_t * | p_ext_rep_ref |
Optional External Report Reference descriptor (will be added if != NULL). | |
ble_srv_security_mode_t | security_mode |
Security mode for the HID Service Report Map characteristic. |
Detailed Description
HID Service Report Map characteristic init structure.
This contains all options and data needed for initialization of the Report Map characteristic.
Definition at line 154 of file ble_hids.h.
Field Documentation
uint16_t data_len |
Length of report map data.
Definition at line 157 of file ble_hids.h.
uint8_t ext_rep_ref_num |
Number of Optional External Report Reference descriptors.
Definition at line 158 of file ble_hids.h.
uint8_t* p_data |
Report map data.
Definition at line 156 of file ble_hids.h.
Optional External Report Reference descriptor (will be added if != NULL).
Definition at line 159 of file ble_hids.h.
Security mode for the HID Service Report Map characteristic.
Definition at line 160 of file ble_hids.h.
Generated on Tue Jul 12 2022 13:52:34 by
