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

Commit 81c570c3 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 2c6bc101: Merge "fix wrong PBAP profile SDP record which may cause some...

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

* commit '2c6bc101':
  fix wrong PBAP profile SDP record which may cause some carkit interop problem.
parents e7a106a5 2c6bc101
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);