Home
last modified time | relevance | path

Searched defs:accept_pairing (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/legacy/display_output_only/
Dtests.py46 async def accept_pairing(self): member in BLELegDisplayOnlyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/br_edr/ssp/no_output_no_input/
Dtests.py45 async def accept_pairing(self): member in BREDRNoOutputNoInputTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/legacy/display_output_and_yes_no_input/
Dtests.py46 async def accept_pairing(self): member in BLELegDisplayYesNoTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/sc/display_output_and_yes_no_input/
Dtests.py46 async def accept_pairing(self): member in BLESCDisplayYesNoTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/br_edr/ssp/display_output_and_yes_no_input/
Dtests.py45 async def accept_pairing(self): member in BREDRDisplayYesNoTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/sc/display_output_only/
Dtests.py46 async def accept_pairing(self): member in BLESCDisplayOnlyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/legacy/keyboard_input_only/
Dtests.py46 async def accept_pairing(self): member in BLELegKbdOnlyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/br_edr/ssp/keyboard_input_only/
Dtests.py43 async def accept_pairing(self): member in BREDRKeyboardOnlyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/legacy/no_output_no_input/
Dtests.py45 async def accept_pairing(self): member in BLELegNoInputNoOutputTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/sc/display_output_and_keyboard_input/
Dtests.py46 async def accept_pairing(self): member in BLESCDisplayKbdTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/br_edr/ssp/display_output_only/
Dtests.py45 async def accept_pairing(self): member in BREDRDisplayOnlyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/legacy/display_output_and_keyboard_input/
Dtests.py46 async def accept_pairing(self): member in BLELegDisplayKbdTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/sc/no_output_no_input/
Dtests.py46 async def accept_pairing(self): member in BLESCNoInputNoOutputTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/ble/sc/keyboard_input_only/
Dtests.py46 async def accept_pairing(self): member in BLESCKbdOnlyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/br_edr/legacy/
Dtests.py42 async def accept_pairing(self): member in BREDRLegacyTestClass
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/br_edr/misc/
Dservice_access_tests.py73 async def accept_pairing(self): member in ServiceAccessTempBondingTest
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/pairing/
Dtest_base.py136 async def accept_pairing(self): member in PairTestBase
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Da2dp_test.py76 async def accept_pairing(device, address) -> Connection: function