linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] LE Connection Parameter Update Procedure
@ 2011-02-11 21:28 Claudio Takahasi
  2011-02-11 21:28 ` [RFC 1/3] Bluetooth: Add LE signaling commands handling Claudio Takahasi
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Claudio Takahasi @ 2011-02-11 21:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: padovan, Claudio Takahasi

The following patches implement the support for LE Connection Parameter
Update procedure started by the LE slave/peripheral device. Procedure
started by the master will be addressed later when the requirements
become more clear, Bluetooth Core SPEC and GAP test specification are
not matching.

Patches are rebased using Vinicius SMP patches, repo:
git://git.infradead.org/users/vcgomes/linux-2.6.git for-next

LE signaling channel can receive the following L2CAP commands(only):
  - Command Reject
  - Connection Parameter Update request
  - Connection Parameter Update response

Claudio Takahasi (3):
  Bluetooth: Add LE signaling commands handling
  Bluetooth: Add connection parameter update response
  Bluetooth: Send LE Connection Update Command

 include/net/bluetooth/hci.h      |   11 ++
 include/net/bluetooth/hci_core.h |    2 +
 include/net/bluetooth/l2cap.h    |   17 +++
 net/bluetooth/hci_conn.c         |   20 ++++
 net/bluetooth/l2cap_core.c       |  213 ++++++++++++++++++++++++++++---------
 5 files changed, 211 insertions(+), 52 deletions(-)

-- 
1.7.4


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

end of thread, other threads:[~2011-02-16 23:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 21:28 [RFC 0/3] LE Connection Parameter Update Procedure Claudio Takahasi
2011-02-11 21:28 ` [RFC 1/3] Bluetooth: Add LE signaling commands handling Claudio Takahasi
2011-02-15 21:14   ` Gustavo F. Padovan
2011-02-11 21:28 ` [RFC 2/3] Bluetooth: Add connection parameter update response Claudio Takahasi
2011-02-15 21:15   ` Gustavo F. Padovan
2011-02-15 21:17   ` Gustavo F. Padovan
2011-02-11 21:28 ` [RFC 3/3] Bluetooth: Send LE Connection Update Command Claudio Takahasi
2011-02-15 21:20   ` Gustavo F. Padovan
2011-02-16 13:09     ` Claudio Takahasi
2011-02-16 22:44       ` [RFC 3/3 v2] " Claudio Takahasi
2011-02-16 23:15         ` Gustavo F. Padovan

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).