summaryrefslogtreecommitdiffstats
path: root/libbt/include/upio.h
diff options
context:
space:
mode:
authorYK Jeffrey Chao <jechao@broadcom.com>2012-10-17 21:31:07 -0700
committerMatthew Xie <mattx@google.com>2012-10-22 23:59:52 -0700
commit105961ebfd8349e3789d23086b84640b5100e43e (patch)
tree3fac87d6a638e786b95b21e387e9e599a638b865 /libbt/include/upio.h
parent5bbc94767d1a11f8b3b1ffeaddf98f91ee38bc04 (diff)
downloaddevice_common-105961ebfd8349e3789d23086b84640b5100e43e.zip
device_common-105961ebfd8349e3789d23086b84640b5100e43e.tar.gz
device_common-105961ebfd8349e3789d23086b84640b5100e43e.tar.bz2
Add new user-to-kernel interface for Bluetooth low power mode control (1/2)
The bluesleep kernel module was used in Tegra3 platform to perform Bluetooth low power wakelock and interrup control. Add new user-to-kernel interface through proc fs nodes for Bluedroid to feed bluesleep with the HCI_DEV events which bluesleep was monitoring on. bug 7347413 Change-Id: I791be1042d5573e5207aa81e3d59fa418134f9fe Conflicts: libbt/include/vnd_manta.txt
Diffstat (limited to 'libbt/include/upio.h')
-rw-r--r--libbt/include/upio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbt/include/upio.h b/libbt/include/upio.h
index 32920e6..aa4fadc 100644
--- a/libbt/include/upio.h
+++ b/libbt/include/upio.h
@@ -38,6 +38,7 @@
enum {
UPIO_BT_WAKE = 0,
UPIO_HOST_WAKE,
+ UPIO_LPM_MODE,
UPIO_MAX_COUNT
};