Commit: 9b631e09e943d6a3b248f0210e4f785a1cc48c25
Parent: 92f3a3b108c22e3395c9dab0acefdfb894404cfe
Author: Frédéric Danis <frederic.danis@collabora.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-12-16 23:42:00
Tree: 709810fd40ffa84635b6a12b235077099f369334

lib: Add constant for 16 bits transparent voice setting Add 16 bits, 2s complement, transparent air coding format for mSBC. Corresponding commit implements functionality on kernel side. The voice setting is used by sco_connect() or sco_conn_defer_accept() after being set by sco_sock_setsockopt(). The PCM part of the voice setting is used for offload mode through PCM chipset port. This commits add support for mSBC 16 bits offloading, i.e. audio data not transported over HCI. The BCM4349B1 supports 16 bits transparent data on its I2S port. If BT_VOICE_TRANSPARENT is used when accepting a SCO connection, this gives only garbage audio while using BT_VOICE_TRANSPARENT_16BIT gives correct audio. This has been tested with connection to iPhone 14 and Samsung S24.

Diffstat

M lib/bluetooth.h | 1 +

1 files changed, 1 insertions(+), 0 deletions(-)

View Full Diff | Patch