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

Commit 2dfddd77 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[BluetoothMetrics] Adding an empty byte array in RFCOMM Metric" into main

parents 0a4c694e 717b0834
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -934,7 +934,8 @@ public class AdapterService extends Service {
                        : BluetoothRfcommProtoEnums.SOCKET_SECURITY_INSECURE,
                resultCode,
                isSerialPort,
                appUid);
                appUid,
                new byte[0]);
    }

    @RequiresPermission(