File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 288
288
289
289
/** @brief Maximum number of connection oriented channels */
290
290
#define CONFIG_BT_NIMBLE_L2CAP_COC_MAX_NUM 0
291
-
292
291
#define CONFIG_BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT 1
293
292
#define CONFIG_BT_NIMBLE_EATT_CHAN_NUM 0
294
293
#define CONFIG_BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION -1
295
294
#define CONFIG_BT_NIMBLE_GATT_MAX_PROCS 4
296
-
297
- #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL 1
298
- #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_ITVL 1000
299
- #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_THRESH 2
300
- #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT 1
301
-
302
295
#define CONFIG_BT_NIMBLE_HS_STOP_TIMEOUT_MS 2000
303
296
304
297
#ifndef CONFIG_BT_ENABLED
@@ -343,6 +336,13 @@ defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
343
336
#define CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE 1
344
337
#endif
345
338
339
+ #ifdef CONFIG_IDF_TARGET_ESP32
340
+ #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL 1
341
+ #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_ITVL 1000
342
+ #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_THRESH 2
343
+ #define CONFIG_BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT 1
344
+ #endif
345
+
346
346
#if !defined(CONFIG_BT_CONTROLLER_DISABLED )
347
347
#define CONFIG_BT_CONTROLLER_DISABLED 0
348
348
#endif
You can’t perform that action at this time.
0 commit comments