Hello!
I am using the cc2564 bluetooth module with the stm32L476 MCU.
In my application i connect to a smartphone, update the connection interval to the minimum (11 miliseconds), make sure that the update request was accepted
and start sending periodic mouse notifications.
I use the "HIDS_Notify_Input_Report" API to send my notifications.
It all works well unless the period of the mouse notifications is lower than 20 miliseconds, then the
whole businesses gets stuck and stops working. when this happans the "HIDS_Notify_Input_Report" function
returns (-65) - BTPS_ERROR_INSUFFICIENT_BUFFER_SPACE.
I wish to understand what causes this and how can this problem be dealt with.
Please advise on how to debug this issue.
I have added the proper log file.
thanks alot,
Yuri.
