diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2010-10-26 16:34:05 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2010-10-26 19:05:19 -0300 |
commit | 0948c4c0e87f2a4179320e903123acbb296935f6 (patch) | |
tree | 76a96b058e46a805d038062304670bdff29df33b /src | |
parent | 642e4be3af8361b1d177c188c9534f0a7025daf8 (diff) |
Move GLOBAL_TRUST declaration to device.c
Diffstat (limited to 'src')
-rw-r--r-- | src/device.c | 3 | ||||
-rw-r--r-- | src/hcid.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/device.c b/src/device.c index eb7e3145..b14865c2 100644 --- a/src/device.c +++ b/src/device.c @@ -64,6 +64,9 @@ #define DISCONNECT_TIMER 2 #define DISCOVERY_TIMER 2 +/* When all services should trust a remote device */ +#define GLOBAL_TRUST "[all]" + struct btd_driver_data { guint id; struct btd_device_driver *driver; @@ -26,9 +26,6 @@ #include <bluetooth/hci.h> #include <bluetooth/hci_lib.h> -/* When all services should trust a remote device */ -#define GLOBAL_TRUST "[all]" - /* * Scanning modes, used by DEV_SET_MODE * off: remote devices are not allowed to find or connect to this device |