hids_hid_info_t Struct Reference

HID Information characteristic value. More...

#include <hids.h>

Public Attributes

uint16_t bcd_hid
 16-bit unsigned integer representing version number of base USB HID Specification implemented by HID Device More...
 
uint8_t b_country_code
 Identifies which country the hardware is localized for. More...
 
uint8_t flags
 See http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.hid_information.xml. More...
 

Detailed Description

HID Information characteristic value.

Definition at line 157 of file hids.h.

Member Data Documentation

◆ b_country_code

uint8_t hids_hid_info_t::b_country_code

Identifies which country the hardware is localized for.

Most hardware is not localized and thus this value would be zero (0).

Definition at line 160 of file hids.h.

◆ bcd_hid

uint16_t hids_hid_info_t::bcd_hid

16-bit unsigned integer representing version number of base USB HID Specification implemented by HID Device

Definition at line 159 of file hids.h.

◆ flags


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