Home
last modified time | relevance | path

Searched defs:OwnAddressType (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py96 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/
Dsmp_test.py92 …async def dut_pair(self, dut_address_type: OwnAddressType, ref_address_type: OwnAddressType) -> Sc…
/aosp_15_r20/external/pandora/avatar/avatar/cases/
Dle_security_test.py210 initiator_addr_type: OwnAddressType,
211 acceptor_addr_type: OwnAddressType,
Dle_host_test.py193 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/
Dpandora.py55 own_address_type: OwnAddressType,
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dhost.proto94 enum OwnAddressType { enum
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py227 class OwnAddressType(enum.IntEnum): class
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py2051 class OwnAddressType(enum.IntEnum): class
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h246 enum class OwnAddressType : uint8_t {PUBLIC_DEVICE_ADDRESS = 0x0,RANDOM_DEVICE_ADDRESS = 0x1,RESOLV… enum