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

Commit bf2e100d authored by Sal Savage's avatar Sal Savage Committed by Automerger Merge Worker
Browse files

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

parents 67f9bf30 b8c82cdf
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 + ")";
        }
    }
}