aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>2013-04-16 11:28:58 -0400
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-04-17 23:17:54 -0400
commitfa5513be2b709c8ce6ff0b11d0715760a9a70ffd (patch)
tree8415b7ab631e06c523133b192849b14dbc5ed233 /include/net/bluetooth
parentbbb0eada826636f658ce49290d2896aead5515f7 (diff)
Bluetooth: Move and rename hci_conn_accept
Since this function is only used by sco, move it from hci_event.c to sco.c and rename to sco_conn_defer_accept. Make it static. Signed-off-by: Frédéric Dalleau <frederic.dalleau@linux.intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index d324b11a0c8f..74f77b7ef136 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -583,7 +583,6 @@ struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);
583int hci_conn_del(struct hci_conn *conn); 583int hci_conn_del(struct hci_conn *conn);
584void hci_conn_hash_flush(struct hci_dev *hdev); 584void hci_conn_hash_flush(struct hci_dev *hdev);
585void hci_conn_check_pending(struct hci_dev *hdev); 585void hci_conn_check_pending(struct hci_dev *hdev);
586void hci_conn_accept(struct hci_conn *conn, int mask);
587 586
588struct hci_chan *hci_chan_create(struct hci_conn *conn); 587struct hci_chan *hci_chan_create(struct hci_conn *conn);
589void hci_chan_del(struct hci_chan *chan); 588void hci_chan_del(struct hci_chan *chan);