Bluetooth: Add hci_conn_lookup_type() helper function
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 3 Nov 2014 04:16:08 +0000 (05:16 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 3 Nov 2014 08:13:43 +0000 (10:13 +0200)
Some drivers require knowledge of what connection handle is assigned
to what connection link type (ACL or SCO/eSCO). Instead of having each
driver implement connection tracking, provide a simple helper function
for lookup of the link type.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

No differences found