summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-13 10:57:39 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-13 14:46:31 (GMT)
commite7c4096e16f0e362c6cf902baab0de37ebfc1266 (patch)
treedc3c132857160d10be00f96eb6e2667a9682ba0c /include
parent79d95a19a445f5758571b3342064f2c1e40b6c5f (diff)
downloadlinux-fsl-qoriq-e7c4096e16f0e362c6cf902baab0de37ebfc1266.tar.xz
Bluetooth: Store the source address type of LE connections
When establishing LE connections, it is possible to use a public address (if available) or a random address. The type of address is only known when creating connections, so make sure it is stored in hci_conn structure. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include')
-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 7889495..714da9e 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -300,6 +300,7 @@ struct hci_conn {
bdaddr_t dst;
__u8 dst_type;
+ __u8 src_type;
__u16 handle;
__u16 state;
__u8 mode;