Skip to content

Commit e366930

Browse files
committed
Usage_tips.md - Note that the library is threadsafe.
1 parent 9299539 commit e366930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)