linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Liejun Tao <liejuntao001@gmail.com>
To: Bluettooth Linux <linux-bluetooth@vger.kernel.org>
Subject: Need advice about how to filter out some SCO packet types
Date: Tue, 9 Feb 2010 20:30:09 -0600	[thread overview]
Message-ID: <8a7a8d7b1002091830i63a33c66s29fa11bebd50a857@mail.gmail.com> (raw)

Hi,
When setup Sco/eSco connection, current kernel code try to enable all
possible packet types, while some of them have bad performace.
I'm trying to filter out a few packet types, and need advice what's a good way.

1. in hci_conn.c, use a hardcoded mask to filter out the bad
types.It's easiest but impact widely.
2. provide a configurable option in bluez, like
SCO_ESCO_ALLOWED_TYPES, and find a way to pass it to kernel. It also
impact one system, but not all.  I'm still not sure if it's possble.
3. provide per socket option.

Please advice.

                 reply	other threads:[~2010-02-10  2:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=8a7a8d7b1002091830i63a33c66s29fa11bebd50a857@mail.gmail.com \
    --to=liejuntao001@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).