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

Commit 2727f4ca authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix typo of getting sdp_feature in hf_client" into main

parents 6afa231d b130b653
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);