OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7bc074
)
android: Remove SHUTDOWN_GRACE_SECONDS
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Mon, 21 Oct 2013 07:13:42 +0000
(10:13 +0300)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Mon, 21 Oct 2013 07:16:36 +0000
(10:16 +0300)
This is not being used for now and in case it is really needed for
waiting an adapter to power down we can reintroduce it latter.
android/main.c
patch
|
blob
|
history
diff --git
a/android/main.c
b/android/main.c
index
2581b87
..
fac1003
100644
(file)
--- a/
android/main.c
+++ b/
android/main.c
@@
-49,8
+49,6
@@
#include "adapter.h"
#include "hal-msg.h"
-#define SHUTDOWN_GRACE_SECONDS 10
-
static GMainLoop *event_loop;
static struct mgmt *mgmt_if = NULL;