summaryrefslogtreecommitdiff
path: root/profiles/deviceinfo
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-09 20:36:46 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-09 20:36:46 +0100
commit91b4b3633d2b63cf5c622bcd54b5829a0496e97d (patch)
tree2c669ec608ea18fdc911103659a15864687edb55 /profiles/deviceinfo
parentc4858bbf246e266040eb98f81eb076ef796de7d8 (diff)
downloadbluez-91b4b3633d2b63cf5c622bcd54b5829a0496e97d.tar.gz
profiles: Remove GATT enable option
Diffstat (limited to 'profiles/deviceinfo')
-rw-r--r--profiles/deviceinfo/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/deviceinfo/main.c b/profiles/deviceinfo/main.c
index 82ecc8281..38845798d 100644
--- a/profiles/deviceinfo/main.c
+++ b/profiles/deviceinfo/main.c
@@ -35,11 +35,6 @@
static int deviceinfo_init(void)
{
- if (!main_opts.gatt_enabled) {
- error("DIS cannot start: GATT is disabled");
- return -ENOTSUP;
- }
-
return deviceinfo_manager_init();
}