Searched refs:CertLeL2capChannel (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/l2cap/le/cert/ |
D | cert_le_l2cap.py | 32 class CertLeL2capChannel(IEventStream): class 94 self.control_channel = CertLeL2capChannel( 100 self.control_channel = CertLeL2capChannel( 105 …channel = CertLeL2capChannel(self._device, cid, cid, self._get_acl_stream(), self._le_acl, None, 0) 114 channel = CertLeL2capChannel(self._device, scid, 134 channel = CertLeL2capChannel(self._device, scid, dcid, self._get_acl_stream(), self._le_acl,
|