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
Based on the spec For backwards compatibility, if any tag after tag 2 (SESSION_ACTIVE_INTERVAL) is present, then the SESSION_ACTIVE_INTERVAL SHALL also be present.
The spec really doesn't define what should happen if we don't have a local config. The other side would assume GetDefaultMRPConfig(). But it is not entirely clear if these are the same values on both side
The text was updated successfully, but these errors were encountered:
The real question is this: under what conditions would we not have a local config?
tehampson
changed the title
In PairingSession::EncodeSessionParameters figure out what MRP values we should send when providedMrpConfig.HasValue() == false
In PairingSession::EncodeSessionParameters figure out what MRP values we should sent when providedMrpConfig.HasValue() == falseNov 16, 2023
Based on the spec
For backwards compatibility, if any tag after tag 2 (SESSION_ACTIVE_INTERVAL) is present, then the SESSION_ACTIVE_INTERVAL SHALL also be present.
The spec really doesn't define what should happen if we don't have a local config. The other side would assume
GetDefaultMRPConfig()
. But it is not entirely clear if these are the same values on both sideThe text was updated successfully, but these errors were encountered: