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

Commit 6450a548 authored by Martin Brabham's avatar Martin Brabham Committed by android-build-merger
Browse files

Merge "PBAP: Add NewMissedCall parameter when folder is MCH." am: 2b274073

am: 7704e161

Change-Id: I12f88f3fa51e754b0ee114f8df047a0fd93fdff0
parents 13ac0c7a 7704e161
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -986,6 +986,8 @@ public class BluetoothPbapObexServer extends ServerRequestHandler {

                nmnum = nmnum > 0 ? nmnum : 0;
                misnum[0] = (byte) nmnum;
                ap.addAPPHeader(ApplicationParameter.TRIPLET_TAGID.NEWMISSEDCALLS_TAGID,
                        ApplicationParameter.TRIPLET_LENGTH.NEWMISSEDCALLS_LENGTH, misnum);
                if (D) {
                    Log.d(TAG, "handleAppParaForResponse(): mNeedNewMissedCallsNum=true,  num= "
                            + nmnum);