commit | bf20fd4ec1d39df78e31fd7c7a4066f69b8bcd8a | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue May 14 13:23:13 2013 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 05 07:05:32 2013 -0800 |
tree | ee0a5ae44cc31690c3542935f1aeaf38ee68eeca | |
parent | 9149761ad74f618371b58fd37141d4c3706d88fc [diff] |
Bluetooth: Update l2cap_global_chan_by_psm() to take a link type Once connection oriented L2CAP channels become possible for LE we need to be able to specify the link type we're interested in when looking up L2CAP channels. Therefore, add a link_type parameter to the l2cap_global_chan_by_psm() function which gets compared to the address type associated with each l2cap_chan. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>