From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C06B930BBA5 for ; Wed, 28 Jan 2026 16:00:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.30.252.204 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769616016; cv=none; b=hHWZLetyBKXCgZsUHNtGvkyuUzbZxdER0bb4hniufrUFvG5K7Yf+5Dx6gXsz7TZat4DOU0EXwJaJjsr23idpxT2BpIv0r1SI57lcgF2ZuetxEcGxA3bfrHnQ0Ivr4Hoh98qj7FaGqkv1KNcMuc/oXfw7eqX3Rw3wD5IV1031Jq0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769616016; c=relaxed/simple; bh=uVVUFyqksOMHKRTTAMVXKnuwR/5m0lKD1egE7WsW0jQ=; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type; b=Z5UxaSCRapidKUDu6lmmHj4AHtishSwyQ51r0DfdpL8hMQGVTcyxJIzQrx8kb7zke0JV6ma9XDKADbwNRHUTk4IlUbErZzqIAaP0SRQdz2zVUl6t77cypJBT1/1rtwQDM8Ck8TpAEsSbovOiOc1eSK/NazrNSLKvUO8mI/lcusU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=github.com; spf=pass smtp.mailfrom=github.com; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=lhtnTBj+; arc=none smtp.client-ip=192.30.252.204 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=github.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=github.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b="lhtnTBj+" Received: from github.com (hubbernetes-node-d4e2d4e.ac4-iad.github.net [10.52.223.72]) by smtp.github.com (Postfix) with ESMTPA id C491F40136A for ; Wed, 28 Jan 2026 08:00:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1769616013; bh=lF1F/GyIycipwv0vEOJBQkakcZzyuzfCAFR1EP2QLcM=; h=Date:From:To:Subject:List-Unsubscribe:From; b=lhtnTBj+HvMOJmtrn/F80EKsjDtC2z1SLUaf2uzQhe6CYmacHqrvgzIFkFJCFbFfg pO7ibKUJYgJoKZg72HG8HWZpZb3x3lDhFNXyDedJB64/C33u8hi+HtokciAfdIPgQI 0D9OPQXnjG2g0/KNnsOff4eyzxI84ugHQH1cAKHE= Date: Wed, 28 Jan 2026 08:00:13 -0800 From: Magdalena Trivina To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] d8aa72: tools/sdptool: report error when local SDP server ... Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: linux-bluetooth@vger.kernel.org X-Auto-Response-Suppress: All Branch: refs/heads/1048150 Home: https://github.com/bluez/bluez Commit: d8aa72c79fa742245eedd92ac39191aa414486be https://github.com/bluez/bluez/commit/d8aa72c79fa742245eedd92ac39191aa414486be Author: Magdalena Trivina Date: 2026-01-28 (Wed, 28 Jan 2026) Changed paths: M tools/sdptool.c Log Message: ----------- tools/sdptool: report error when local SDP server is not found Currently, the sdptool add, setattr and setseq commands do not report any error when the local SDP server is unavailable. Add an explicit error message so users can distinguish between successful execution and failure due to a missing local server. Signed-off-by: Magdalena Trivina Sihotang To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications