commit | 984947dc64f82bc6cafa4d84ba1a139718f634a8 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Fri Feb 06 23:35:19 2009 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Feb 27 06:14:41 2009 +0100 |
tree | f85e4b260034f5b5a20af7a63900ee7de06fa7ad | |
parent | 657e17b03c80bec817975984d221bef716f83558 [diff] |
Bluetooth: Fix race condition with L2CAP information request When two L2CAP connections are requested quickly after the ACL link has been established there exists a window for a race condition where a connection request is sent before the information response has been received. Any connection request should only be sent after an exchange of the extended features mask has been finished. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>