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

Commit ce7d27c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo of getting sdp_feature in hf_client" into main am: 2727f4ca

parents 1a4452ef 2727f4ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ bool bta_hf_client_add_record(const char* p_service_name, uint8_t scn, tBTA_HF_C

  /* Support swb */
  if (features & BTA_HF_CLIENT_FEAT_SWB) {
    features |= BTA_HF_CLIENT_FEAT_SWB_SUPPORT;
    sdp_features |= BTA_HF_CLIENT_FEAT_SWB_SUPPORT;
  }

  UINT16_TO_BE_FIELD(buf, sdp_features);