summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorMarcel Holtmann2013-10-07 08:55:49 +0200
committerJohan Hedberg2013-10-07 09:19:19 +0200
commitecd90ae7f600270d68b471f87c66d5b41ce5a974 (patch)
tree4a9352c90f5f3cf969d69ebbfb0f42a5856ac28f /include/net/bluetooth/hci_core.h
parentBluetooth: Make mgmt_connect_failed() return void (diff)
downloadkernel-qcow2-linux-ecd90ae7f600270d68b471f87c66d5b41ce5a974.tar.gz
kernel-qcow2-linux-ecd90ae7f600270d68b471f87c66d5b41ce5a974.tar.xz
kernel-qcow2-linux-ecd90ae7f600270d68b471f87c66d5b41ce5a974.zip
Bluetooth: Make mgmt_device_connected() return void
The return value of mgmt_device_connected() 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/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index d982458a96e3..48569442ec17 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -1101,9 +1101,9 @@ int mgmt_connectable(struct hci_dev *hdev, u8 connectable);
int mgmt_write_scan_failed(struct hci_dev *hdev, u8 scan, u8 status);
int mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
bool persistent);
-int mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
- u8 addr_type, u32 flags, u8 *name, u8 name_len,
- u8 *dev_class);
+void mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
+ u8 addr_type, u32 flags, u8 *name, u8 name_len,
+ u8 *dev_class);
int mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr,
u8 link_type, u8 addr_type, u8 reason);
void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr,