mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
client: Make advertise instances default to discoverable
The more common case is that advertisements are discoverable not the other way around.
This commit is contained in:
parent
31003c95d8
commit
397cbeb864
@ -80,6 +80,7 @@ static struct ad {
|
||||
bool appearance;
|
||||
} ad = {
|
||||
.local_appearance = UINT16_MAX,
|
||||
.discoverable = true,
|
||||
};
|
||||
|
||||
static void ad_release(DBusConnection *conn)
|
||||
|
Loading…
Reference in New Issue
Block a user