projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ce62c
)
Bluetooth: Add missing response structure for HCI Delete Stored Link Key
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 12 Jan 2015 17:21:27 +0000
(09:21 -0800)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Mon, 12 Jan 2015 19:55:40 +0000
(21:55 +0200)
This patch adds this missing structure for processing the result of the
HCI Delete Stored Link Key command.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/bluetooth/hci.h
b/include/net/bluetooth/hci.h
index 91cd9d302cd02fc732d58d5cdf404ff01374ba7f..8e54f825153c95832246c660521d62c56d2f4117 100644
(file)
--- a/
include/net/bluetooth/hci.h
+++ b/
include/net/bluetooth/hci.h
@@
-871,6
+871,10
@@
struct hci_cp_delete_stored_link_key {
bdaddr_t bdaddr;
__u8 delete_all;
} __packed;
+struct hci_rp_delete_stored_link_key {
+ __u8 status;
+ __u8 num_keys;
+} __packed;
#define HCI_MAX_NAME_LENGTH 248