Lines Matching refs:dcid
42 def __init__(self, device, scid, dcid, acl_stream, acl, control_channel, fcs=None): argument
45 self._dcid = dcid
152 dcid = request.GetDestinationCid()
153 if dcid not in self.parent.scid_to_channel:
156 self.parent.scid_to_channel[dcid].send_configuration_response(request, result, options)
220 dcid = request.get().GetSourceCid()
222 scid = dcid
223 …channel = CertL2capChannel(self._device, scid, dcid, self._acl.acl_stream, self._acl, self.control…
227 sid, scid, dcid, l2cap_packets.ConnectionResponseResult.SUCCESS,
241 dcid = request.get().GetSourceCid()
242 scid = dcid
243 …channel = CertL2capChannel(self._device, scid, dcid, self._acl.acl_stream, self._acl, self.control…
248 …0x03, sid, 0x08, 0x00, dcid, 0x00, dcid, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, sid + 1, 0x04, 0x00, …
271 dcid = request.GetDestinationCid()
272 if dcid not in self.scid_to_channel:
278 dcid = captured_request_view.GetDestinationCid()
279 if dcid not in self.scid_to_channel:
281 self.scid_to_channel[dcid].send_configuration_response(captured_request_view)
345 dcid = disconnection_request.GetDestinationCid()
346 disconnection_response = l2cap_packets.DisconnectionResponseBuilder(sid, dcid, scid)