public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] LE Connection
@ 2012-04-25  0:02 Andre Guedes
  2012-04-25  0:02 ` [PATCH 1/8] Bluetooth: Move address type macros to bluetooth.h Andre Guedes
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Andre Guedes @ 2012-04-25  0:02 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

This patch series is basically a rebased version of the previous RFC v3 series.

Claudio is going to send user-space patches in a few minutes.

This series depends on "[PATCH] Bluetooth: Remove useless code in hci_connect"
already sent to this ML.

Regards,

Andre


Andre Guedes (8):
  Bluetooth: Move address type macros to bluetooth.h
  Bluetooth: Rename link_to_mgmt to link_to_bdaddr
  Bluetooth: Rename mgmt_to_le to bdaddr_to_le
  Bluetooth: Add address type to struct sockaddr_l2
  Bluetooth: Move bdaddr_to_le to hci_core
  Bluetooth: Add dst_type parameter to hci_connect
  Bluetooth: Use address type info from user-space
  Bluetooth: Remove advertising cache

 include/net/bluetooth/bluetooth.h |    5 +++
 include/net/bluetooth/hci_core.h  |   29 ++++---------
 include/net/bluetooth/l2cap.h     |    3 +-
 net/bluetooth/hci_conn.c          |   11 ++---
 net/bluetooth/hci_core.c          |   86 ++++++-------------------------------
 net/bluetooth/hci_event.c         |    7 ---
 net/bluetooth/l2cap_core.c        |   15 ++++---
 net/bluetooth/l2cap_sock.c        |    2 +-
 net/bluetooth/mgmt.c              |   78 ++++++++++++++-------------------
 net/bluetooth/sco.c               |    3 +-
 10 files changed, 75 insertions(+), 164 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2012-04-25  9:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25  0:02 [PATCH 0/8] LE Connection Andre Guedes
2012-04-25  0:02 ` [PATCH 1/8] Bluetooth: Move address type macros to bluetooth.h Andre Guedes
2012-04-25  0:02 ` [PATCH 2/8] Bluetooth: Rename link_to_mgmt to link_to_bdaddr Andre Guedes
2012-04-25  0:02 ` [PATCH 3/8] Bluetooth: Rename mgmt_to_le to bdaddr_to_le Andre Guedes
2012-04-25  0:02 ` [PATCH 4/8] Bluetooth: Add address type to struct sockaddr_l2 Andre Guedes
2012-04-25  6:45   ` Marcel Holtmann
2012-04-25  0:02 ` [PATCH 5/8] Bluetooth: Move bdaddr_to_le to hci_core Andre Guedes
2012-04-25  0:02 ` [PATCH 6/8] Bluetooth: Add dst_type parameter to hci_connect Andre Guedes
2012-04-25  0:02 ` [PATCH 7/8] Bluetooth: Use address type info from user-space Andre Guedes
2012-04-25  0:02 ` [PATCH 8/8] Bluetooth: Remove advertising cache Andre Guedes
2012-04-25  6:47 ` [PATCH 0/8] LE Connection Marcel Holtmann
2012-04-25  9:18   ` Johan Hedberg
2012-04-25  9:25     ` Marcel Holtmann

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