mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/post_reattempt_cnt_event' into 'master'
fix(nimble): Add event for reattempt connection count information Closes BLECRT-22 and BLEQAOPT-172 See merge request espressif/esp-idf!25445
This commit is contained in:
commit
83aedb202f
@ -1 +1 @@
|
||||
Subproject commit acdf522a21518a69b3582ff4a4e5b67512a13b32
|
||||
Subproject commit da4bcac49f6ee4d874bacb7bc6fd6f5e24155d2f
|
@ -1751,4 +1751,12 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_ENABLE_CONN_REATTEMPT
|
||||
#ifdef CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
||||
#define MYNEWT_VAL_BLE_ENABLE_CONN_REATTEMPT CONFIG_BT_NIMBLE_ENABLE_CONN_REATTEMPT
|
||||
#else
|
||||
#define MYNEWT_VAL_BLE_ENABLE_CONN_REATTEMPT (0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user