diff options
Diffstat (limited to 'btif/include/btif_hh.h')
-rw-r--r-- | btif/include/btif_hh.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/btif/include/btif_hh.h b/btif/include/btif_hh.h index 2849d63..ad438f9 100644 --- a/btif/include/btif_hh.h +++ b/btif/include/btif_hh.h @@ -66,6 +66,11 @@ #define BTIF_HH_MAX_HID 8 #define BTIF_HH_MAX_ADDED_DEV 32 +#define BTIF_HH_MAX_KEYSTATES 3 +#define BTIF_HH_KEYSTATE_MASK_NUMLOCK 0x01 +#define BTIF_HH_KEYSTATE_MASK_CAPSLOCK 0x02 +#define BTIF_HH_KEYSTATE_MASK_SCROLLLOCK 0x04 + typedef struct { bthh_connection_state_t dev_status; |