]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit726cd31978f3f0d8dc5a56656b9b13ea47a6342c
tree93c0f3f3982bd2f560624a41e5860062b86d50ef
parent88e2ddfad64732cc9bdacc84f828d524f1e5bfee
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