[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372980303-3007-1-git-send-email-kyle@kylemanna.com>
Date: Thu, 4 Jul 2013 16:25:01 -0700
From: Kyle Manna <kyle@...emanna.com>
To: linux-bluetooth@...r.kernel.org,
Marcel Holtmann <marcel@...tmann.org>,
Gustavo Padovan <gustavo@...ovan.org>,
Johan Hedberg <johan.hedberg@...il.com>
Cc: "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Kyle Manna <kyle@...emanna.com>
Subject: [PATCH 0/2] Add support fo BT LE Connection Parameters
This patch series adds support for calling setsockopt() on a l2cap socket to set connection parameters prior to calling connect().
The motivation for setting the paremeters prior to connect is to:
1) Reduce the issues caused with BT and WiFi hardware radios that share the same antenna. During the connection, typically the WiFi portion of the radio is blocked. Setting the connection parameters such as the window and interval allow the userspace app to tune and compromise.
2) Eliminate the need to call HCI connection update when the paremeters are known ahead of time.
Kyle Manna (2):
bluetooth: Pass HCI LE connection parameters
bluetooth: Add l2cap sockopt for LE conn params
include/net/bluetooth/bluetooth.h | 2 ++
include/net/bluetooth/hci_core.h | 5 +++--
include/net/bluetooth/l2cap.h | 2 ++
net/bluetooth/hci_conn.c | 33 ++++++++++++++-------------------
net/bluetooth/l2cap_core.c | 13 +++++++++++--
net/bluetooth/l2cap_sock.c | 25 +++++++++++++++++++++++++
net/bluetooth/mgmt.c | 4 ++--
net/bluetooth/sco.c | 2 +-
8 files changed, 60 insertions(+), 26 deletions(-)
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists