Bluetooth: Handle command complete event for HCI Read Stored Link Keys
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 12 Jan 2015 17:21:25 +0000 (09:21 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 12 Jan 2015 19:54:16 +0000 (21:54 +0200)
commitc2f0f979276fc4911cef5da2fc113f0daeda3ebc
tree93c0f3f3982bd2f560624a41e5860062b86d50ef
parentcb9627806ce898c436dc74252718e4a757b33bc3
Bluetooth: Handle command complete event for HCI Read Stored Link Keys

When the HCI Read Stored Link Keys command completes it gives useful
information of the current stored keys and maximum keys a controller
can actually store. So process this event and store these information
in hci_dev structure.

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