Bluetooth: Add 'dst_type' field to struct hci_conn
authorAndre Guedes <andre.guedes@openbossa.org>
Tue, 31 May 2011 17:20:54 +0000 (14:20 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 8 Jun 2011 19:58:18 +0000 (16:58 -0300)
commit29b7988a23daf79c15d587ef9e98e64715aa1ea8
treee50821c4663e4f6bfa35456cc5d2caa98358758c
parentd7556e20ade582a223ca1792e1f8a7bfd7d5d008
Bluetooth: Add 'dst_type' field to struct hci_conn

This patch adds a new field (dst_type) to the struct hci_conn which
holds the type of the destination address (bdaddr_t dst). This
approach is needed in order to use the struct hci_conn as an
abstraction of LE connections in HCI Layer. For non-LE this field
is ignored.

This patch also set properly the 'dst_type' field after initializing
LE hci_conn structures.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_event.c