commit | dcb1cc3af7a7e91f69f0086ed8bd37acc1a4eabb | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Apr 28 18:50:17 2011 -0300 |
committer | Jaikumar Ganesh <jaikumar@google.com> | Mon Jul 11 11:59:12 2011 -0700 |
tree | cbce299b263c8f8a92001d8aefae8854211b9b06 | |
parent | 6e9e43f35ced9745b4df25457c73aba269f22d40 [diff] |
Bluetooth: Create l2cap_chan_send() This move all the sending logic to l2cap_core.c, but we still have a socket dependence there, struct msghdr. It will be removed in some of the further commits. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>