[Bluetooth] Retrieve L2CAP features mask on connection setup
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 20 Oct 2007 11:37:56 +0000 (13:37 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 22 Oct 2007 09:59:41 +0000 (02:59 -0700)
commit4e8402a3f884427f9233ba436459c158d1f2e114
tree3853523eaba309ea8aff89ed4868770cf82d40b2
parent861d6882b3dfe1710b35dbddf1b395b962061413
[Bluetooth] Retrieve L2CAP features mask on connection setup

The Bluetooth 1.2 specification introduced a specific features mask
value to interoperate with newer versions of the specification. So far
this piece of information was never needed, but future extensions will
rely on it. This patch adds a generic way to retrieve this information
only once per connection setup.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap.c