Searched refs:bt_profile_constants (Results 1 – 3 of 3) sorted by relevance
35 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants200 supported_profiles = bt_profile_constants.values()225 if (bt_profile_constants['headset_client'] not in profile_connected and226 bt_profile_constants['headset_client'] in profiles_set):228 profile_connected.add(bt_profile_constants['headset_client'])229 if (bt_profile_constants['headset'] not in profile_connected and230 bt_profile_constants['headset'] in profiles_set):231 profile_connected.add(bt_profile_constants['headset'])232 if (bt_profile_constants['a2dp'] not in profile_connected and233 bt_profile_constants['a2dp'] in profiles_set):[all …]
120 bt_profile_constants = { variable
29 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants1003 bt_profile_constants['gatt'])1005 bt_profile_constants['gatt_server'])