You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/samples/sid_end_device.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,15 @@ The following configuration arguments are available during the build process for
172
172
173
173
* To enable support for the downlink file transfer over Bluetooth LE, use the ``-DCONFIG_SIDEWALK_FILE_TRANSFER=y`` build flag.
174
174
175
+
Sidewalk Location services support
176
+
===================================
177
+
178
+
The Sidewalk Location services support is enabled by default in Sidewalk libraries.
179
+
To test the location services, you can use the Sidewalk Location CLI from DUT variant with ``CONFIG_SIDEWALK_LOCATION_SHELL=y``.
180
+
The location services are available over Bluetooth LE, WiFi and GNSS (lr1110 radio is necessary for GNSS support). BLE only library supports only Bluetooth LE link mode.
181
+
.. TBD: Add link to the Location Services API documentation.
182
+
For more details, see the `Amazon Sidewalk Location Services API documentation`_.
0 commit comments