All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v3 0/5] LE Connection
@ 2012-04-05 17:17 Andre Guedes
  2012-04-05 17:17 ` [RFC v3 1/5] Bluetooth: Add address type to struct sockaddr_l2 Andre Guedes
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andre Guedes @ 2012-04-05 17:17 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

This new version fixes all aligning style issues.

BR,

Andre Guedes


Andre Guedes (5):
  Bluetooth: Add address type to struct sockaddr_l2
  Bluetooth: Move address type macros to bluetooth.h
  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  |   27 ++++---------
 include/net/bluetooth/l2cap.h     |    3 +-
 net/bluetooth/hci_conn.c          |   12 ++----
 net/bluetooth/hci_core.c          |   75 -------------------------------------
 net/bluetooth/hci_event.c         |    7 ----
 net/bluetooth/l2cap_core.c        |   15 ++++----
 net/bluetooth/l2cap_sock.c        |    2 +-
 net/bluetooth/mgmt.c              |   36 +++++++++---------
 net/bluetooth/sco.c               |    3 +-
 10 files changed, 47 insertions(+), 138 deletions(-)

-- 
1.7.9.4


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05 17:17 [RFC v3 0/5] LE Connection Andre Guedes
2012-04-05 17:17 ` [RFC v3 1/5] Bluetooth: Add address type to struct sockaddr_l2 Andre Guedes
2012-04-05 17:49   ` Marcel Holtmann
2012-04-05 22:18     ` Andre Guedes
2012-04-24 16:42       ` Andre Guedes
2012-04-24 17:04         ` Marcel Holtmann
2012-04-05 17:17 ` [RFC v3 2/5] Bluetooth: Move address type macros to bluetooth.h Andre Guedes
2012-04-05 17:17 ` [RFC v3 3/5] Bluetooth: Add dst_type parameter to hci_connect Andre Guedes
2012-04-05 17:17 ` [RFC v3 4/5] Bluetooth: Use address type info from User-space Andre Guedes
2012-04-05 17:17 ` [RFC v3 5/5] Bluetooth: Remove advertising cache Andre Guedes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.