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_v5.1' into 'release/v5.1'
fix(nimble): Add event for reattempt connection count information (v5.1) See merge request espressif/esp-idf!26111
This commit is contained in:
commit
d72f2e1305
@ -1732,4 +1732,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…
x
Reference in New Issue
Block a user