Merge "Bluetooth: Pretty print LE Audio profile name in logs" am: a859e86b5c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909186 Change-Id: I3568f5bf39a7438a1d7f82f4622078eb0080c958
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user