commit | 80808e431e1ef25856457de82ce141bed6a6313a | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon May 16 17:24:37 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Jun 13 14:55:32 2011 -0300 |
tree | 021d6affd8b8f6bf81ba51fadb9951b0b9e47d27 | |
parent | dc50a06dac61d7ca7ddb3d9bb8921ca5d68f51b6 [diff] |
Bluetooth: Add l2cap_chan_ops abstraction Add an abstraction layer between L2CAP core and its users (only l2cap_sock.c now). The first function implemented is new_connection() that replaces calls to l2cap_sock_alloc() in l2cap_core.c Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>