Bluetooth: Track LE connection parameter update event
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 23 Jun 2014 09:40:05 +0000 (11:40 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:44 +0000 (17:42 +0200)
commit1855d92dce0dc0ed81a78eacae710529600513f4
tree866f116a0ccb42e2ca5ffe09d4a925b747d8a648
parente04fde60efabe27afdbe041e3e5a09ec752ec9d2
Bluetooth: Track LE connection parameter update event

When the LE controller changes its connection parameters, it will send
a connection parameter update event. Make sure that the new set of
parameters are stored in hci_conn struct and thus will properly update
the previous values retrieved from the connection complete event.

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