From: Liang Bao <tim.bao@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: Read default link policy from main.conf
Date: Mon, 8 Feb 2010 17:26:00 +0800 [thread overview]
Message-ID: <6aeb672b1002080126n6ba526f1g7490cc832a59add6@mail.gmail.com> (raw)
Hi,
We noticed that currently BlueZ doesn't read link policy settings from
main.conf as it does for other things such as General.Name or
General.Class. It just enable everything in parse_config()
(src/main.c). Is this just due to lack of use case or BlueZ does this
intentionally for some reason? Thanks.
86 static void parse_config(GKeyFile *config)
87 {
.....
206 main_opts.link_policy = HCI_LP_RSWITCH | HCI_LP_SNIFF |
207 HCI_LP_HOLD | HCI_LP_PARK;
208 }
next reply other threads:[~2010-02-08 9:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-08 9:26 Liang Bao [this message]
2010-02-10 2:17 ` Read default link policy from main.conf Liang Bao
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=6aeb672b1002080126n6ba526f1g7490cc832a59add6@mail.gmail.com \
--to=tim.bao@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).