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

Commit 69a02f1e authored by Kai's avatar Kai
Browse files

Add email address in Pbap filter

Add email address in Pbap filter.

Bug: 78166201
Test: Pair phone with Car kit.
      Compare pcecontacts.vcf with psecontacts.vcf

Change-Id: I4bb2d19d973fe34bd7bd94957ce43bf933a9a198
(cherry picked from commit e0f6f14c)
parent b509e7d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ class PbapClientConnectionHandler extends Handler {
            PBAP_FEATURE_DEFAULT_IMAGE_FORMAT | PBAP_FEATURE_BROWSING | PBAP_FEATURE_DOWNLOADING;
    private static final long PBAP_REQUESTED_FIELDS =
            PBAP_FILTER_VERSION | PBAP_FILTER_FN | PBAP_FILTER_N | PBAP_FILTER_PHOTO
                    | PBAP_FILTER_ADR | PBAP_FILTER_TEL | PBAP_FILTER_NICKNAME;
                    | PBAP_FILTER_ADR | PBAP_FILTER_EMAIL | PBAP_FILTER_TEL | PBAP_FILTER_NICKNAME;
    private static final int PBAP_V1_2 = 0x0102;
    private static final int L2CAP_INVALID_PSM = -1;