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

Commit a84d4d5d authored by Chris Manton's avatar Chris Manton
Browse files

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

Bug: 339311914
Test: m .
Flag: EXEMPT, Logging Change

Change-Id: I1d843070bd5e6cc23a954953102695230a74e41c
parent 020dadc9
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(