summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-06 17:24:08 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-07 12:52:23 -0700
commit397cbeb864fd44ed26d052902d850f4aa5c9a8fc (patch)
treea3731ca46138ad72d2e7cad12e61137c371fac8c /client
parent31003c95d8dc91eb0beb916f70064e1b921b71a3 (diff)
downloadbluez-397cbeb864fd44ed26d052902d850f4aa5c9a8fc.tar.gz
client: Make advertise instances default to discoverable
The more common case is that advertisements are discoverable not the other way around.
Diffstat (limited to 'client')
-rw-r--r--client/advertising.c1
1 files changed, 1 insertions, 0 deletions
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)