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
* Maximum number of Attributes that can be stored in the GATT database.
67
+
* Maximum number of attributes that can be stored in the GATT database in addition to the attributes number already defined for the GATT and GAP services
68
+
* (BLE_STACK_NUM_GATT_MANDATORY_ATTRIBUTES value on STM32_BLE middleware, ble_stack.h header file).
68
69
*/
69
70
#defineCFG_BLE_NUM_GATT_ATTRIBUTES (60)
70
71
@@ -108,7 +109,7 @@
108
109
*/
109
110
#ifndef__ZEPHYR__
110
111
#defineCFG_BLE_NUM_EATT_CHANNELS (6)
111
-
#endif
112
+
#endif/* __ZEPHYR__ */
112
113
113
114
/**
114
115
* Maximum number of channels in LE Credit Based Flow Control mode [0-255].
@@ -129,7 +130,7 @@
129
130
#ifndef__ZEPHYR__
130
131
/* It is handled by CMakeLists.txt */
131
132
#defineCFG_BLE_NUM_ADV_SETS (2)
132
-
#endif
133
+
#endif/* __ZEPHYR__ */
133
134
134
135
/**
135
136
* Maximum number of Periodic Advertising with Responses subevents.
@@ -147,7 +148,7 @@
147
148
*/
148
149
#ifndef__ZEPHYR__
149
150
#defineCFG_BLE_NUM_AUX_SCAN_SLOTS (4)
150
-
#endif
151
+
#endif/* __ZEPHYR__ */
151
152
152
153
/**
153
154
* Maximum number of slots for synchronizing to a periodic advertising train,
@@ -156,7 +157,7 @@
156
157
#ifndef__ZEPHYR__
157
158
/* It is handled by CMakeLists.txt */
158
159
#defineCFG_BLE_NUM_SYNC_SLOTS (2)
159
-
#endif
160
+
#endif/* __ZEPHYR__ */
160
161
161
162
/**
162
163
* Two's logarithm of Filter Accept, Resolving and Advertiser list size.
@@ -206,6 +207,12 @@
206
207
#defineCFG_BLE_NUM_CIS_MAX (2U)
207
208
#endif/* __ZEPHYR__ */
208
209
210
+
/**
211
+
* Maximum number of simultaneous Link Layer procedures that can be managed, in addition to the minimum required by the stack.
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
+
*/
214
+
#defineCFG_BLE_EXTRA_LL_PROCEDURE_CONTEXTS (0)
215
+
209
216
/**
210
217
* Size of the internal FIFO used for critical controller events produced by the
0 commit comments