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:
Rahul Tank
2023-09-21 14:07:16 +08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -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