aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-01-12 12:21:25 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2015-01-12 14:54:16 -0500
commitc2f0f979276fc4911cef5da2fc113f0daeda3ebc (patch)
tree93c0f3f3982bd2f560624a41e5860062b86d50ef /include
parentcb9627806ce898c436dc74252718e4a757b33bc3 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 89f4e3c8a097..1f21fe48b38e 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -205,6 +205,8 @@ struct hci_dev {
205 __u16 lmp_subver; 205 __u16 lmp_subver;
206 __u16 voice_setting; 206 __u16 voice_setting;
207 __u8 num_iac; 207 __u8 num_iac;
208 __u8 stored_max_keys;
209 __u8 stored_num_keys;
208 __u8 io_capability; 210 __u8 io_capability;
209 __s8 inq_tx_power; 211 __s8 inq_tx_power;
210 __u16 page_scan_interval; 212 __u16 page_scan_interval;