@@ -302,42 +302,6 @@ config CHIP_PERSISTENT_SUBSCRIPTIONS
302
302
# selecting experimental for this feature since there is an issue with multiple controllers.
303
303
select EXPERIMENTAL
304
304
305
- config CHIP_MAX_FABRICS
306
- int "Maximum number of Matter fabrics"
307
- default 5
308
- help
309
- The maximum number of Matter fabrics that device can be joined to.
310
-
311
- config CHIP_MAX_ACTIVE_CASE_CLIENTS
312
- int "Maximum number of outgoing CASE sessions"
313
- default CHIP_MAX_FABRICS if CHIP_PERSISTENT_SUBSCRIPTIONS
314
- default 2
315
- help
316
- The maximum number of outgoing CASE sessions that can be simutaneously handled by the end device.
317
-
318
- config CHIP_MAX_ACTIVE_DEVICES
319
- int "Maximum number of simultaneous connections over CASE"
320
- default CHIP_MAX_FABRICS if CHIP_PERSISTENT_SUBSCRIPTIONS
321
- default 4
322
- help
323
- The maximum number of devices to which the Server implementers will be able to
324
- concurrently connect over CASE and interact with.
325
-
326
- config CHIP_SUBSCRIPTION_RESUMPTION_MIN_RETRY_INTERVAL
327
- int "Minimum subscrpition resumption interval in seconds"
328
- default 20 if CHIP_PERSISTENT_SUBSCRIPTIONS
329
- default 300
330
- help
331
- The minimum interval in seconds before resuming a subsciption that timed out.
332
-
333
- config CHIP_SUBSCRIPTION_RESUMPTION_RETRY_MULTIPLIER
334
- int "The multiplier for suscription resumption retry in seconds"
335
- default 40 if CHIP_PERSISTENT_SUBSCRIPTIONS
336
- default 300
337
- help
338
- The multiplier per subscription resumption retry attempt that is multiplied by the index of Fibonacci sequence
339
- and added to CHIP_SUBSCRIPTION_RESUMPTION_MIN_RETRY_INTERVAL to obtain final wait time for next retry.
340
-
341
305
config CHIP_ENABLE_BDX_LOG_TRANSFER
342
306
bool "Enable BDX transfer for diagnostic logs"
343
307
help
0 commit comments