Fix dictionary access part 2

Bug: 65196726
Test: n/a
Change-Id: I5441f7cc97618cb5ca9cbe6554da0a2de74ec0d6
diff --git a/acts/framework/acts/test_utils/bt/bt_test_utils.py b/acts/framework/acts/test_utils/bt/bt_test_utils.py
index 22165e1..8b79621 100644
--- a/acts/framework/acts/test_utils/bt/bt_test_utils.py
+++ b/acts/framework/acts/test_utils/bt/bt_test_utils.py
@@ -909,7 +909,7 @@
         False on Failure
     """
     # Sanity check to see if all the profiles in the given set is supported
-    supported_profiles = [i.value for i in bt_profile_constants]
+    supported_profiles = bt_profile_constants.values()
     for profile in profiles_list:
         if profile not in supported_profiles:
             pri_ad.log.info("Profile {} is not in supported list {}".format(