mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
129db6fdb3
commit
5f3e4d2248
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
/* AMP defaults */
|
||||
|
||||
#define A2MP_RSP_TIMEOUT (20000) /* 20 seconds */
|
||||
#define A2MP_RSP_TIMEOUT (8000) /* 8 seconds */
|
||||
|
||||
/* A2MP Protocol */
|
||||
|
||||
|
|
Loading…
Reference in a new issue