From 9781ffaae0488be8dbb92d5c9437484a4f58cd2e Mon Sep 17 00:00:00 2001 From: yichin Date: Tue, 5 May 2020 12:34:32 +0800 Subject: [PATCH] interval 6~6; enable sti cali fxn --- .../examples/simple_peripheral/cc26xx/app/simple_peripheral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/simple_peripheral.c b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/simple_peripheral.c index dd14cc317..49f158e28 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/simple_peripheral.c +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/simple_peripheral.c @@ -120,7 +120,7 @@ // Maximum connection interval (units of 1.25ms, 800=1000ms) if automatic // parameter update request is enabled //#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 6 -#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 25 +#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 6 #else //! FEATURE_OAD // Minimum connection interval (units of 1.25ms, 8=10ms) if automatic