I would like to have multiple threads simultaneously accessing the modem via the AT commands over the AF_LTE socket. Thread1 does the normal AT+CFUN=1 and other active commands, while thread2 I want to just listen for the unprompted responses from AT%CESQ=1. I suspect that I can only have a single AF_LTE socket open at a time, but don't see anything in the documentation either way.
Mike