mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fixed ATT Ignore wrong response error
This commit is contained in:
parent
356f139ef8
commit
588626d64e
@ -78,7 +78,7 @@ typedef UINT8 tGATT_SEC_ACTION;
|
|||||||
|
|
||||||
/* wait for ATT cmd response timeout value */
|
/* wait for ATT cmd response timeout value */
|
||||||
#define GATT_WAIT_FOR_RSP_TOUT 30
|
#define GATT_WAIT_FOR_RSP_TOUT 30
|
||||||
#define GATT_WAIT_FOR_DISC_RSP_TOUT 5
|
#define GATT_WAIT_FOR_DISC_RSP_TOUT 15
|
||||||
#define GATT_REQ_RETRY_LIMIT 2
|
#define GATT_REQ_RETRY_LIMIT 2
|
||||||
#define GATT_WAIT_FOR_IND_ACK_TOUT 5
|
#define GATT_WAIT_FOR_IND_ACK_TOUT 5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user