diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-16 17:56:28 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-17 04:27:11 -0500 |
commit | ed2c4ee360709ca838efa0ea4d6295590aff3d24 (patch) | |
tree | 1503b376c8845f87941a06985850b5409b0b88ec /include/net | |
parent | 33ef95ed30283eb17c686a815caf1d33e966fe4a (diff) |
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')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
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, | |||
995 | int mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | 995 | int 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); |
997 | int mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); | 997 | int mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); |
998 | int mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 status); | ||
998 | int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); | 999 | int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); |
999 | int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash, | 1000 | int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash, |
1000 | u8 *randomizer, u8 status); | 1001 | u8 *randomizer, u8 status); |