summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJohan Hedberg2014-07-02 16:37:25 +0200
committerMarcel Holtmann2014-07-03 17:42:56 +0200
commit373110c5d30b0944b47cddbe586069b7457f8845 (patch)
tree216b33fd06c2b4b72420476b5cffaebb4d338511 /include/net/bluetooth/hci_core.h
parentBluetooth: Fix sparse warning with btmrvl driver (diff)
downloadkernel-qcow2-linux-373110c5d30b0944b47cddbe586069b7457f8845.tar.gz
kernel-qcow2-linux-373110c5d30b0944b47cddbe586069b7457f8845.tar.xz
kernel-qcow2-linux-373110c5d30b0944b47cddbe586069b7457f8845.zip
Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all
We'll soon have specific clear functions for clearing enabled or disabled entries, so rename the function that removes everything to clear_all(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
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 ee480a86e558..091934bcfd84 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -861,7 +861,7 @@ struct hci_conn_params *hci_conn_params_add(struct hci_dev *hdev,
int hci_conn_params_set(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type,
u8 auto_connect);
void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type);
-void hci_conn_params_clear(struct hci_dev *hdev);
+void hci_conn_params_clear_all(struct hci_dev *hdev);
struct bdaddr_list *hci_pend_le_conn_lookup(struct hci_dev *hdev,
bdaddr_t *addr, u8 addr_type);