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

Commit 2a23cb75 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by Sanket Agarwal
Browse files

Owner Card

Start phonebook download at card 1 to skip owner card.

bug: 29127941
Change-Id: I1d85cb4a6a372a707081aee7dd4936c83babf888
(cherry picked from commit 0ac9cfe106b82a1c58d859c1fbb0181a654af9b4)
parent 87d895ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -157,9 +157,10 @@ class PbapClientConnectionHandler extends Handler {
                        Log.e(TAG,"Account creation failed.");
                        return;
                    }
                    // Start at contact 1 to exclued Owner Card PBAP 1.1 sec 3.1.5.2
                    BluetoothPbapRequestPullPhoneBook request =
                            new BluetoothPbapRequestPullPhoneBook(PB_PATH, mAccount, 0,
                            VCARD_TYPE_21, 0, 0);
                            VCARD_TYPE_21, 0, 1);
                    request.execute(mObexSession);
                    PhonebookPullRequest processor =
                        new PhonebookPullRequest(mPbapClientStateMachine.getContext(), mAccount);