forked from espressif/esp-idf
fix(nimble): Add event for reattempt connection count information
This commit is contained in:
Submodule components/bt/host/nimble/nimble updated: acdf522a21...da4bcac49f
@@ -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
|
||||
|
Reference in New Issue
Block a user