Searched refs:bt_profile_constants (Results 1 – 5 of 5) sorted by relevance
32 from acts.test_utils.bt.bt_constants import bt_profile_constants164 supported_profiles = bt_profile_constants.values()192 if (bt_profile_constants['headset_client'] not in profile_connected and193 bt_profile_constants['headset_client'] in profiles_set):195 profile_connected.add(bt_profile_constants['headset_client'])196 if (bt_profile_constants['headset'] not in profile_connected and197 bt_profile_constants['headset'] in profiles_set):198 profile_connected.add(bt_profile_constants['headset'])199 if (bt_profile_constants['a2dp'] not in profile_connected and200 bt_profile_constants['a2dp'] in profiles_set):[all …]
54 from acts.test_utils.bt.bt_constants import bt_profile_constants712 if bt_profile_constants['a2dp_sink'] == profile:715 elif bt_profile_constants['headset_client'] == profile:718 elif bt_profile_constants['pbap_client'] == profile:883 supported_profiles = bt_profile_constants.values()914 if (bt_profile_constants['headset_client'] not in profile_connected915 and bt_profile_constants['headset_client'] in profiles_set):917 profile_connected.add(bt_profile_constants['headset_client'])918 if (bt_profile_constants['a2dp'] not in profile_connected919 and bt_profile_constants['a2dp'] in profiles_set):[all …]
118 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_constants990 bt_profile_constants['gatt'])992 bt_profile_constants['gatt_server'])