You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/central_bidirectional_audio/src/app/central_bidirectional_audio.c
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
110
110
#defineDEFAULT_INIT_PHY SCAN_PRIM_PHY_1M
111
111
112
112
// Default scan duration in 10 ms
113
-
#defineDEFAULT_SCAN_DURATION10 // 1s
113
+
#defineDEFAULT_SCAN_DURATION100 // 10s
114
114
115
115
// Default minimum connection interval (units of 1.25ms)
0 commit comments