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:
parent
fb51823228
commit
be799f2f78
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ documentation.
|
||||||
Additional information that is only relevant to Bluetooth applications can be
|
Additional information that is only relevant to Bluetooth applications can be
|
||||||
found in this page.
|
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:
|
.. _bluetooth-hw-setup:
|
||||||
|
|
||||||
Hardware setup
|
Hardware setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue