Home
last modified time | relevance | path

Searched refs:select_device_by_user_input (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tools/tcat_ble_client/
H A Dbbtc.py43 from utils import select_device_by_user_input, quit_with_reason
127 device = select_device_by_user_input(tcat_devices)
/aosp_15_r20/external/openthread/tools/tcat_ble_client/cli/
H A Dbase_commands.py39 from utils import select_device_by_user_input
244 device = select_device_by_user_input(tcat_devices)
/aosp_15_r20/external/openthread/tools/tcat_ble_client/utils/
H A D__init__.py51 def select_device_by_user_input(tcat_devices): function