Lines Matching refs:scid
71 scid=0x0101, argument
77 cert_channel = self.cert_l2cap.open_channel(signal_id, psm, scid, fcs=fcs)
83 scid=0x0101, argument
89 request_matcher = L2capMatchers.ConfigurationRequestView(scid)
97 …(dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(signal_id, scid, psm, mode…
140 (dut_channel, cert_channel) = self._open_channel_from_cert(scid=0x41, psm=0x33)
150 self._open_channel_from_cert(signal_id=1, scid=0x41, psm=0x41)
151 self._open_channel_from_cert(signal_id=2, scid=0x43, psm=0x43)
284 scid = 0x41
286 L2capMatchers.ConfigurationRequestView(scid)).then().send_configuration_response(
289 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(scid=scid)
300 (dut_channel, cert_channel) = self._open_channel_from_cert(scid=0x41, psm=0x33)
376 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(scid=0x41, psm=0x33)
1207 …self._open_unconfigured_channel_from_cert(scid=0x41, psm=0x33, mode=RetransmissionFlowControlMode.…