linux/net/bluetooth/rfcomm
Mat Martineau 3d7d01dffe Bluetooth: Use common SOCK_STREAM receive code in RFCOMM
To reduce code duplication, have rfcomm_sock_recvmsg() call
bt_sock_stream_recvmsg().  The common bt_sock_stream_recvmsg()
code is nearly identical, with the RFCOMM-specific functionality
for deferred setup and connection unthrottling left in
rfcomm_sock_recvmsg().

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
2010-10-12 12:44:51 -03:00
..
core.c Bluetooth: Fix RFCOMM RPN negotiation 2010-10-12 12:44:51 -03:00
Kconfig
Makefile
sock.c Bluetooth: Use common SOCK_STREAM receive code in RFCOMM 2010-10-12 12:44:51 -03:00
tty.c Bluetooth: Remove __exit from rfcomm_cleanup_ttys() 2010-07-31 16:09:21 -07:00