Hi,I want to ble stay in fast connection interval after connection succeed. So I set the connection parameters like that:
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS)
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL MSEC_TO_UNITS(40, UNIT_1_25_MS)
#define DEFAULT_DESIRED_SLAVE_LATENCY 0
#define DEFAULT_DESIRED_CONN_TIMEOUT MSEC_TO_UNITS(600, UNIT_10_MS)
But it seems it doesn't work fine.I use the android phone to test the speed,and I find out it takes 500ms when app received a packet.Did I miss something.