diff options
Diffstat (limited to 'include')
-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 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); | |||
1100 | void mgmt_index_removed(struct hci_dev *hdev); | 1100 | void mgmt_index_removed(struct hci_dev *hdev); |
1101 | void mgmt_set_powered_failed(struct hci_dev *hdev, int err); | 1101 | void mgmt_set_powered_failed(struct hci_dev *hdev, int err); |
1102 | int mgmt_powered(struct hci_dev *hdev, u8 powered); | 1102 | int mgmt_powered(struct hci_dev *hdev, u8 powered); |
1103 | int mgmt_discoverable(struct hci_dev *hdev, u8 discoverable); | 1103 | void mgmt_discoverable(struct hci_dev *hdev, u8 discoverable); |
1104 | int mgmt_connectable(struct hci_dev *hdev, u8 connectable); | 1104 | int mgmt_connectable(struct hci_dev *hdev, u8 connectable); |
1105 | int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status); | 1105 | int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status); |
1106 | int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, | 1106 | int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key, |