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

Commit 717b0834 authored by Palash Ahuja's avatar Palash Ahuja
Browse files

[BluetoothMetrics] Adding an empty byte array in RFCOMM Metric

Test: m libbluetooth_jni
Flag: EXEMPT, update metrics logging for compilation
Bug: 325537659
Change-Id: Ic0b143f965971ebeab6acc2ab3d889d1919f6078
parent 831986d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -934,7 +934,8 @@ public class AdapterService extends Service {
                        : BluetoothRfcommProtoEnums.SOCKET_SECURITY_INSECURE,
                        : BluetoothRfcommProtoEnums.SOCKET_SECURITY_INSECURE,
                resultCode,
                resultCode,
                isSerialPort,
                isSerialPort,
                appUid);
                appUid,
                new byte[0]);
    }
    }


    @RequiresPermission(
    @RequiresPermission(