From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-27.smtp.github.com (out-27.smtp.github.com [192.30.252.210]) (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 E0379337BAB for ; Thu, 29 Jan 2026 15:57:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.30.252.210 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769702245; cv=none; b=GGCvdLxpPJxtvZn1xP8qBTljBjhHEYNnAfqi61m/sxrWBuCaXelN1DnwQ8FzGr2Wpp+Z6AL7mBudEqEjDVCXTAUgcGlrtYkkv6Am8mEpxrOvcj8XOqwau4tcGDPdB+ZZpQQqF75vFQwoDyp2LtaaUaqCva9C//dCSkaKFY9fq9g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769702245; c=relaxed/simple; bh=sYxFq6CR1qcUrczJ3fj1/wLVn2Vq12RBPPtXgLaRK9Q=; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type; b=aJEQ8suZ9QPJj9DIZXE1XRJgQxFKRYa6XJ0QYLPal9EjfKluEYh3v9evzMt5cO3bmI2QGsommEo0aULaKO+GFBmVEB2WHT9L99zFxdCw7MTSFLwKIvEOkPKNIejGeRvNwZjeG+CtGEmQ2/90GZj5MsRMG3ai8JlvijQf5y+EYsk= 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=UixhG/o7; arc=none smtp.client-ip=192.30.252.210 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="UixhG/o7" Received: from github.com (hubbernetes-node-1789f09.ash1-iad.github.net [10.56.131.46]) by smtp.github.com (Postfix) with ESMTPA id 0AD776003B6 for ; Thu, 29 Jan 2026 07:57:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1769702243; bh=l3+h0P5pvKCYJlIUIdWzvvk1j0Cm78EZL1Tk/tjCKj8=; h=Date:From:To:Subject:List-Unsubscribe:From; b=UixhG/o7CYwAKCVQ+0WPXeeoiWzvbcP02EtCHgpFlQ7HA+piGR2KezzPXDox0uei6 YKW+/tXUxmuNf5eSnY4ECTW5G5xMpMMrlRztExNY9sBSw5s2g+BQMONhFhKYjtJPHg WF3cBqTWwr30xdqQ9hWrK480+wNHNyF8dtIfS5t8= Date: Thu, 29 Jan 2026 07:57:23 -0800 From: Arun Raghavan To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] 58b07f: media: Fix G.722 @ 16 kHz codec ID value reported ... 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/1048593 Home: https://github.com/bluez/bluez Commit: 58b07fe0e09ca613bcbd3295daab8ebf277768a4 https://github.com/bluez/bluez/commit/58b07fe0e09ca613bcbd3295daab8ebf277768a4 Author: Arun Raghavan Date: 2026-01-29 (Thu, 29 Jan 2026) Changed paths: M profiles/audio/media.c Log Message: ----------- media: Fix G.722 @ 16 kHz codec ID value reported by transport The G.722 @ 16 kHz codec ID is 0x01, not 0x02. The 0x02 value comes from the ASHA ReadOnlyProperties GATT characteristic which is a bitmask with bits corresponding to codec IDs - setting bit 1 gives bitmask value 0x02. Reviewed-by: Arun Raghavan To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications