Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d899a9e7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clarify measurement interval documentation" into tm-dev am: 58178fd1 am: c3bea771

parents d3f71ca6 c3bea771
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -53,8 +53,13 @@ interface IGnssMeasurementInterface {
        /**
        /**
         * Time interval between the reported measurements in milliseconds.
         * Time interval between the reported measurements in milliseconds.
         *
         *
         * The GNSS chipset must not report measurements with a rate slower than requested. All the
         * When there is no concurrent location and measurement requests, the GNSS chipset must
         * available measurements must be reported to the framework.
         * report measurements at as close as possible to the requested rate, as is supported by the
         * implementation.
         *
         * When there are concurrent location and measurement requests, the GNSS chipset must report
         * measurements at the same or a faster rate than the requested. In the concurrency cases,
         * all the available measurements must be reported to the framework.
         *
         *
         * For cases where concurrently serving the location and the measurement requests would not
         * For cases where concurrently serving the location and the measurement requests would not
         * consume more power than only the measurement request, the faster rate of the 2 requests
         * consume more power than only the measurement request, the faster rate of the 2 requests