Searched refs:_open_channel_from_dut (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/le/cert/ |
D | dual_l2cap_test.py | 106 def _open_channel_from_dut(self, psm=0x33, our_scid=None): member in DualL2capTest 149 (dut_channel, cert_channel) = self._open_channel_from_dut(0x33, 0x70)
|
D | le_l2cap_test.py | 124 def _open_channel_from_dut(self, psm=0x33): member in LeL2capTest 163 self._open_channel_from_dut() 324 (dut_channel, cert_channel) = self._open_channel_from_dut()
|
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_test.py | 112 def _open_channel_from_dut(self, psm=0x33, mode=RetransmissionFlowControlMode.BASIC): member in L2capTestBase 172 (dut_channel, cert_channel) = self._open_channel_from_dut() 1222 self._open_channel_from_dut(psm=0x33, mode=RetransmissionFlowControlMode.ERTM)
|