Merge branch 'bugfix/post_reattempt_cnt_event_v5.0' into 'release/v5.0'

fix(nimble): Add event for reattempt connection count information(v5.0)

See merge request espressif/esp-idf!26113
This commit is contained in:
Rahul Tank
2023-09-29 16:30:55 +08:00
3 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,5 @@
--- components/bt/host/nimble/nimble
+++ components/bt/host/nimble/nimble
@@ -1 +1 @@
-Subproject commit e2d7a766fb3927d008902611b3985e8595864c55
+Subproject commit e2d7a766fb3927d008902611b3985e8595864c55-dirty

View File

@ -1627,4 +1627,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