commit | bb58f747e519aba07a6f05a78d58cf8a0788e2d5 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Feb 03 20:50:35 2011 -0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Feb 08 01:43:30 2011 -0200 |
tree | d65743650d5f1a164bbb709a8aa7df4b13250623 | |
parent | 0a708f8fc46fde3be2116b8d79f7469a24097c90 [diff] |
Bluetooth: Initial work for L2CAP split. This patch tries to do the minimal to move l2cap_sock_create() and its dependencies to l2cap_sock.c. It create a API to initialize and cleanup the L2CAP sockets from l2cap_core.c through l2cap_init_sockets() and l2cap_cleanup_sockets(). Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>