Hi Nordic,
I am using the nrf52840 as the host and the nRF9160 as the modem with the serial_lte_modem library.
Normally, when the nrf52840 sends an MQTT connection request (AT#XMQTTCON=1), if incorrect broker parameters are configured, modem_cmd_send() will return the result after the timeout period. However, through my testing, I found that if the timeout is set to more than 170 seconds, modem_cmd_send() will only return after 170 seconds.
I read the document and it didn't mention the specific timeout duration, which confuses me. I hope someone can answer my question.
