Searched refs:bt_profile_constants (Results 1 – 5 of 5) sorted by relevance
36 from acts.test_utils.bt.bt_constants import bt_profile_constants204 supported_profiles = bt_profile_constants.values()229 if (bt_profile_constants['headset_client'] not in profile_connected and230 bt_profile_constants['headset_client'] in profiles_set):232 profile_connected.add(bt_profile_constants['headset_client'])233 if (bt_profile_constants['headset'] not in profile_connected and234 bt_profile_constants['headset'] in profiles_set):235 profile_connected.add(bt_profile_constants['headset'])236 if (bt_profile_constants['a2dp'] not in profile_connected and237 bt_profile_constants['a2dp'] in profiles_set):[all …]
40 from acts.test_utils.bt.bt_constants import bt_profile_constants274 supported_profiles = bt_profile_constants.values()305 if (bt_profile_constants['headset_client'] not in profile_connected306 and bt_profile_constants['headset_client'] in profiles_set):308 profile_connected.add(bt_profile_constants['headset_client'])309 if (bt_profile_constants['a2dp'] not in profile_connected310 and bt_profile_constants['a2dp'] in profiles_set):312 profile_connected.add(bt_profile_constants['a2dp'])313 if (bt_profile_constants['a2dp_sink'] not in profile_connected314 and bt_profile_constants['a2dp_sink'] in profiles_set):[all …]
119 bt_profile_constants = { variable
29 from acts.test_utils.bt.bt_constants import bt_profile_constants207 bt_profile_constants['gatt_server'])) !=288 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'])