Creating multiple clients with one QMI dev
Sai Chaitanya
msaichaitanya at gmail.com
Tue Dec 6 10:14:33 UTC 2022
Hi all,
Is it allowed to create one QMI device but have multiple clients?
In other words, is this kinda code flow allowed with libqmi?
qmi_device_new()
qmi_device_open()
qmi_device_allocate_client(dev, QMI_SERVICE_DMS, ....)
qmi_client_dms_swi_get_current_firmware
qmi_client_dms_get_operating_mode
qmi_device_allocate_client(dev, QMI_SERVICE_UIM, ....)
qmi_device_allocate_client(dev, QMI_SERVICE_WDS, ....)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libqmi-devel/attachments/20221206/2b5edbbd/attachment.htm>
More information about the libqmi-devel
mailing list