nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
ble_hids_report_config Struct Reference

HID Report configuration. More...

#include <bm/bluetooth/services/ble_hids.h>

Data Fields

uint16_t len
 Maximum length of characteristic value.
 
uint8_t report_id
 Non-zero value if there is more than one instance of the same Report Type.
 
uint8_t report_type
 Type of Report characteristic (see BLE_HIDS_REPORT_TYPE)
 
struct { 
 
   ble_gap_conn_sec_mode_t   read 
 Security requirement for reading HID Service characteristic value. More...
 
   ble_gap_conn_sec_mode_t   write 
 Security requirement for writing HID Service characteristic value. More...
 
   ble_gap_conn_sec_mode_t   cccd_write 
 Security requirement for writing HID Service characteristic CCCD. More...
 
sec_mode 
 Security requirements for HID Service Input Report characteristic.
 

Detailed Description

HID Report configuration.


The documentation for this struct was generated from the following file: