commit | b090c4b586097e4bfdb2dcd7b203db960e783a95 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon May 16 17:24:37 2011 -0300 |
committer | Jaikumar Ganesh <jaikumar@google.com> | Mon Jul 11 11:59:19 2011 -0700 |
tree | 5bf7f328546e4aa1b42e47659eea7cb79ab2fe72 | |
parent | b87bf5b81d38fb89758fc52d80ebb987745af2cb [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>