Searched refs:supports_ertm (Results 1 – 2 of 2) sorted by relevance
396 def InformationResponseExtendedFeatures(supports_ertm=None, argument401 packet, supports_ertm, supports_streaming, supports_fcs, supports_fixed_channels)660 …def _is_matching_information_response_extended_features(packet, supports_ertm, supports_streaming,… argument667 if supports_ertm is not None and features.GetEnhancedRetransmissionMode() != supports_ertm:
468 …tThat(control_channel).emits(L2capMatchers.InformationResponseExtendedFeatures(supports_ertm=True))