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

Commit 65377096 authored by Sal Savage's avatar Sal Savage
Browse files

Update BluetoothProfile.getProfileName to include the unknown profile id

Tag: #refactor
Bug: 282988270
Test: atest BluetoothInstrumentationTests
Change-Id: I51c6725bf0b579a48fb12f612eadec6ff1b545bc
parent 8f2c782c
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 + ")";
        }
    }
}