diff --git a/src/com/android/settings/bluetooth/DeviceProfilesSettings.java b/src/com/android/settings/bluetooth/DeviceProfilesSettings.java index c3dc5bc04aa..cee2a53141f 100755 --- a/src/com/android/settings/bluetooth/DeviceProfilesSettings.java +++ b/src/com/android/settings/bluetooth/DeviceProfilesSettings.java @@ -202,7 +202,7 @@ public final class DeviceProfilesSettings extends SettingsPreferenceFragment pref.setOrder(getProfilePreferenceIndex(profile.getOrdinal())); pref.setOnExpandClickListener(this); - int iconResource = profile.getDrawableResource(null); // FIXME: get BT class for this? + int iconResource = profile.getDrawableResource(mCachedDevice.getBtClass()); if (iconResource != 0) { pref.setProfileDrawable(getResources().getDrawable(iconResource)); }