[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)
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>

No differences found