Hi!
I'm developing a custom PCB with a NRF52840 which I made a custom firmware based on ble_app_uart example. I test my product with different phones, Android and Apple phones.
In Android, I have a good connection distance, like 6m to 8m, but in iPhone I have about 2m or less.
I changed the PHY from BLE_GAP_PHY_AUTO to BLE_GAP_PHY_2MBPS, can this change reduce the connection distance?
Thanks!