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

This commit is contained in:
Rahul Tank
2023-09-21 15:44:13 +05:30
parent 2007f2f4cc
commit 782a60a11d
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
--- components/bt/host/nimble/nimble
+++ components/bt/host/nimble/nimble
@@ -1 +1 @@
-Subproject commit e2d7a766fb3927d008902611b3985e8595864c55
+Subproject commit e2d7a766fb3927d008902611b3985e8595864c55-dirty

View File

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