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

Commit c6f2dd7c authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

stack::sdp [9/12] handle.SDP_AddLanguageBaseAttrIDList am: a84d4d5d

parents f679cea5 a84d4d5d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -93,9 +93,11 @@ uint32_t pan_register_with_sdp(uint16_t uuid, const char* p_name,
      (uint8_t*)(pan_proto_elem_data + 2));

  /* Language base */
  get_legacy_stack_sdp_api()->handle.SDP_AddLanguageBaseAttrIDList(
  if (!get_legacy_stack_sdp_api()->handle.SDP_AddLanguageBaseAttrIDList(
          sdp_handle, LANG_ID_CODE_ENGLISH, LANG_ID_CHAR_ENCODE_UTF8,
      LANGUAGE_BASE_ID);
          LANGUAGE_BASE_ID)) {
    log::warn("Unable to add SDP language base attribute");
  }

  /* Profile descriptor list */
  if (!get_legacy_stack_sdp_api()->handle.SDP_AddProfileDescriptorList(