aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-15 09:33:55 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-15 10:21:25 -0400
commita330916c4f29898b93708b6bec8f59f7a7956f41 (patch)
tree036034b4c4f0b5711604a5669a95e8f3d434c32c /include
parent86a7564573a7de9e01aa9a2e26faa993d8f962ac (diff)
Bluetooth: Make mgmt_connectable() return void
The return value of mgmt_connectable() function is not used and so just change it to return void. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
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 783c70cf305a..997d43d1996e 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1101,7 +1101,7 @@ void 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);
1103void 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); 1104void 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,
1107 bool persistent); 1107 bool persistent);