From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- src/main.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index 2e8ba34..f6c4ee6 100644 --- a/src/main.c +++ b/src/main.c @@ -524,10 +524,12 @@ int main(int argc, char *argv[]) if (option_experimental) gdbus_flags = G_DBUS_FLAG_ENABLE_EXPERIMENTAL; - g_dbus_set_flags(gdbus_flags); - - if (option_compat == TRUE) + if (option_compat == TRUE) { sdp_flags |= SDP_SERVER_COMPAT; + gdbus_flags |= G_DBUS_FLAG_ENABLE_DEPRECATED; + } + + g_dbus_set_flags(gdbus_flags); start_sdp_server(sdp_mtu, sdp_flags); -- 1.8.0.1 -- 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