Hi I am trying to use libliteqmi library api’s to attach/detach lte profile. What is the library equivalent function that can do “at+cgatt=1” / “at+cgatt=0” . FYI I am using EM7565
Thanks in advance!!!
Hi I am trying to use libliteqmi library api’s to attach/detach lte profile. What is the library equivalent function that can do “at+cgatt=1” / “at+cgatt=0” . FYI I am using EM7565
Thanks in advance!!!
If you mean Sierra’s Linux QMI SDK, it’ll be SLQSStartStopDataConnection() and the lite equivalents are pack_wds_SLQSStartDataSession() and pack_wds_SLQSStopDataSession()
Please note that AT!SCACT command is more relevant when starting a data session from the host.