summaryrefslogtreecommitdiffstats
path: root/gki
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2014-11-22 00:24:57 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-22 00:24:57 +0000
commita99c2d913308b0fe17324225d62936c009ed1e4e (patch)
tree5b4c0007196af57ed42327f76d22cec4cd4e64da /gki
parent3770c47387d3dfc6d2e2d32f4409a82119e726e3 (diff)
parent654c376fda3035af5b9090edc2a0a32382baf21c (diff)
downloadandroid_system_bt-a99c2d913308b0fe17324225d62936c009ed1e4e.tar.gz
android_system_bt-a99c2d913308b0fe17324225d62936c009ed1e4e.tar.bz2
android_system_bt-a99c2d913308b0fe17324225d62936c009ed1e4e.zip
am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
* commit '654c376fda3035af5b9090edc2a0a32382baf21c': DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
Diffstat (limited to 'gki')
-rw-r--r--gki/ulinux/gki_ulinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gki/ulinux/gki_ulinux.c b/gki/ulinux/gki_ulinux.c
index c2db8350c..26d106831 100644
--- a/gki/ulinux/gki_ulinux.c
+++ b/gki/ulinux/gki_ulinux.c
@@ -98,7 +98,7 @@ static bool timer_created;
// If the next wakeup time is less than this threshold, we should acquire
// a wakelock instead of setting a wake alarm so we're not bouncing in
// and out of suspend frequently.
-static const uint32_t TIMER_INTERVAL_FOR_WAKELOCK_IN_MS = 3000;
+static const uint32_t TIMER_INTERVAL_FOR_WAKELOCK_IN_MS = 100;
/*****************************************************************************
** Externs