Skip to content

Conversation

@barbibulle
Copy link
Collaborator

This allows setting shorter connection intervals with controllers that support the feature (introduced in spec version 6.2)

@barbibulle barbibulle requested a review from zxzxwu January 22, 2026 21:55
frame_space_min: int = field(metadata=metadata(2))
frame_space_max: int = field(metadata=metadata(2))
phys: int = field(metadata=PhyBit.type_metadata(1))
spacing_types: int = field(metadata=SpacingType.type_metadata(1))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be SpacingType.type_metadata(2)?
image

)

if self.cis_enabled:
if self.cis_enabled and self.host.supports_command(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am thinking if we should have some warning if some configs cannot be fulfilled due to the lack of support in controller, but it will make the flow control a bit too long-winded here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants