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

Commit a859e86b authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: Pretty print LE Audio profile name in logs"

parents bff4c1b4 6525f0d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";
        }