Bluetooth: Pretty print LE Audio profile name in logs

Bug: 159786353
Change-Id: I1157a34fa91883a861ff0573431009823c2cd8b1
This commit is contained in:
Jakub Pawlowski
2021-12-02 17:59:09 +01:00
parent f7a480d824
commit 6525f0d6b9

View File

@@ -436,6 +436,8 @@ public interface BluetoothProfile {
return "OPP";
case HEARING_AID:
return "HEARING_AID";
case LE_AUDIO:
return "LE_AUDIO";
default:
return "UNKNOWN_PROFILE";
}