mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 19:05:11 +00:00
bump L2CAP Response Timeout from 2 to 10 seconds
This commit is contained in:
parent
ed3a7d82f6
commit
f540f3aff0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user