Skip to content

Commit

Permalink
doc: lwm2m_location_assistance result callback
Browse files Browse the repository at this point in the history
Add a paragraph about the result callback in the
lwm2m location assistance documentation.

Signed-off-by: Jarno Lämsä <jarno.lamsa@nordicsemi.no>
  • Loading branch information
Jarno Lämsä authored and rlubos committed Jul 7, 2023
1 parent 9a5c20e commit 851f1f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/nrf/libraries/networking/lwm2m_location_assistance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ It can have three different values:
The library has a resend handler for the temporary error code.
You can initialize it with the :c:func:`location_assistance_init_resend_handler` function.
It uses an exponential backoff for scheduling the resends.
You can also set your own callbacks for the result code for better control of the application.

The library has a callback handler for the result code.
You can set your own callback with the :c:func:`location_assistance_set_result_code_cb` function.
It is called whenever the request has been handled.

Using A-GPS and P-GPS simultaneously
====================================
Expand Down

0 comments on commit 851f1f6

Please sign in to comment.