Home
last modified time | relevance | path

Searched defs:PandoraDevice (Results 1 – 8 of 8) sorted by relevance

/external/pandora/avatar/avatar/
Dpandora_snippet.py30 def get_raw_connection_handle(device: PandoraDevice, connection: Connection) -> int:
35 def get_raw_connection(device: PandoraDevice, connection: Connection) -> Optional[BumbleConnection]:
40 async def connect(initiator: PandoraDevice, acceptor: PandoraDevice) -> Tuple[Connection, Connectio…
52 initiator: PandoraDevice,
D__init__.py36 from avatar.pandora_client import PandoraClient as PandoraDevice unknown
/external/python/bumble/bumble/pandora/
D__init__.py52 hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None]
58 bumble: PandoraDevice,
Ddevice.py42 class PandoraDevice: class
/external/pandora/avatar/avatar/cases/
Dle_security_test.py208 initiator: PandoraDevice,
209 acceptor: PandoraDevice,
Dsecurity_test.py56 async def le_connect_with_rpa_and_encrypt(central: PandoraDevice, peripheral: PandoraDevice) -> Non…
Dhost_test.py131 async def is_connected(self, device: PandoraDevice, connection: Connection) -> bool:
Dle_host_test.py332 async def is_connected(self, device: PandoraDevice, connection: Connection) -> bool: