OSDN Git Service

PBAP: New Missed calls parameter not set correctly
authorkschulz <k.schulz@samsung.com>
Wed, 19 Feb 2014 07:39:51 +0000 (08:39 +0100)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 10 Jul 2015 08:04:54 +0000 (08:04 +0000)
commitff33061e763656438daea7249e45e38b8a174288
treed72bc723777ba4accc0b524e71b672d6fb2481e1
parent9e78435c8538516635e377720cabec0f2c0e1d71
PBAP: New Missed calls parameter not set correctly

When a PCE pull the missed-calls-phonebook (mch.vcf) from the PSE, a parameter
stating the number of _new_ missed calls must be included in the reply.
Currently the parameter is included but it is always set to zero, which is
incorrect.
This fix corrects the variable used for new missed calls

Bug: 13022843
Change-Id: I6094c50a76711cfff9347596d70ac2300cfbb543
src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java