Skip to content

qmi-device: Load supported services on Qrtr devices

Currently, QmiDevice is not getting the supported services from QRTR nodes because QRTR doesn't support version info check. Because of this, it assumes that all services could be supported by the device and tries to connect to all of them. QrtrNode provides an alternate way to get these values, allowing for a faster start without waiting for the clients of unsupported services to timeout.

Merge request reports