Searched defs:Ear (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Bluetooth/android/pandora/test/ |
| D | asha_test.py | 44 class Ear(enum.IntEnum): class 90 self, ref_device: PandoraDevice, ref_address_type: OwnAddressType, ear: Ear 109 … async def dut_scan_for_asha(self, dut_address_type: OwnAddressType, ear: Ear) -> ScanningResponse: 155 def get_expected_advertisement_data(self, ear: Ear) -> str: 212 ear: Ear, 313 …async def ref_device_connect(ref_device: BumblePandoraDevice, ear: Ear) -> Tuple[Connection, Conne… 459 …async def ref_device_connect(ref_device: BumblePandoraDevice, ear: Ear) -> Tuple[Connection, Conne… 594 disconnect_device: Ear, 638 self, dut_address_type: OwnAddressType, ref_address_type: OwnAddressType, tested_device: Ear 727 …async def ref_device_connect(ref_device: BumblePandoraDevice, ear: Ear) -> Tuple[Connection, Conne… [all …]
|