linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Read default link policy from main.conf
@ 2010-02-08  9:26 Liang Bao
  2010-02-10  2:17 ` Liang Bao
  0 siblings, 1 reply; 2+ messages in thread
From: Liang Bao @ 2010-02-08  9:26 UTC (permalink / raw)
  To: linux-bluetooth

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 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-10  2:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08  9:26 Read default link policy from main.conf Liang Bao
2010-02-10  2:17 ` Liang Bao

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).