linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Bluetooth: LE Pairing support
@ 2011-08-20  0:06 Vinicius Costa Gomes
  2011-08-20  0:06 ` [PATCH 1/7] Bluetooth: Reset the security timer when a command is queued Vinicius Costa Gomes
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Vinicius Costa Gomes @ 2011-08-20  0:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

This patch series add support for LE devices using the mgmt interface.

The greatest change is that we now have to allow LE connections to be reused,
the restriction that we should only have one user for each LE Channel ID is
now in the L2CAP level.

If this patch series is to be applied, it should be applied first. I messed up
here when sending the patches. My bad.


--

Vinicius Costa Gomes (7):
  Bluetooth: Reset the security timer when a command is queued
  Bluetooth: Add a flag to indicate that SMP is going on
  Bluetooth: Use the same timeouts for both ACL and LE links
  Bluetooth: Add support for reusing the same hci_conn for LE links
  Bluetooth: Add support for pairing via mgmt over LE
  Bluetooth: Add support for running SMP without a socket
  Bluetooth: Add link_type information to the mgmt Connected event

 include/net/bluetooth/hci_core.h |    5 ++-
 include/net/bluetooth/mgmt.h     |    1 +
 net/bluetooth/hci_conn.c         |   31 +++++++++--------
 net/bluetooth/hci_event.c        |    4 +-
 net/bluetooth/l2cap_core.c       |   70 +++++++++++++++++++++++++++-----------
 net/bluetooth/mgmt.c             |   18 ++++++++--
 net/bluetooth/smp.c              |   59 ++++++++++++++++++++------------
 7 files changed, 124 insertions(+), 64 deletions(-)

--
1.7.6


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

end of thread, other threads:[~2011-08-25 22:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20  0:06 [PATCH 0/7] Bluetooth: LE Pairing support Vinicius Costa Gomes
2011-08-20  0:06 ` [PATCH 1/7] Bluetooth: Reset the security timer when a command is queued Vinicius Costa Gomes
2011-08-25  1:17   ` Gustavo Padovan
2011-08-20  0:06 ` [PATCH 2/7] Bluetooth: Add a flag to indicate that SMP is going on Vinicius Costa Gomes
2011-08-25  1:19   ` Gustavo Padovan
2011-08-20  0:06 ` [PATCH 3/7] Bluetooth: Use the same timeouts for both ACL and LE links Vinicius Costa Gomes
2011-08-25  1:20   ` Gustavo Padovan
2011-08-20  0:06 ` [PATCH 4/7] Bluetooth: Add support for reusing the same hci_conn for " Vinicius Costa Gomes
2011-08-25  1:27   ` Gustavo Padovan
2011-08-25 14:27     ` Vinicius Costa Gomes
2011-08-25 22:13   ` [PATCH] " Vinicius Costa Gomes
2011-08-20  0:06 ` [PATCH 5/7] Bluetooth: Add support for pairing via mgmt over LE Vinicius Costa Gomes
2011-08-25  1:30   ` Gustavo Padovan
2011-08-20  0:06 ` [PATCH 6/7] Bluetooth: Add support for running SMP without a socket Vinicius Costa Gomes
2011-08-25  1:30   ` Gustavo Padovan
2011-08-20  0:06 ` [PATCH 7/7] Bluetooth: Add link_type information to the mgmt Connected event Vinicius Costa Gomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).