/aosp_15_r20/external/pandora/avatar/avatar/ |
D | pandora.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 | 35 from avatar.pandora_client import PandoraClient as PandoraDevice unknown
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ |
D | test_base.py | 58 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/ |
D | PandoraDevice.java | 49 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__.py | 52 hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None] 58 bumble: PandoraDevice,
|
D | device.py | 42 class PandoraDevice: class
|
/aosp_15_r20/external/pandora/avatar/avatar/cases/ |
D | le_security_test.py | 208 initiator: PandoraDevice, 209 acceptor: PandoraDevice,
|
D | security_test.py | 55 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 | 246 async def is_connected(self, device: PandoraDevice, connection: Connection) -> bool:
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/ |
D | asha_test.py | 96 self, ref_device: PandoraDevice, ref_address_type: OwnAddressType, ear: Ear 153 …async def is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float)…
|
D | gatt_test.py | 315 async def is_connected(device: PandoraDevice, connection: Connection) -> bool:
|
D | hap_test.py | 102 async def advertise_hap(self, device: PandoraDevice) -> AioStream[AdvertiseResponse]:
|