Searched refs:bt_profile_constants (Results 1 – 5 of 5) sorted by relevance
35 from acts.test_utils.bt.bt_constants import bt_profile_constants201 supported_profiles = bt_profile_constants.values()226 if (bt_profile_constants['headset_client'] not in profile_connected and227 bt_profile_constants['headset_client'] in profiles_set):229 profile_connected.add(bt_profile_constants['headset_client'])230 if (bt_profile_constants['headset'] not in profile_connected and231 bt_profile_constants['headset'] in profiles_set):232 profile_connected.add(bt_profile_constants['headset'])233 if (bt_profile_constants['a2dp'] not in profile_connected and234 bt_profile_constants['a2dp'] in profiles_set):[all …]
41 from acts.test_utils.bt.bt_constants import bt_profile_constants287 supported_profiles = bt_profile_constants.values()318 if (bt_profile_constants['headset_client'] not in profile_connected319 and bt_profile_constants['headset_client'] in profiles_set):321 profile_connected.add(bt_profile_constants['headset_client'])322 if (bt_profile_constants['a2dp'] not in profile_connected323 and bt_profile_constants['a2dp'] in profiles_set):325 profile_connected.add(bt_profile_constants['a2dp'])326 if (bt_profile_constants['a2dp_sink'] not in profile_connected327 and bt_profile_constants['a2dp_sink'] in profiles_set):[all …]
120 bt_profile_constants = { variable
29 from acts.test_utils.bt.bt_constants import bt_profile_constants205 bt_profile_constants['gatt_server'])) !=286 bt_profile_constants['gatt_server'])) !=
29 from acts.test_utils.bt.bt_constants import bt_profile_constants1003 bt_profile_constants['gatt'])1005 bt_profile_constants['gatt_server'])