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

Commit 065432aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "stack::sdp [11/12] handle.SDP_AddUuidSequence" into main

parents 22c52695 9cc80376
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -137,8 +137,11 @@ uint32_t pan_register_with_sdp(uint16_t uuid, const char* p_name,
  }

  /* Make the service browsable */
  get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
      sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse_list);
  if (!get_legacy_stack_sdp_api()->handle.SDP_AddUuidSequence(
          sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse_list)) {
    log::warn("Unable to add SDP uuid sequence browse group list handle:{}",
              sdp_handle);
  }

  return sdp_handle;
}