]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Move and rename hci_conn_accept
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>
Tue, 16 Apr 2013 15:28:58 +0000 (17:28 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 18 Apr 2013 03:17:54 +0000 (00:17 -0300)
commitaee23155bf2d7c080ed7dcdcac7f06bb9017c77d
tree8415b7ab631e06c523133b192849b14dbc5ed233
parentfda7fc0f7ceb745de107c1a3c019cc37ad5f65f3
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>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_event.c
net/bluetooth/sco.c