I'm trying to use Bluez tool hcitool lecup to setup my bluetooth LE connection interval between 6 (7.6ms BLE min supported value) and 10 (12.5ms).
However, if I then run a bare minimum of my code using BluePy library and poll my BLE compatible sensor, the time it takes to receive the raw data is somewhere in 20ms region, which is almost twice what I would expect.
Has anyone ever come across this discrepancy? What could be the source for it?