From the SDK ,We can find this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) //20
/**< Minimum acceptable connection interval (20 ms), Connection interval uses 1.25 ms units. */
The least amount of connection time is 25ms , is it can be set 10 ms ? how ?