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

Commit 7704e161 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

Change-Id: I21b597911cfc95b76249d65b0d0fa2adc5f2cdbc
parents 616dbe95 2b274073
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);