All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] New Connection Parameter Event
@ 2014-06-25 19:48 Andre Guedes
  2014-06-25 19:48 ` [RFC 1/4] Bluetooth: Connection parameters check helper Andre Guedes
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Andre Guedes @ 2014-06-25 19:48 UTC (permalink / raw)
  To: linux-bluetooth

Hi all,

This small RFC patch set introduces the "New Connection Parameter" event as
described in mgmt-api.txt.

This event is sent when the remote device requests new connection parameters
through Link Layer or L2CAP connection parameter update procedures.

Patch 2 adds support for LE Connection Parameters Request Link Layer control
procedure introduced in Core spec 4.1. I was not able to test this specific
patch since I have no Bluetooth 4.1 dongle. It would be nice someone else test
it before applying the patch. If no one is able to test it, I can remove it
from the patch set and re-send it later.

Regards,

Andre

Andre Guedes (4):
  Bluetooth: Connection parameters check helper
  Bluetooth: Connection Parameter Update Procedure
  Bluetooth: Move is_identity_address() to hci_core.h
  Bluetooth: Introduce "New Connection Parameter" Event

 include/net/bluetooth/hci.h      | 28 +++++++++++++++++++++
 include/net/bluetooth/hci_core.h | 36 +++++++++++++++++++++++++++
 include/net/bluetooth/mgmt.h     | 10 ++++++++
 net/bluetooth/hci_core.c         | 14 +----------
 net/bluetooth/hci_event.c        | 53 ++++++++++++++++++++++++++++++++++++++++
 net/bluetooth/l2cap_core.c       | 29 +++++-----------------
 net/bluetooth/mgmt.c             | 34 ++++++++++++++++++++++++++
 7 files changed, 168 insertions(+), 36 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-06-25 23:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 19:48 [RFC 0/4] New Connection Parameter Event Andre Guedes
2014-06-25 19:48 ` [RFC 1/4] Bluetooth: Connection parameters check helper Andre Guedes
2014-06-25 19:48 ` [RFC 2/4] Bluetooth: Connection Parameter Update Procedure Andre Guedes
2014-06-25 20:18   ` Marcel Holtmann
2014-06-25 23:48     ` Andre Guedes
2014-06-25 19:48 ` [RFC 3/4] Bluetooth: Move is_identity_address() to hci_core.h Andre Guedes
2014-06-25 20:16   ` Marcel Holtmann
2014-06-25 23:48     ` Andre Guedes
2014-06-25 19:48 ` [RFC 4/4] Bluetooth: Introduce "New Connection Parameter" Event Andre Guedes
2014-06-25 20:14   ` Marcel Holtmann
2014-06-25 23:48     ` 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.