Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/4] Bluetooth: Associate connectable setting with adv type
@ 2013-10-14 18:15 johan.hedberg
  2013-10-14 18:15 ` [PATCH 1/4] Bluetooth: Make Set Connectable also update the LE advertising type johan.hedberg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: johan.hedberg @ 2013-10-14 18:15 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Here's a rewritten patch set to allow associating the connectable
setting with the advertising type. Unlike the first attempt this one
doesn't introduce a new parameter to enable_advertising() but instead
does a pending mgmt command lookup to help determine the right
advertising type.

There's also a fourth patch to do similar refactoring for
set_discoverable as we did for set_connectable wrt. splitting raw HCI
sockets from mgmt control, but I didn't quite get around to tying that
to the advertising data yet (the general discoverable flag).

Johan

----------------------------------------------------------------
Johan Hedberg (4):
      Bluetooth: Make Set Connectable also update the LE advertising type
      Bluetooth: Move set_bredr_scan() to avoid forward declaration
      Bluetooth: Fix updating scan mode in set_bredr()
      Bluetooth: Convert Set Discoverable to use an asynchronous request

 net/bluetooth/mgmt.c | 144 ++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 109 insertions(+), 35 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-14 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 18:15 [PATCH 0/4] Bluetooth: Associate connectable setting with adv type johan.hedberg
2013-10-14 18:15 ` [PATCH 1/4] Bluetooth: Make Set Connectable also update the LE advertising type johan.hedberg
2013-10-14 18:15 ` [PATCH 2/4] Bluetooth: Move set_bredr_scan() to avoid forward declaration johan.hedberg
2013-10-14 18:15 ` [PATCH 3/4] Bluetooth: Fix updating scan mode in set_bredr() johan.hedberg
2013-10-14 18:15 ` [PATCH 4/4] Bluetooth: Convert Set Discoverable to use an asynchronous request johan.hedberg
2013-10-14 18:24 ` [PATCH 0/4] Bluetooth: Associate connectable setting with adv type Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox