linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] LE Connection parameter tuning (first step)
@ 2012-11-05 13:25 Vinicius Costa Gomes
  2012-11-05 13:25 ` [RFC 1/3] Bluetooth: Keep the LE connection parameters in its own structure Vinicius Costa Gomes
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Vinicius Costa Gomes @ 2012-11-05 13:25 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Hi,

Right now, we are using only one set of (hardcoded) connection
parameters for LE.  I guess the first step to have different
connection parameters classes for different Profiles requirements
(think "Low Latency", "Low Power", etc.) is to have a nice set of
parameters. For that we need to measure and see which are the sweet
spots, This series aims to help the measuring part.

This is an idea so we can easily change the connection parameters
without need for recompiling the kernel side, so tests can be more
practical.

It works, but just lightly tested. This is more to get some feedback
on how to proceed with the LE connection parameters thing.

Cheers,


Vinicius Costa Gomes (3):
  Bluetooth: Keep the LE connection parameters in its own structure
  Bluetooth: Add LE connection parameters to debugfs
  Bluetooth: Add support for setting LE connection parameters via
    debugfs

 include/net/bluetooth/hci_core.h | 10 ++++++
 net/bluetooth/hci_conn.c         | 11 +++---
 net/bluetooth/hci_event.c        | 10 ++++++
 net/bluetooth/hci_sysfs.c        | 77 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 103 insertions(+), 5 deletions(-)

-- 
1.7.12.4


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

end of thread, other threads:[~2012-11-12  9:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 13:25 [RFC 0/3] LE Connection parameter tuning (first step) Vinicius Costa Gomes
2012-11-05 13:25 ` [RFC 1/3] Bluetooth: Keep the LE connection parameters in its own structure Vinicius Costa Gomes
2012-11-05 13:25 ` [RFC 2/3] Bluetooth: Add LE connection parameters to debugfs Vinicius Costa Gomes
2012-11-12  9:36   ` Andrei Emeltchenko
2012-11-05 13:25 ` [RFC 3/3] Bluetooth: Add support for setting LE connection parameters via debugfs Vinicius Costa Gomes
2012-11-05 13:42 ` [RFC 0/3] LE Connection parameter tuning (first step) Kim Schulz
2012-11-05 14:52   ` Vinicius Costa Gomes

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