Bluetooth: doc: Note on thread safety

Add a thread safety section.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
Co-authored-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
This commit is contained in:
Théo Battrel 2022-11-14 13:47:04 +01:00 committed by Fabio Baltieri
parent fb51823228
commit be799f2f78

View file

@ -10,6 +10,15 @@ documentation.
Additional information that is only relevant to Bluetooth applications can be
found in this page.
Thread safety
*************
Calling into the Bluetooth API is intended to be thread safe, unless otherwise
noted in the documentation of the API function. The effort to ensure that this
is the case for all API calls is an ongoing one, but the overall goal is
formally stated in this paragraph. Bug reports and Pull Requests that move the
subsystem in the direction of such goal are welcome.
.. _bluetooth-hw-setup:
Hardware setup