Hi
We have managed to change our firmware BLE settings in order to be iOS compliant
However Android side we notice that it is more difficult to scan and especially connect to our nRF52840.
Is there a way to have BLE settings both compliant with iOS and Android ? Or is there another way we missed ?
We followed the iOS hidden documentation: https://developer.apple.com/library/archive/qa/qa1931/_index.html telling about how to configure how a BLE device can communicate with
And especially how to follow their formulaic relationships helped by this Excel matrix: github.com/.../qa1931_BLE Parameter Validation.xlsx
After some calibrations, it now works pretty well on iOS devices. Scan and connect are fast.
Here is our firmware setting
Thanks for your time