From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26B27C77B7C for ; Fri, 5 May 2023 18:50:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233199AbjEESuv (ORCPT ); Fri, 5 May 2023 14:50:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233306AbjEESut (ORCPT ); Fri, 5 May 2023 14:50:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21F942269D for ; Fri, 5 May 2023 11:50:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B8DCC63FE6 for ; Fri, 5 May 2023 18:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2405BC433D2; Fri, 5 May 2023 18:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683312622; bh=F1SmNu+8synsjXbGEazO7aJ0oS//mJRqdCI0G4ijUdY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=J6+UUclt3+Kw8N21fgoOEv4O1OvI9Z+szEYtQ9iVpLxdIc3uNyoPLWO+cadd8Y2Yp ogGrXSS8mF+KkzVwIBz69c2p6AE2vmubCWLmqyaTobVDBEEVilbqsA4iVsVmKs1bAY 0mHBfY0bvwOfx1WWnHVJTginQbodyqfCqG19fc24c870pUbfDy2/eM/SH7T3vNNjch gdNPCyjMMSgvvJedc0g33z8bgJ2CuiZdQzZqp+FdCo9LVJGOlEZlq0AgjJktVjigqR DIjVKiTtcTZyK/GS6SJjOqi1wMN9rYqqF//BXgxLUA7BGCHd//vF887i/65EfHTflZ hdyjTUDDxBKbQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 0B4E5C395FD; Fri, 5 May 2023 18:50:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH BlueZ 0/5] Add initial code for handling BASS From: patchwork-bot+bluetooth@kernel.org Message-Id: <168331262204.28569.10823196736816621597.git-patchwork-notify@kernel.org> Date: Fri, 05 May 2023 18:50:22 +0000 References: <20230505082943.92033-1-iulia.tanasescu@nxp.com> In-Reply-To: <20230505082943.92033-1-iulia.tanasescu@nxp.com> To: Iulia Tanasescu Cc: linux-bluetooth@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz : On Fri, 5 May 2023 11:29:38 +0300 you wrote: > This patch series adds initial code for handling Broadcast Audio Scan Service. > > Iulia Tanasescu (5): > lib/uuid: Add BASS UUIDs > shared/att-types: Add BT_ERROR_WRITE_REQUEST_REJECTED error code > shared/util: Add iovec helpers for pulling/pushing le32 and le24 > values > shared/bass: Add initial code for handling BASS > profiles: Add initial code for BASS plugin > > [...] Here is the summary with links: - [BlueZ,1/5] lib/uuid: Add BASS UUIDs https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4e549cf48b71 - [BlueZ,2/5] shared/att-types: Add BT_ERROR_WRITE_REQUEST_REJECTED error code https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d5d921881b7e - [BlueZ,3/5] shared/util: Add iovec helpers for pulling/pushing le32 and le24 values (no matching commit) - [BlueZ,4/5] shared/bass: Add initial code for handling BASS https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a56c7fd16230 - [BlueZ,5/5] profiles: Add initial code for BASS plugin https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=6bafe1c66515 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html