Diff between 31003c95d8dc91eb0beb916f70064e1b921b71a3 and 397cbeb864fd44ed26d052902d850f4aa5c9a8fc
Changed Files
| File | Additions | Deletions | Status |
| client/advertising.c | +1 | -0 | modified |
Full Patch
diff --git a/client/advertising.c b/client/advertising.c
index afc8754..94eb616 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)