aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-09-27 17:26:11 +0300
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-27 17:11:52 -0300
commit3161ae1c72f03b021bc67504c13025626c26d30c (patch)
treedc75cc7e2ddb341aec63cbbabccbc31eb6bbfa13 /include/net/bluetooth/hci_core.h
parentBluetooth: A2MP: Process Discover Response (diff)
downloadlinux-dev-3161ae1c72f03b021bc67504c13025626c26d30c.tar.xz
linux-dev-3161ae1c72f03b021bc67504c13025626c26d30c.zip
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_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index b1c7d0607244..464eae340419 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -318,6 +318,7 @@ struct hci_conn {
__u8 remote_cap;
__u8 remote_auth;
+ __u8 remote_id;
bool flush_key;
unsigned int sent;