]> 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)
commit631834a661ffb23ef32ba8ba1a8bbcbcc6d015c6
tree93c0f3f3982bd2f560624a41e5860062b86d50ef
parent91d9153a93d6372e2384a2715b71880023339e76
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