Home
last modified time | relevance | path

Searched defs:auto_confirm (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py1306 def pair_pri_to_sec(pri_ad, sec_ad, attempts=2, auto_confirm=True): argument
1344 def _pair_pri_to_sec(pri_ad, sec_ad, auto_confirm): argument
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py4636 async def auto_confirm() -> bool: function