From 93deaea1f3ee21a1ff52d9cd2cfd7e4ea97d26d9 Mon Sep 17 00:00:00 2001 From: weiting2 Date: Fri, 10 Jul 2020 15:06:10 +0800 Subject: [PATCH] update connection interval --- .../examples/simple_central/cc26xx/app/simple_central.c | 4 ++-- .../cc26xx/app/headstage/headstage_version.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c index e7a212bf0..aba5ae250 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c @@ -134,7 +134,7 @@ uint8_t KEY_INSTEAD_UART = 0; // Initial minimum connection interval (units of 1.25 ms.) //#define INITIAL_MAX_CONN_INTERVAL 320 -#define INITIAL_MAX_CONN_INTERVAL 320 +#define INITIAL_MAX_CONN_INTERVAL 30 // Initial slave latency #define INITIAL_SLAVE_LATENCY 0 @@ -157,7 +157,7 @@ uint8_t KEY_INSTEAD_UART = 0; // Maximum connection interval (units of 1.25ms) if automatic parameter update // request is enabled //#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 160 -#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 320 +#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 30 // Slave latency to use if automatic parameter update request is enabled #define DEFAULT_UPDATE_SLAVE_LATENCY 0 diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h index ab378b27f..f6eb59b4f 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h @@ -4,13 +4,13 @@ #define VERSION_DATE_YEAR 20 #define VERSION_DATE_MONTH 7 -#define VERSION_DATE_DAY 8 -#define VERSION_DATE_HOUR 17 -#define VERSION_DATE_MINUTE 33 +#define VERSION_DATE_DAY 10 +#define VERSION_DATE_HOUR 15 +#define VERSION_DATE_MINUTE 5 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH 8f9aee55eba0f05cf5e06b7fe5006827274dd388 +#define VERSION_HASH 998e6098231c4cad10d180078c0fed7ce0f6161d #define VERSION_GIT_BRANCH simple_central_ma_pin #endif