summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAndre Guedes2013-01-30 15:50:56 +0100
committerGustavo Padovan2013-03-08 14:38:43 +0100
commitbed71748346ae0807c7f7a2913965508dbd61403 (patch)
tree2919c16c4f880a6a60d5896e9b7a50026f0b96c2 /include/net/bluetooth/hci_core.h
parentmwifiex: add WOWLAN support (diff)
downloadkernel-qcow2-linux-bed71748346ae0807c7f7a2913965508dbd61403.tar.gz
kernel-qcow2-linux-bed71748346ae0807c7f7a2913965508dbd61403.tar.xz
kernel-qcow2-linux-bed71748346ae0807c7f7a2913965508dbd61403.zip
Bluetooth: Rename hci_acl_disconn
As hci_acl_disconn function basically sends the HCI Disconnect Command and it is used to disconnect ACL, SCO and LE links, renaming it to hci_disconnect is more suitable. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-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 90cf75afcb02..787d3b9bbd58 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -574,7 +574,7 @@ static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev,
return NULL;
}
-void hci_acl_disconn(struct hci_conn *conn, __u8 reason);
+void hci_disconnect(struct hci_conn *conn, __u8 reason);
void hci_setup_sync(struct hci_conn *conn, __u16 handle);
void hci_sco_setup(struct hci_conn *conn, __u8 status);