Bluetooth: AMP: Physical link struct and helpers
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Thu, 27 Sep 2012 14:26:11 +0000 (17:26 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 27 Sep 2012 20:11:52 +0000 (17:11 -0300)
commit3161ae1c72f03b021bc67504c13025626c26d30c
treedc75cc7e2ddb341aec63cbbabccbc31eb6bbfa13
parentaa09537d80bf7e6282103618eb496f03e76f2953
Bluetooth: AMP: Physical link struct and helpers

Define physical link structures. Physical links are represented by
hci_conn structure. For BR/EDR we use type ACL_LINK and for AMP
we use AMP_LINK.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/amp.h
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/amp.c