diff options
author | Ganesh Ganapathi Batta <ganeshg@broadcom.com> | 2013-02-05 15:22:31 -0800 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2013-02-27 18:15:49 -0800 |
commit | ead3cde4bac0c3e32cd31f149093f004eef8ceeb (patch) | |
tree | f45b52e375e1a80e807dbbc864bb1da603965b0d /btif/include/uinput.h | |
parent | e17bf003d4eefdc8525e55894210e9ee494972b8 (diff) | |
download | android_system_bt-ead3cde4bac0c3e32cd31f149093f004eef8ceeb.tar.gz android_system_bt-ead3cde4bac0c3e32cd31f149093f004eef8ceeb.tar.bz2 android_system_bt-ead3cde4bac0c3e32cd31f149093f004eef8ceeb.zip |
Initial version of BLE support for Bluedroid
Change-Id: I9825a5cef9be2559c34c2a529b211b7d471147cf
Diffstat (limited to 'btif/include/uinput.h')
-rw-r--r-- | btif/include/uinput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/uinput.h b/btif/include/uinput.h index 5925703a7..9a25e4b45 100644 --- a/btif/include/uinput.h +++ b/btif/include/uinput.h @@ -262,6 +262,7 @@ extern "C" { #define KEY_SUSPEND 205 #define KEY_CLOSE 206 #define KEY_PLAY 207 +#define KEY_FAST_FORWARD 208 #define KEY_UNKNOWN 220 |