Hi all,
I used the ble_app_hids_mouse example in SDK 4.4.1 and found:
1.when the mouse does the first bonding with the master, the report rate could reach 125Hz(I set one timer with 8ms interrupt interval to toggle the mouse_key_send());
2.re-start the mouse by power on, the report rate could not run at 125Hz, instead of 100Hz, and I used a pin to toggle the interval of mouse_key_send(), its period still keeps at 8ms once.
And the interval between two continuous packets sent from mouse to master, scoped by the Sniffer, is about 10ms which meets the 100Hz.
It seems that only 125Hz could happen in the first bonding.
It's so strange, and something different between first bonding and restart?
Thanks.