]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix missing update of conn params
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 2 Jul 2014 14:37:30 +0000 (17:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:57 +0000 (17:42 +0200)
commit490a8de706ae08e62e098aa94143e8d6628d9f64
tree39992e1a21b0c62d985ade178e5b4a233db17652
parentc514580ca596b27514521a8e8a08682c53e24195
Bluetooth: Fix missing update of conn params

We should update any stored connection parameters when we receive the LE
Remote Connection Parameter Request HCI event. This patch adds the
necessary code to the function that handles the event.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c