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

Commit 2c6bc101 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android (Google) Code Review
Browse files

Merge "fix wrong PBAP profile SDP record which may cause some carkit interop problem." into klp-dev

parents 3b114d98 28ccccb1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -187,8 +187,6 @@ static int add_pbap_sdp(const char* p_service_name, int scn)
    /* add supported feature and repositories */
    if (status)
    {
        SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_FEATURES, UINT_DESC_TYPE,
                  (UINT32)1, (UINT8*)&p_bta_pbs_cfg->supported_features);
        SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_REPOSITORIES, UINT_DESC_TYPE,
                  (UINT32)1, (UINT8*)&p_bta_pbs_cfg->supported_repositories);