bump L2CAP Response Timeout from 2 to 10 seconds

This commit is contained in:
matthias.ringwald@gmail.com 2015-01-14 20:25:13 +00:00
parent ed3a7d82f6
commit f540f3aff0

View File

@ -87,7 +87,7 @@ extern "C" {
#define L2CAP_REJ_CMD_UNKNOWN 0x0000
// Response Timeout eXpired
#define L2CAP_RTX_TIMEOUT_MS 2000
#define L2CAP_RTX_TIMEOUT_MS 10000
// Extended Response Timeout eXpired
#define L2CAP_ERTX_TIMEOUT_MS 120000