Searched refs:supports_ertm (Results 1 – 2 of 2) sorted by relevance
282 def InformationResponseExtendedFeatures(supports_ertm=None, argument287 packet, supports_ertm, supports_streaming, supports_fcs, supports_fixed_channels)546 …def _is_matching_information_response_extended_features(packet, supports_ertm, supports_streaming,… argument553 if supports_ertm is not None and features.GetEnhancedRetransmissionMode() != supports_ertm:
467 …tThat(control_channel).emits(L2capMatchers.InformationResponseExtendedFeatures(supports_ertm=True))