There is no "Connectable" property on Adapter1 interface. --- src/adapter.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/adapter.c b/src/adapter.c index 50cf46b11..93e36d00d 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -535,10 +535,6 @@ static void settings_changed(struct btd_adapter *adapter, uint32_t settings) trigger_passive_scanning(adapter); } - if (changed_mask & MGMT_SETTING_CONNECTABLE) - g_dbus_emit_property_changed(dbus_conn, adapter->path, - ADAPTER_INTERFACE, "Connectable"); - if (changed_mask & MGMT_SETTING_DISCOVERABLE) { g_dbus_emit_property_changed(dbus_conn, adapter->path, ADAPTER_INTERFACE, "Discoverable"); -- 2.14.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