Searched refs:profiles_set (Results 1 – 2 of 2) sorted by relevance
189 def connect_dev_to_headset(pri_droid, dev_to_connect, profiles_set): argument202 for profile in profiles_set:222 pri_droid.log.info("Profiles to be connected {}".format(profiles_set))225 not profile_connected.issuperset(profiles_set)):227 bt_profile_constants['headset_client'] in profiles_set):231 bt_profile_constants['headset'] in profiles_set):234 bt_profile_constants['a2dp'] in profiles_set):238 bt_profile_constants['a2dp_sink'] in profiles_set):242 bt_profile_constants['map_mce'] in profiles_set):246 bt_profile_constants['map'] in profiles_set):[all …]
247 def connect_pri_to_sec(pri_ad, sec_ad, profiles_set, attempts=2): argument267 if _connect_pri_to_sec(pri_ad, sec_ad, profiles_set):275 def _connect_pri_to_sec(pri_ad, sec_ad, profiles_set): argument288 for profile in profiles_set:314 pri_ad.log.info("Profiles to be connected {}".format(profiles_set))317 and not profile_connected.issuperset(profiles_set)):319 and bt_profile_constants['headset_client'] in profiles_set):323 and bt_profile_constants['a2dp'] in profiles_set):327 and bt_profile_constants['a2dp_sink'] in profiles_set):331 and bt_profile_constants['map_mce'] in profiles_set):[all …]