Searched defs:OwnAddressType (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/ |
D | asha_test.py | 96 self, ref_device: PandoraDevice, ref_address_type: OwnAddressType, ear: Ear 115 … async def dut_scan_for_asha(self, dut_address_type: OwnAddressType, ear: Ear) -> ScanningResponse: 136 …dvertisement: AioStream[AdvertiseResponse], ref: ScanningResponse, dut_address_type: OwnAddressType 250 ref_address_type: OwnAddressType, 310 dut_address_type: OwnAddressType, 311 ref_address_type: OwnAddressType, 343 dut_address_type: OwnAddressType, 344 ref_address_type: OwnAddressType, 401 dut_address_type: OwnAddressType, 402 ref_address_type: OwnAddressType, [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ |
D | smp_test.py | 92 …async def dut_pair(self, dut_address_type: OwnAddressType, ref_address_type: OwnAddressType) -> Sc…
|
/aosp_15_r20/external/pandora/avatar/avatar/cases/ |
D | le_security_test.py | 210 initiator_addr_type: OwnAddressType, 211 acceptor_addr_type: OwnAddressType,
|
D | le_host_test.py | 193 async def test_connect(self, ref_address_type: OwnAddressType) -> None: 221 async def test_disconnect(self, ref_address_type: OwnAddressType) -> None:
|
/aosp_15_r20/external/pandora/avatar/avatar/ |
D | pandora.py | 55 own_address_type: OwnAddressType,
|
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/ |
D | host.proto | 94 enum OwnAddressType { enum
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 227 class OwnAddressType(enum.IntEnum): class
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hci.py | 2051 class OwnAddressType(enum.IntEnum): class
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 246 enum class OwnAddressType : uint8_t {PUBLIC_DEVICE_ADDRESS = 0x0,RANDOM_DEVICE_ADDRESS = 0x1,RESOLV… enum
|