Searched defs:PandoraDevice (Results 1 – 8 of 8) sorted by relevance
/external/pandora/avatar/avatar/ |
D | pandora_snippet.py | 30 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__.py | 36 from avatar.pandora_client import PandoraClient as PandoraDevice unknown
|
/external/python/bumble/bumble/pandora/ |
D | __init__.py | 52 hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None] 58 bumble: PandoraDevice,
|
D | device.py | 42 class PandoraDevice: class
|
/external/pandora/avatar/avatar/cases/ |
D | le_security_test.py | 208 initiator: PandoraDevice, 209 acceptor: PandoraDevice,
|
D | security_test.py | 56 async def le_connect_with_rpa_and_encrypt(central: PandoraDevice, peripheral: PandoraDevice) -> Non…
|
D | host_test.py | 131 async def is_connected(self, device: PandoraDevice, connection: Connection) -> bool:
|
D | le_host_test.py | 332 async def is_connected(self, device: PandoraDevice, connection: Connection) -> bool:
|