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)
commit348d50b8e96c2c4630801e6e720c7c722ade83e8
tree39992e1a21b0c62d985ade178e5b4a233db17652
parenta26f3dcff2cf5890f33d883c98d90cdfa51ed460
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