Searched refs:_open_unconfigured_channel_from_cert (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_test.py | 69 def _open_unconfigured_channel_from_cert(self, member in L2capTestBase 97 …(dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(signal_id, scid, psm, mode… 226 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert() 251 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert() 264 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert() 289 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(scid=scid) 312 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert() 339 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert() 355 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert() 376 (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(scid=0x41, psm=0x33) [all …]
|
/system/bt/gd/l2cap/le/cert/ |
D | dual_l2cap_test.py | 117 def _open_unconfigured_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): member in DualL2capTest 125 … (dut_channel, cert_channel) = self._open_unconfigured_channel_from_cert(signal_id, scid, psm)
|