szymon-czapracki commented on code in PR #2019:
URL: https://github.com/apache/mynewt-nimble/pull/2019#discussion_r2073332292
##########
nimble/host/syscfg.yml:
##########
@@ -331,6 +331,19 @@ syscfg.defs:
description: >
MTU used for EATT channels.
value: 128
+ BLE_EATT_AUTO_CONNECT:
+ description: >
+ Enable auto connect for EATT
+ value: 1
+ restrictions:
Review Comment:
Done
##########
nimble/host/syscfg.yml:
##########
@@ -331,6 +331,19 @@ syscfg.defs:
description: >
MTU used for EATT channels.
value: 128
+ BLE_EATT_AUTO_CONNECT:
+ description: >
+ Enable auto connect for EATT
+ value: 1
+ restrictions:
+ - BLE_L2CAP_ENHANCED_COC
+ BLE_EATT_CHAN_PER_CONN:
+ description: >
+ Maximum number of supported EATT channels per connection
+ value: 5
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]