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: docs/Usage_tips.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
1
# Usage Tips
2
2
3
-
## Put BLE functions in a task running on the NimBLE stack core
3
+
## Threadsafety
4
4
5
-
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.
7
-
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.
8
-
<br/>
5
+
This library is threadsafe. Attribues can be manipulated freely.
9
6
10
7
## Do not delete client instances unless necessary or unused
0 commit comments