Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -741,6 +741,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler { ApplicationParameter.TRIPLET_LENGTH.PHONEBOOKSIZE_LENGTH, pbsize); if (mNeedNewMissedCallsNum) { mNeedNewMissedCallsNum = false; int nmnum = size - mMissedCallSize; mMissedCallSize = size; Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -741,6 +741,7 @@ public class BluetoothPbapObexServer extends ServerRequestHandler { ApplicationParameter.TRIPLET_LENGTH.PHONEBOOKSIZE_LENGTH, pbsize); if (mNeedNewMissedCallsNum) { mNeedNewMissedCallsNum = false; int nmnum = size - mMissedCallSize; mMissedCallSize = size; Loading