aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 4a186ec99132..783c70cf305a 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1100,7 +1100,7 @@ void mgmt_index_added(struct hci_dev *hdev);
1100void mgmt_index_removed(struct hci_dev *hdev); 1100void mgmt_index_removed(struct hci_dev *hdev);
1101void mgmt_set_powered_failed(struct hci_dev *hdev, int err); 1101void mgmt_set_powered_failed(struct hci_dev *hdev, int err);
1102int mgmt_powered(struct hci_dev *hdev, u8 powered); 1102int mgmt_powered(struct hci_dev *hdev, u8 powered);
1103int mgmt_discoverable(struct hci_dev *hdev, u8 discoverable); 1103void mgmt_discoverable(struct hci_dev *hdev, u8 discoverable);
1104int mgmt_connectable(struct hci_dev *hdev, u8 connectable); 1104int mgmt_connectable(struct hci_dev *hdev, u8 connectable);
1105int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status); 1105int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status);
1106int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, 1106int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,