Regular loss of a few connection intervals #33765
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
When I use an nRF sniffer (nRF52840 DK) to sniff a BLE connection built between another two nRF52840 DKs (
central_hr
andperipheral_hr
), I can always see a regular loss of some connection intervals. For example, after the event counter reached 1009, it directly goes up to 1012, and the delta time shows as 35839us (my connection interval is 12.5ms). In the beginning, I thought it should be some loss due to the sniffer serial port to my laptop, but after that, I tried to print the eventcounter
variable from thechannel selection algorithm #2
in filelll_chan.c
, and I did see thecounter
also shows the regular connection interval loss (in my case after every four connection intervals, there are around four connection intervals lost). I am wondering if there is something wrong with my settings because the loss is so regular?To Reproduce
Steps to reproduce the behavior:
counter
in thechannel selection algorithm #2
central_hr
andperipheral_hr
to two nRF52840 DKsExpected behavior
I expect the results from the "printk
counter
" should be continuous, instead of some regular connection interval loss.Impact
It does confuse me also stops my work here because I don't know if I made it wrong or something else.
Logs and console output
A screenshot of the results of the "printk
counter
" from my Linux is provided below. Please have a check.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: