Searched hist:c4f912e155504e94dd4f3d63c378dab0ff03dbda (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | diff c4f912e155504e94dd4f3d63c378dab0ff03dbda Thu Jan 15 14:52:16 CST 2009 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add global deferred socket parameter
The L2CAP and RFCOMM applications require support for authorization and the ability of rejecting incoming connection requests. The socket interface is not really able to support this.
This patch does the ground work for a socket option to defer connection setup. Setting this option allows calling of accept() and then the first read() will trigger the final connection setup. Calling close() would reject the connection.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | diff c4f912e155504e94dd4f3d63c378dab0ff03dbda Thu Jan 15 14:52:16 CST 2009 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Add global deferred socket parameter
The L2CAP and RFCOMM applications require support for authorization and the ability of rejecting incoming connection requests. The socket interface is not really able to support this.
This patch does the ground work for a socket option to defer connection setup. Setting this option allows calling of accept() and then the first read() will trigger the final connection setup. Calling close() would reject the connection.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|