dear :
i used sdk 12.3 development bt mouse. now i have a question.
when one mouse link pc , its mouse x/y axis is ok.
but if two mouse( same code) link pc. oen mouse x/y axis is delay, but other mouse is ok.
and the two mouse x/y axis maybe is 1 is ok, maybe 2 is ok.
but if only use one mouse link pc, it is ok.
i do not know why?
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) /**< Minimum connection interval (7.5 ms). */
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(15, UNIT_1_25_MS) /**< Maximum connection interval (15 ms). */
//#define SLAVE_LATENCY 20
i try SLAVE_LATENCY change to 0 have same problem.