forked from espressif/esp-idf
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:
Submodule components/bt/host/nimble/nimble updated: da9c22cb53...d8f6a3bdd9
5
components/bt/host/nimble/nimble.rej
Normal file
5
components/bt/host/nimble/nimble.rej
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--- components/bt/host/nimble/nimble
|
||||||
|
+++ components/bt/host/nimble/nimble
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-Subproject commit e2d7a766fb3927d008902611b3985e8595864c55
|
||||||
|
+Subproject commit e2d7a766fb3927d008902611b3985e8595864c55-dirty
|
@@ -1627,4 +1627,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#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
|
#endif
|
||||||
|
Reference in New Issue
Block a user