mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
fix(nimble): Add event for reattempt connection count information
This commit is contained in:
@@ -1732,4 +1732,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