Bluetooth: Add support for deferring L2CAP connection setup
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 15 Jan 2009 20:57:00 +0000 (21:57 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Feb 2009 05:14:24 +0000 (06:14 +0100)
commitf66dc81f44d918ee1aa1a9d821bb2f25c7592bc0
treefe9030b58a7fac0d85dbed2da9f33702aab2e9b5
parentbb23c0ab824653be4aa7dfca15b07b3059717004
Bluetooth: Add support for deferring L2CAP connection setup

In order to decide if listening L2CAP sockets should be accept()ed
the BD_ADDR of the remote device needs to be known. This patch adds
a socket option which defines a timeout for deferring the actual
connection setup.

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