Home
last modified time | relevance | path

Searched refs:start_advertising_and_scanning (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/ble/performance/
DBleRangeTest.py29 from acts_contrib.test_utils.bt.ble_performance_test_utils import start_advertising_and_scanning
224 adv_callback, scan_callback = start_advertising_and_scanning(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dble_performance_test_utils.py291 def start_advertising_and_scanning(client_ad, server_ad, Legacymode=True): function