Bluetooth: Set A2MP response timeout to 8 seconds

The A2MP response timeout should be greater than the Connection
Accept timeout set for AMP links, but less than the Link Supervision
Timeout on the BR-EDR link.

This allows for A2MP to fail, but the ACL connection can remain
established, so transfer can continue on BR-EDR.

Change-Id: I654ed12149d9cf194c07b1eb3433e8c23720a209
Signed-off-by: Peter Krystad <pkrystad@codeaurora.org>
This commit is contained in:
Peter Krystad 2011-09-22 11:00:31 -07:00 committed by Stephen Boyd
parent 129db6fdb3
commit 5f3e4d2248

View file

@ -16,7 +16,7 @@
/* AMP defaults */
#define A2MP_RSP_TIMEOUT (20000) /* 20 seconds */
#define A2MP_RSP_TIMEOUT (8000) /* 8 seconds */
/* A2MP Protocol */