]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Move channel response
authorMat Martineau <mathewm@codeaurora.org>
Tue, 23 Oct 2012 22:24:14 +0000 (15:24 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 24 Oct 2012 02:20:54 +0000 (00:20 -0200)
commit5b155ef960202b20a5cae43b9e675f4326e2375c
tree57100cad151ef8e532a11d8b684ded0efc3f8cbf
parent168df8e57e7c1afce3f86a86ae106f82ff7c18d8
Bluetooth: Move channel response

The move response command includes a result code indicating
"pending", "success", or "failure" status.  A pending result is
received when the remote address is still setting up a physical link,
and will be followed by success or failure.  On success, logical link
setup will proceed.  On failure, the move is stopped.  The receiver of
a move channel response must always follow up by sending a move
channel confirm command.

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c