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

This commit is contained in:
Rahul Tank 2023-08-21 13:06:34 +05:30
parent aaded3fd59
commit 361b6c00dc

View File

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