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

Commit d824d25f 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

am: 6450a548

Change-Id: I2b1e7861c6aa03f635cf4492a07197e77c383e35
parents 380e59a1 6450a548
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);