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
range indicates 6 but help says 3200. Which is it? Or am I missing something?
config BT_PERIPHERAL_PREF_MAX_INT
int "Peripheral preferred maximum connection interval in 1.25ms units"
default 40
range 6 $(UINT16_MAX) if !BT_CONN_PARAM_ANY
^^^
help
Range 3200 to 65534 is invalid. 65535 represents no specific value.
^^^^
@robertinant I don't see the problem here. The documentation is talking about an invalid range, which is different for the Kconfig option range. It's not possible to represent multiple ranges using the Kconfig range directive.
zephyr/subsys/bluetooth/host/Kconfig.gatt
Line 238 in df53184
range
indicates 6 but help says 3200. Which is it? Or am I missing something?Same for
BT_PERIPHERAL_PREF_MIN_INT
zephyr/subsys/bluetooth/host/Kconfig.gatt
Line 231 in df53184
And one more for
BT_PERIPHERAL_PREF_TIMEOUT
The text was updated successfully, but these errors were encountered: