From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (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 3CEDA3783BB for ; Mon, 23 Feb 2026 20:55:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.30.252.205 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771880114; cv=none; b=VH6gBSpAd4iXY7ZRGnSqlrvLG5zF8KVkZ0BrGxuWIUoBlt4cx6iskDKTJQkGvymj0D8DQysMketRyOi8CEZGmGucTPT0cgbO4Ljt1U1XVE1h6kGuAgcjm5fIYxGEw6wySTHGVDIGR0PFKWf4BlpgvCANDrHG5aAseBgXiIF8Ahk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771880114; c=relaxed/simple; bh=Pf8et/PYUYHVg2Re0f3Y/V9JmU3srt4F0C2ts/pAqtQ=; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type; b=g0khOVduQNNFrFoBl+IksI0bID7A+hzONXoJDCHSNISh9JxN7KP9YCGW/KPZEFjDWk1npxUqoS5LGNCGfLa5OjlXZRLTpNRh4Z92imBCmoRxbFKjau9ExGgoZCao9z/3UmwmONUx8BxUTUgGVvr2eucERVp2KPdGxBibw+LK3z4= 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=msmypxW/; arc=none smtp.client-ip=192.30.252.205 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="msmypxW/" Received: from github.com (hubbernetes-node-0b721df.ac4-iad.github.net [10.52.202.91]) by smtp.github.com (Postfix) with ESMTPA id 5904E208AE for ; Mon, 23 Feb 2026 12:55:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1771880112; bh=BI3PPI9plfKHJ4sbe2do1krrvehyjKXFQeCx++OT9Yc=; h=Date:From:To:Subject:List-Unsubscribe:From; b=msmypxW/dSGXJUfT7xrvHxQrgxbLg3DyHKaQNVBDnZB80RhpzoDh1GbPZLi/cMTlA HHiOB6O9hyR+xUAeQTL/EuleOhzw9O6VO9pBC6vUI8djKvBofjKV4sK2Gg+bfz88Os Se/XJTazUlOko3hi/8Zdrjc8V5FNRtObNitkiD9o= Date: Mon, 23 Feb 2026 12:55:12 -0800 From: fdanis-oss To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] 054e7e: client/btpclient: Move BTP definitions per service 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: quoted-printable X-GitHub-Recipient-Address: linux-bluetooth@vger.kernel.org X-Auto-Response-Suppress: All Branch: refs/heads/1056772 Home: https://github.com/bluez/bluez Commit: 054e7ead40b1341650a8ff86e45019609a9ac43a https://github.com/bluez/bluez/commit/054e7ead40b1341650a8ff86e4501= 9609a9ac43a Author: Fr=C3=A9d=C3=A9ric Danis Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M Makefile.tools A client/btpclient/btp/core.h A client/btpclient/btp/gap.h M client/btpclient/btpclient.c M client/btpclient/btpclientctl.c M client/btpclient/core.c M client/btpclient/gap.c A client/btpclient/services.h M src/shared/btp.h Log Message: ----------- client/btpclient: Move BTP definitions per service Over the years, BTP interface has grown way over what has been initially anticipated in terms of number of services and commands. To simplify addition and maintenance of new services this commit split the commands in btp.h per services and move them under client/btpclient/btp folder. To unsubscribe from these emails, change your notification settings at ht= tps://github.com/bluez/bluez/settings/notifications