All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Singer <steven.singer@csr.com>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] SCO & btsco
Date: Wed, 14 Sep 2005 12:36:21 +0100	[thread overview]
Message-ID: <43280B35.1070303@csr.com> (raw)
In-Reply-To: <4327D66A.1030304@cefriel.it>

Luca Pizzamiglio wrote:
> bt specification says that bluetooth supports three audio formats:
> - CVSD
> - u-law
> - a-law

That's not what the BT spec says, you need to read it more carefully.

BT supports 3 *air* formats: u-law, A-law and CVSD, however, that's
irrelevant as far as interfacing with the chip is concerned as the
chip will transcode to and from those formats from and to the HCI
format (aka the input format).

BT supports the following HCI formats:

  2's complement linear
  1's complement linear
  sign-magnitude
  unsigned (some devices only)
  u-law
  A-law

The linear formats can be 8 bit, 16 bit or 9..15 bit right aligned
in a 16 bit word.

The default format - 0x0060 - is CVSD on the air and 16 bit 2's
complement linear signed on the wire as the output of hciconfig
clearly states.

Always keep the air format set to CVSD (as the two sides need to agree
on the air format in order to be able to make a connection and most,
if not all, Bluetooth devices are set up for CVSD). Make the HCI
format whatever your program supports.

	- Steven
-- 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

**********************************************************************



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

  reply	other threads:[~2005-09-14 11:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14  7:51 [Bluez-devel] SCO & btsco Luca Pizzamiglio
2005-09-14 11:36 ` Steven Singer [this message]
2005-09-14 13:21   ` Luca Pizzamiglio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43280B35.1070303@csr.com \
    --to=steven.singer@csr.com \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.