Linux bluetooth development
 help / color / mirror / Atom feed
* [RFCv1 00/15] AMP Logical Link setup
@ 2012-09-04 13:44 Andrei Emeltchenko
  2012-09-04 13:44 ` [RFCv1 01/15] Bluetooth: Set Exended Flowspec flag for HS chan Andrei Emeltchenko
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Andrei Emeltchenko @ 2012-09-04 13:44 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

RFC for setting up AMP logical link over AMP physical
link (previously sent).

Andrei Emeltchenko (13):
  Bluetooth: Set Exended Flowspec flag for HS chan
  Bluetooth: Add logical link create function
  Bluetooth: AMP: Process Logical Link Complete event
  Bluetooth: AMP: Add handle to hci_chan structure
  Bluetooth: AMP: Process Disc Logical Link
  Bluetooth: AMP: Process Disc Physical Link
  Bluetooth: L2CAP: Create Conf Response function
  Bluetooth: AMP: Send EFS Conf Rsp when loglink cmpl
  Bluetooth: AMP: Add hs_hchan and hs_hcon to l2cap_chan
  Bluetooth: AMP: Handle AMP_LINK connection
  Bluetooth: AMP: Send data over AMP channel
  Bluetooth: Factor out hci_queue_acl
  Bluetooth: AMP: Use Loglink handle in ACL Handle field

Mat Martineau (2):
  Bluetooth: Process create response and connect response identically
  Bluetooth: Factor out common L2CAP connection code

 include/net/bluetooth/amp.h      |    2 +
 include/net/bluetooth/hci.h      |    1 +
 include/net/bluetooth/hci_core.h |   19 ++++++-
 include/net/bluetooth/l2cap.h    |    5 ++
 net/bluetooth/amp.c              |   50 ++++++++++++++++++
 net/bluetooth/hci_conn.c         |   35 +++++++++++++
 net/bluetooth/hci_core.c         |   43 +++++++++++++---
 net/bluetooth/hci_event.c        |  103 ++++++++++++++++++++++++++++++++++++++
 net/bluetooth/l2cap_core.c       |   98 ++++++++++++++++++++++++++----------
 9 files changed, 320 insertions(+), 36 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-09-11 20:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 13:44 [RFCv1 00/15] AMP Logical Link setup Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 01/15] Bluetooth: Set Exended Flowspec flag for HS chan Andrei Emeltchenko
2012-09-10 23:49   ` Mat Martineau
2012-09-11  8:15     ` Andrei Emeltchenko
2012-09-11 20:23       ` Mat Martineau
2012-09-04 13:44 ` [RFCv1 02/15] Bluetooth: Add logical link create function Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 03/15] Bluetooth: AMP: Process Logical Link Complete event Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 04/15] Bluetooth: AMP: Add handle to hci_chan structure Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 05/15] Bluetooth: AMP: Process Disc Logical Link Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 06/15] Bluetooth: AMP: Process Disc Physical Link Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 07/15] Bluetooth: L2CAP: Create Conf Response function Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 08/15] Bluetooth: AMP: Send EFS Conf Rsp when loglink cmpl Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 09/15] Bluetooth: AMP: Add hs_hchan and hs_hcon to l2cap_chan Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 10/15] Bluetooth: AMP: Handle AMP_LINK connection Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 11/15] Bluetooth: AMP: Send data over AMP channel Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 12/15] Bluetooth: Factor out hci_queue_acl Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 13/15] Bluetooth: AMP: Use Loglink handle in ACL Handle field Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 14/15] Bluetooth: Process create response and connect response identically Andrei Emeltchenko
2012-09-04 13:44 ` [RFCv1 15/15] Bluetooth: Factor out common L2CAP connection code Andrei Emeltchenko

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