[PATCH BlueZ] client: Make advertise instances default to discoverable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux