Home
last modified time | relevance | path

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

/aosp_15_r20/external/pandora/avatar/avatar/
Dpandora.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__.py35 from avatar.pandora_client import PandoraClient as PandoraDevice unknown
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/
Dtest_base.py58 def acl_initiator(self, acl_initiator: PandoraDevice): member in PairTestBase
66 def acl_responder(self, acl_responder: PandoraDevice): member in PairTestBase
74 def service_initiator(self, service_initiator: PandoraDevice): member in PairTestBase
82 def service_responder(self, service_responder: PandoraDevice): member in PairTestBase
90 def pairing_initiator(self, pairing_initiator: PandoraDevice): member in PairTestBase
105 def pairing_responder(self, pairing_responder: PandoraDevice): member in PairTestBase
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java49 public final class PandoraDevice extends ExternalResource { class
56 public PandoraDevice(String networkAddress, int port) { in PandoraDevice() method in PandoraDevice
61 public PandoraDevice() { in PandoraDevice() method in PandoraDevice
/aosp_15_r20/external/python/bumble/bumble/pandora/
D__init__.py52 hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None]
58 bumble: PandoraDevice,
Ddevice.py42 class PandoraDevice: class
/aosp_15_r20/external/pandora/avatar/avatar/cases/
Dle_security_test.py208 initiator: PandoraDevice,
209 acceptor: PandoraDevice,
Dsecurity_test.py55 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.py246 async def is_connected(self, device: PandoraDevice, connection: Connection) -> bool:
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py96 self, ref_device: PandoraDevice, ref_address_type: OwnAddressType, ear: Ear
153 …async def is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float)…
Dgatt_test.py315 async def is_connected(device: PandoraDevice, connection: Connection) -> bool:
Dhap_test.py102 async def advertise_hap(self, device: PandoraDevice) -> AioStream[AdvertiseResponse]: