]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Save connection interval parameters in hci_conn
authorAndre Guedes <andre.guedes@openbossa.org>
Thu, 30 Jan 2014 21:22:04 +0000 (18:22 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 13 Feb 2014 07:51:41 +0000 (09:51 +0200)
commit57b620d02ac2d0a87f2bccadfe2a6d38b0c9968f
tree5de447fd423d7339555229a5e6c1472ecdccf425
parentfd3ba0b3274cd11ff5467883520347f82d934223
Bluetooth: Save connection interval parameters in hci_conn

This patch creates two new fields in struct hci_conn to save the
minimum and maximum connection interval values used to establish
the connection this object represents.

This change is required in order to know what parameters the
connection is currently using.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c