Bluetooth: Add logical link confirm
authorMat Martineau <mathewm@codeaurora.org>
Tue, 23 Oct 2012 22:24:15 +0000 (15:24 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 24 Oct 2012 02:21:41 +0000 (00:21 -0200)
commit1500109bbc6cc42ec6c8445f1cf04d25fa54a57b
treeb9cc56660249c438ed56e3b284642bc230f72ff4
parent5b155ef960202b20a5cae43b9e675f4326e2375c
Bluetooth: Add logical link confirm

The logical link confirm callback is executed when the AMP controller
completes its logical link setup.  During a channel move, a newly
formed logical link allows a move responder to send a move channel
response.  A move initiator will send a move channel confirm.  A
failed logical link will end the channel move and send an appropriate
response or confirm command indicating a failure.

If the channel is being created on an AMP controller, L2CAP
configuration is completed after the logical link is set up.

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>
net/bluetooth/l2cap_core.c