Searched refs:ConnectLE (Results 1 – 14 of 14) sorted by relevance
66 … dut_ref = self.dut.host.ConnectLE(public=self.ref.address, own_address_type=RANDOM).connection87 … ref_dut = self.ref.host.ConnectLE(own_address_type=RANDOM, **dut.address_asdict()).connection102 dut_connection_to_ref = (await self.dut.aio.host.ConnectLE(public=self.ref.address,257 …ref_dut = (await self.ref.aio.host.ConnectLE(own_address_type=RANDOM, **dut.address_asdict())).con…300 …dut_ref_connection = self.dut.host.ConnectLE(public=self.ref.address, own_address_type=RANDOM).con…
56 …dut_ref_connection = self.dut.host.ConnectLE(public=self.ref.address, own_address_type=RANDOM).con…
143 self.dut.aio.host.ConnectLE(own_address_type=dut_address_type, **ref.address_asdict()),428 … await self.dut.aio.host.ConnectLE(own_address_type=dut_address_type, **ref.address_asdict())603 self.dut.aio.host.ConnectLE(own_address_type=dut_address_type, **ref.address_asdict()),692 … self.dut.aio.host.ConnectLE(own_address_type=dut_address_type, **ref_left.address_asdict()),706 … self.dut.aio.host.ConnectLE(own_address_type=dut_address_type, **ref_right.address_asdict()),
129 self.dut.aio.host.ConnectLE(own_address_type=RANDOM, **ref.address_asdict()),
106 self.dut.aio.host.ConnectLE(own_address_type=dut_address_type, **ref.address_asdict()),192 self.dut.aio.host.ConnectLE(own_address_type=RANDOM, **ref.address_asdict()),228 self.dut.aio.host.ConnectLE(own_address_type=RANDOM, **ref.address_asdict()),
55 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
186 … self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection215 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=address).connection972 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
63 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
262 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
64 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
405 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
96 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
93 self.acl_initiator.aio.host.ConnectLE(
240 async def ConnectLE(self, request: host_pb2.ConnectLERequest, member in HostService