Searched refs:establish_le_connection_peripheral (Results 1 – 3 of 3) sorted by relevance
62 acl_connection_handle = await self.establish_le_connection_peripheral(peer_address)
66 acl_connection_handle = await self.establish_le_connection_peripheral(peer_address)
443 async def establish_le_connection_peripheral(self, peer_address: hci.Address) -> int: member in ControllerTest