Skip to content

Commit

Permalink
Merge branch 'bugfix/post_reattempt_cnt_event_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(nimble): Add event for reattempt connection count information (v5.1)

See merge request espressif/esp-idf!26111
  • Loading branch information
rahult-github committed Sep 27, 2023
2 parents ea5e749 + 361b6c0 commit d72f2e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/bt/host/nimble/port/include/esp_nimble_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d72f2e1

Please sign in to comment.