Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/5] Bluetooth: Clean up Set Connectable related code
@ 2013-10-14 13:20 johan.hedberg
  2013-10-14 13:20 ` [PATCH 1/5] Bluetooth: Reorganize set_connectable HCI command sending johan.hedberg
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: johan.hedberg @ 2013-10-14 13:20 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

This is a set of cleanup patches (and one fix) split out from my earlier
set. I'm hoping to get these in first to make it easier to understand
how the code works and what the possible ways of adding LE Advertising
hooks are.

The main thing with these patches is that we make a clear separation of
what happens if someone uses a raw HCI socket compared to sending a Set
Connectable command using the management interface. Now both cases have
their clear functions for handling the HCI_CONNECTABLE flag and the
necessary mgmt events.

----------------------------------------------------------------
Johan Hedberg (5):
      Bluetooth: Reorganize set_connectable HCI command sending
      Bluetooth: Move move logic into set_connectable complete callback
      Bluetooth: Add missing error handling for Set Connectable
      Bluetooth: Move static advertising functions to avoid forward declarations
      Bluetooth: Fix updating advertising data needlessly

 net/bluetooth/hci_event.c |   2 +-
 net/bluetooth/mgmt.c      | 122 ++++++++++++++++++++++++++++------------------
 2 files changed, 75 insertions(+), 49 deletions(-)


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 13:20 [PATCH 0/5] Bluetooth: Clean up Set Connectable related code johan.hedberg
2013-10-14 13:20 ` [PATCH 1/5] Bluetooth: Reorganize set_connectable HCI command sending johan.hedberg
2013-10-14 13:20 ` [PATCH 2/5] Bluetooth: Move move logic into set_connectable complete callback johan.hedberg
2013-10-14 13:20 ` [PATCH 3/5] Bluetooth: Add missing error handling for Set Connectable johan.hedberg
2013-10-14 13:20 ` [PATCH 4/5] Bluetooth: Move static advertising functions to avoid forward declarations johan.hedberg
2013-10-14 13:20 ` [PATCH 5/5] Bluetooth: Fix updating advertising data needlessly johan.hedberg
2013-10-14 13:46 ` [PATCH 0/5] Bluetooth: Clean up Set Connectable related code Marcel Holtmann

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