Proximity plugin won't be loaded if GATT is disabled so there's no point in checking this once more when adapter is probed. --- profiles/proximity/reporter.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/proximity/reporter.c b/profiles/proximity/reporter.c index c221fae..9b430f7 100644 --- a/profiles/proximity/reporter.c +++ b/profiles/proximity/reporter.c @@ -249,11 +249,6 @@ int reporter_adapter_probe(struct btd_adapter *adapter) { struct reporter_adapter *radapter; - if (!main_opts.gatt_enabled) { - DBG("GATT is disabled"); - return -ENOTSUP; - } - radapter = g_new0(struct reporter_adapter, 1); radapter->adapter = adapter; -- 1.7.11.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html