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: lib/stm32wb0/BLE_TransparentMode/Core/Inc/app_conf.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,9 @@
211
211
* Maximum number of simultaneous Link Layer procedures that can be managed, in addition to the minimum required by the stack.
212
212
* The minimum number guarantees one LL procedure initiated by the peer for each link, one LL procedure automatically initiated by the Controller and one LL procedure initiated by the Host.
213
213
*/
214
+
#ifndef__ZEPHYR__
214
215
#defineCFG_BLE_EXTRA_LL_PROCEDURE_CONTEXTS (0)
216
+
#endif/* __ZEPHYR__ */
215
217
216
218
/**
217
219
* Size of the internal FIFO used for critical controller events produced by the
0 commit comments