Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py498 def is_a2dp_connected(pri_ad, headset_mac_address): argument
511 if device["address"] == headset_mac_address:
516 def media_stream_check(pri_ad, duration, headset_mac_address): argument
530 if not is_a2dp_connected(pri_ad, headset_mac_address):
555 def music_play_and_check(pri_ad, headset_mac_address, music_to_play, duration): argument
577 if not media_stream_check(pri_ad, stream_time, headset_mac_address):
587 def music_play_and_check_via_app(pri_ad, headset_mac_address): argument
605 if not is_a2dp_connected(pri_ad, headset_mac_address):
656 def pair_and_connect_headset(pri_ad, headset_mac_address, profile_to_connect): argument
667 if not pair_dev_to_headset(pri_ad, headset_mac_address):
[all …]