diff options
| author | Frédéric Dalleau <frederic.dalleau@linux.intel.com> | 2013-04-16 11:28:58 -0400 |
|---|---|---|
| committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-04-17 23:17:54 -0400 |
| commit | fa5513be2b709c8ce6ff0b11d0715760a9a70ffd (patch) | |
| tree | 8415b7ab631e06c523133b192849b14dbc5ed233 /include/net/bluetooth | |
| parent | bbb0eada826636f658ce49290d2896aead5515f7 (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.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 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); | |||
| 583 | int hci_conn_del(struct hci_conn *conn); | 583 | int hci_conn_del(struct hci_conn *conn); |
| 584 | void hci_conn_hash_flush(struct hci_dev *hdev); | 584 | void hci_conn_hash_flush(struct hci_dev *hdev); |
| 585 | void hci_conn_check_pending(struct hci_dev *hdev); | 585 | void hci_conn_check_pending(struct hci_dev *hdev); |
| 586 | void hci_conn_accept(struct hci_conn *conn, int mask); | ||
| 587 | 586 | ||
| 588 | struct hci_chan *hci_chan_create(struct hci_conn *conn); | 587 | struct hci_chan *hci_chan_create(struct hci_conn *conn); |
| 589 | void hci_chan_del(struct hci_chan *chan); | 588 | void hci_chan_del(struct hci_chan *chan); |
