summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-09-27 14:26:11 (GMT)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-27 20:11:52 (GMT)
commit3161ae1c72f03b021bc67504c13025626c26d30c (patch)
treedc75cc7e2ddb341aec63cbbabccbc31eb6bbfa13 /include/net/bluetooth/hci.h
parentaa09537d80bf7e6282103618eb496f03e76f2953 (diff)
downloadlinux-fsl-qoriq-3161ae1c72f03b021bc67504c13025626c26d30c.tar.xz
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>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index ccc08e5..77b6a19 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -207,6 +207,7 @@ enum {
#define ESCO_LINK 0x02
/* Low Energy links do not have defined link type. Use invented one */
#define LE_LINK 0x80
+#define AMP_LINK 0x81
/* LMP features */
#define LMP_3SLOT 0x01