nRF51 SDK - S110 SoftDevice
|
HID Service Report Map characteristic init structure. This contains all options and data needed for initialization of the Report Map characteristic. More...
#include <ble_hids.h>
Data Fields | |
uint8_t * | p_data |
uint16_t | data_len |
uint8_t | ext_rep_ref_num |
ble_uuid_t * | p_ext_rep_ref |
ble_srv_security_mode_t | security_mode |
HID Service Report Map characteristic init structure. This contains all options and data needed for initialization of the Report Map characteristic.
uint16_t ble_hids_rep_map_init_t::data_len |
Length of report map data.
uint8_t ble_hids_rep_map_init_t::ext_rep_ref_num |
Number of Optional External Report Reference descriptors.
uint8_t* ble_hids_rep_map_init_t::p_data |
Report map data.
ble_uuid_t* ble_hids_rep_map_init_t::p_ext_rep_ref |
Optional External Report Reference descriptor (will be added if != NULL).
ble_srv_security_mode_t ble_hids_rep_map_init_t::security_mode |
Security mode for the HID Service Report Map characteristic.