summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJohan Hedberg2012-02-16 23:56:28 +0100
committerJohan Hedberg2012-02-17 10:27:11 +0100
commited2c4ee360709ca838efa0ea4d6295590aff3d24 (patch)
tree1503b376c8845f87941a06985850b5409b0b88ec /include/net/bluetooth/hci_core.h
parentBluetooth: mgmt: Add support for Set Link Security command (diff)
downloadkernel-qcow2-linux-ed2c4ee360709ca838efa0ea4d6295590aff3d24.tar.gz
kernel-qcow2-linux-ed2c4ee360709ca838efa0ea4d6295590aff3d24.tar.xz
kernel-qcow2-linux-ed2c4ee360709ca838efa0ea4d6295590aff3d24.zip
Bluetooth: mgmt: Add support for Set SSP command
The Set SSP mgmt command can be used for enabling and disabling Secure Simple Pairing support for controllers that support it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-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 66f84adbbbef..43e0b1eda020 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -995,6 +995,7 @@ int mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
int mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
u8 addr_type, u8 status);
int mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status);
+int mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 status);
int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status);
int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash,
u8 *randomizer, u8 status);