Home
last modified time | relevance | path

Searched refs:ConnectLE (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py66 … dut_ref = self.dut.host.ConnectLE(public=self.ref.address, own_address_type=RANDOM).connection
87 … ref_dut = self.ref.host.ConnectLE(own_address_type=RANDOM, **dut.address_asdict()).connection
102 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…
Daics_test.py56 …dut_ref_connection = self.dut.host.ConnectLE(public=self.ref.address, own_address_type=RANDOM).con…
Dasha_test.py143 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()),
Dhap_test.py129 self.dut.aio.host.ConnectLE(own_address_type=RANDOM, **ref.address_asdict()),
/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py106 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()),
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dsm.py55 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
Dgap.py186 … self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
215 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=address).connection
972 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
Dvcp.py63 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
Dhap.py262 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
Dhogp.py64 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
Dl2cap.py405 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
Dgatt.py96 self.connection = self.host.ConnectLE(own_address_type=RANDOM, public=pts_addr).connection
/packages/modules/Bluetooth/android/pandora/test/pairing/ble/
Dtest_base.py93 self.acl_initiator.aio.host.ConnectLE(
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py240 async def ConnectLE(self, request: host_pb2.ConnectLERequest, member in HostService