Message ID | 20200407002543.19984-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] client: Make advertise instances default to discoverable | expand |
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)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> The more common case is that advertisements are discoverable not the other way around. --- client/advertising.c | 1 + 1 file changed, 1 insertion(+)