TizenRT Public API  v2.0 M2
bt_hid_key_data_s Struct Reference

The structure type containing the HID keyboard event information. More...

#include <bluetooth_type.h>

Data Fields

unsigned char modifier
 
unsigned char key [8]
 

Detailed Description

The structure type containing the HID keyboard event information.

If you want to know more detail values, refer to http://www.usb.org/developers/hidpage/ and see "HID Usage Tables"

See also
bt_hid_device_send_key_event()

Definition at line 1952 of file bluetooth_type.h.

Field Documentation

unsigned char key[8]

The key value - currently pressed keys : Max 8 at once

Definition at line 1954 of file bluetooth_type.h.

unsigned char modifier

The modifier keys : such as shift, alt

Definition at line 1953 of file bluetooth_type.h.


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