diff options
author | Frédéric Dalleau <frederic.dalleau@linux.intel.com> | 2013-04-16 17:28:58 +0200 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-04-18 00:17:54 -0300 |
commit | fa5513be2b709c8ce6ff0b11d0715760a9a70ffd (patch) | |
tree | 8415b7ab631e06c523133b192849b14dbc5ed233 /include/net/bluetooth/hci_core.h | |
parent | bbb0eada826636f658ce49290d2896aead5515f7 (diff) | |
download | kernel_goldelico_gta04-fa5513be2b709c8ce6ff0b11d0715760a9a70ffd.zip kernel_goldelico_gta04-fa5513be2b709c8ce6ff0b11d0715760a9a70ffd.tar.gz kernel_goldelico_gta04-fa5513be2b709c8ce6ff0b11d0715760a9a70ffd.tar.bz2 |
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/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index d324b11..74f77b7 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); int hci_conn_del(struct hci_conn *conn); void hci_conn_hash_flush(struct hci_dev *hdev); void hci_conn_check_pending(struct hci_dev *hdev); -void hci_conn_accept(struct hci_conn *conn, int mask); struct hci_chan *hci_chan_create(struct hci_conn *conn); void hci_chan_del(struct hci_chan *chan); |