aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-16 16:56:27 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-17 04:27:11 -0500
commit33ef95ed30283eb17c686a815caf1d33e966fe4a (patch)
treea989ac26b6f9c47fcf6bac5664806af2459455f6 /include/net
parent7bb895d68e0c18b730bd89f2ed7e58de0e3a591a (diff)
Bluetooth: mgmt: Add support for Set Link Security command
The Set Link Security mgmt command is used to enable or disable link level security, also known as Security Mode 3. This is rarely enabled in modern systems but the command needs to be available for completeness, qualification purposes and those few systems that actually want to enable it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index b20d990436b4..66f84adbbbef 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -994,6 +994,7 @@ int mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
994 u8 link_type, u8 addr_type, u8 status); 994 u8 link_type, u8 addr_type, u8 status);
995int mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, 995int mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
996 u8 addr_type, u8 status); 996 u8 addr_type, u8 status);
997int mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status);
997int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); 998int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status);
998int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash, 999int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash,
999 u8 *randomizer, u8 status); 1000 u8 *randomizer, u8 status);