Skip to content

Commit

Permalink
Bluetooth: Add missing response structure for HCI Delete Stored Link Key
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcel Holtmann authored and Johan Hedberg committed Jan 12, 2015
1 parent 48ce62c commit 039d4e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 039d4e4

Please sign in to comment.