Skip to content

Only connect to qrtr services that are supported

Andrew Lassalle requested to merge andrewlassalle/libqmi:fix_SUPL_timeout into master

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