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_v4.3' into 'release/v4.3'
fix(nimble): Add event for reattempt connection count information(v4.3) See merge request espressif/esp-idf!26116
This commit is contained in:
commit
9f3840da59
@ -1 +1 @@
|
||||
Subproject commit d396a29ee5146a4a9b7581c2b7a3f6fedb44c63c
|
||||
Subproject commit bdf2c7588a5c7d0c16e98a168b0cf41578b119ef
|
@ -1396,4 +1396,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