diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-17 00:56:28 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-17 11:27:11 +0200 |
commit | ed2c4ee360709ca838efa0ea4d6295590aff3d24 (patch) | |
tree | 1503b376c8845f87941a06985850b5409b0b88ec /include | |
parent | 33ef95ed30283eb17c686a815caf1d33e966fe4a (diff) | |
download | linux-3.10-ed2c4ee360709ca838efa0ea4d6295590aff3d24.tar.gz linux-3.10-ed2c4ee360709ca838efa0ea4d6295590aff3d24.tar.bz2 linux-3.10-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')
-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 66f84adbbbe..43e0b1eda02 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); |