From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-26.smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (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 1BA9C16DC28 for ; Wed, 28 Jan 2026 21:49:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.30.252.209 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769636988; cv=none; b=bYgMZg7TPqXUP8pGJPKaGnWyK++OnAjQ5r1TVtgk5sZ0c9RI7FhYdajjcz4pdibX8qD5zWSW8SBrqWq0mPudj7zo6MIjAuizQZu1novN1E77XfnNrbrR7L0TSx19VdhpSIvte3xsIF2xNW62NlCj0Qy22qTqlzKkLhJ6bL3zs3M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769636988; c=relaxed/simple; bh=qx1dWhFv40HOldJuC4u7zEyZaAlynmIshjF4n/rtdUk=; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type; b=jQEgnC/F8EtAShassPi9BJtls29vt8/BuIas7qd2QqOqlWuXzPlat/K90HASjivTtuOoPpiCobWEUmhgmV8wKpKnukAwg8RVNtY56K7dl31pVvSQi6NIn9ChWhDty8sxDp+znRj98L+1E5mJThRkRQmlW77cfATyxkz3oSdUUxM= 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=Vog5XHV/; arc=none smtp.client-ip=192.30.252.209 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="Vog5XHV/" Received: from github.com (hubbernetes-node-77d345c.ash1-iad.github.net [10.56.209.113]) by smtp.github.com (Postfix) with ESMTPA id 4B47B60119C for ; Wed, 28 Jan 2026 13:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1769636986; bh=5cQVb1x4NJJRI55/DmveHPjxHu1YMyQOp9umUAnVmo4=; h=Date:From:To:Subject:List-Unsubscribe:From; b=Vog5XHV/KZIkyVfqnkGBltIRL9y8WQU67Tkk4q1kaKT6QHLJGrBimHYcXnaGrdep8 LNj0PPesD9U0zFC+aKI90nOiIQy6uXGUSslUW9jl7sP01s73pNZLHeD6Wn6dL457W1 RQpxv5NDeIx0tEeicqM0XKYH40IPT/Y5qXI833bA= Date: Wed, 28 Jan 2026 13:49:46 -0800 From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] e328fd: build: Remove SAP support 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/master Home: https://github.com/bluez/bluez Commit: e328fde3e2e29888fa6098ea88f38d39c8ba6e33 https://github.com/bluez/bluez/commit/e328fde3e2e29888fa6098ea88f38d39c8ba6e33 Author: Luiz Augusto von Dentz Date: 2026-01-28 (Wed, 28 Jan 2026) Changed paths: M .gitignore M Makefile.am M Makefile.plugins M Makefile.tools M README M bootstrap-configure M configure.ac R doc/sap-api.txt R profiles/sap/main.c R profiles/sap/manager.c R profiles/sap/manager.h R profiles/sap/sap-dummy.c R profiles/sap/sap.h R profiles/sap/server.c R profiles/sap/server.h R test/sap_client.py R test/test-sap-server Log Message: ----------- build: Remove SAP support SAP plugin hasn't seen any updates in decades and the industry doesn't really use it anymore. Commit: e2551c5b9809605b402b47d1c8c3b922c9d2acca https://github.com/bluez/bluez/commit/e2551c5b9809605b402b47d1c8c3b922c9d2acca Author: Luiz Augusto von Dentz Date: 2026-01-28 (Wed, 28 Jan 2026) Changed paths: M .gitignore M Makefile.am M Makefile.plugins M Makefile.tools M README M bootstrap-configure M configure.ac R doc/health-api.txt R profiles/health/hdp.c R profiles/health/hdp.h R profiles/health/hdp_main.c R profiles/health/hdp_manager.c R profiles/health/hdp_manager.h R profiles/health/hdp_types.h R profiles/health/hdp_util.c R profiles/health/hdp_util.h R profiles/health/mcap.c R profiles/health/mcap.h R test/test-health R test/test-health-sink R tools/mcaptest.c Log Message: ----------- build: Remove health profiles support Health plugin hasn't seen any updates in decades and most of the industry has probably move on to LE and GATT. Compare: https://github.com/bluez/bluez/compare/a3c0aa5fc106...e2551c5b9809 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications