diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 3ee5691b247f..734b09f28f8c 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
| @@ -1111,7 +1111,7 @@ int mgmt_user_passkey_notify(struct hci_dev *hdev, bdaddr_t *bdaddr, | |||
| 1111 | void mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | 1111 | void mgmt_auth_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, |
| 1112 | u8 addr_type, u8 status); | 1112 | u8 addr_type, u8 status); |
| 1113 | void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); | 1113 | void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); |
| 1114 | int mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status); | 1114 | void mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status); |
| 1115 | int mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class, | 1115 | int mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class, |
| 1116 | u8 status); | 1116 | u8 status); |
| 1117 | int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); | 1117 | int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); |
