]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Add signal handlers for channel moves
authorMat Martineau <mathewm@codeaurora.org>
Wed, 2 Nov 2011 23:18:35 +0000 (16:18 -0700)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 3 Nov 2011 14:29:07 +0000 (12:29 -0200)
commit68410a176f043db6287faeeff1c02987477e1794
treeb9dd326de14b4927fee6d0ffd96ca4068a579e6a
parent1b34e68951ffbb6a860f667feb82e477a4cb6925
Bluetooth: Add signal handlers for channel moves

AMP channels can be moved between BR/EDR and AMP controllers using a
sequence of signals. Every attempted channel move involves a series of
four signals:

   Move Initiator                 Move Responder
        |                                 |
        |       Move Channel Request      |
        |  ---------------------------->  |
        |                                 |
        |       Move Channel Response     |
        |  <----------------------------  |
        |                                 |
        |       Move Channel Confirm      |
        |  ---------------------------->  |
        |                                 |
        |  Move Channel Confirm Response  |
|  <----------------------------  |

All four signals are sent even if the move fails.

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Acked-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c