Hii,
I am using nRF52840 module in beacon mode which is transmission one value read from sensor. According to code sensor sampling and transmission cycle is controlled by app timer. Timer is set to 5 seconds. This application is working properly in BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED transmission mode.
When transmission mode is changed to BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED app timer and sensor sampling is working properly according to timer, but when monitored on nRFConnect app on android device packet reception is observed on interval of 20 seconds.
I am unable to understand if this is issue with code or issue with app. (mobile supports BLE 5 PHY codded communication)
Please help me resolve this issue.
Best regards.