aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 734b09f28f8c..b2b472cbb611 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1112,8 +1112,8 @@ 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);
1113void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status); 1113void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status);
1114void mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status); 1114void mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status);
1115int mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class, 1115void mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class,
1116 u8 status); 1116 u8 status);
1117int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status); 1117int mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status);
1118int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash, 1118int mgmt_read_local_oob_data_reply_complete(struct hci_dev *hdev, u8 *hash,
1119 u8 *randomizer, u8 status); 1119 u8 *randomizer, u8 status);