From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> The more common case is that advertisements are discoverable not the other way around. --- client/advertising.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/advertising.c b/client/advertising.c index afc8754df..94eb616b2 100644 --- a/client/advertising.c +++ b/client/advertising.c @@ -80,6 +80,7 @@ static struct ad { bool appearance; } ad = { .local_appearance = UINT16_MAX, + .discoverable = true, }; static void ad_release(DBusConnection *conn) -- 2.21.1