Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8c82cdf authored by Sal Savage's avatar Sal Savage Committed by Gerrit Code Review
Browse files

Merge "Update BluetoothProfile.getProfileName to include the unknown profile id"

parents a0a58576 65377096
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ public interface BluetoothProfile {
            case BATTERY:
                return "BATTERY";
            default:
                return "UNKNOWN_PROFILE";
                return "UNKNOWN_PROFILE (" + profile + ")";
        }
    }
}