Skip to content

Commit 4fb4ee9

Browse files
committed
Usage_tips.md - Note that the library is threadsafe.
1 parent b001efe commit 4fb4ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Usage_tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Put BLE functions in a task running on the NimBLE stack core
44

55
When commands are sent to the stack from a different core they can experience delays in execution.
6-
This library detects this and invokes the esp32 IPC to reroute these commands through the correct core but this also increases overhead.
6+
This library is threadsafe. It detects calls from other cores and invokes the esp32 IPC to reroute these commands through the correct core but this also increases overhead.
77
Therefore it is highly recommended to create tasks for BLE to run on the same core, the macro `CONFIG_BT_NIMBLE_PINNED_TO_CORE` can be used to set the core.
88
<br/>
99

0 commit comments

Comments
 (0)