]> 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)
commitaadf20bce66c1b040eadcf27651623a15b301258
tree39992e1a21b0c62d985ade178e5b4a233db17652
parent8b7b95d99aa06e8d3ef7bbc1199411daff505237
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