Hi all,
Now I'm analyzing the bug that is the fault of my application's timing control.
On analyzing, I found the difference that garbage collection callback was delayed whether the device is connected by bluetooth LE or not.
The difference time is about 20msec to 60msec, so I wondered if it was affected connection interval.
But this callback is executed under softdevice, so I can't find why this matter occurs in truth.
I'can fix this bug by my application, but I'd like to know why it happened.
Please could you let me know the reason.
My conditions are bellow.
* Softdevice : S132
* nRF5 SDK : 12.2.0
* device : nRF52832
Thank you in advance for your help.