Bluetooth: L2CAP: Add initial public API

This split L2CAP API so that server API is available to applications
while the rest of the API is keep internal to the stack.

Change-Id: I031926ff906ce100684fba0947b2e9eb2c8fcaeb
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2015-10-05 13:53:03 +03:00 committed by Anas Nashif
commit 30b6a9fe7b
9 changed files with 114 additions and 8 deletions

View file

@ -35,7 +35,7 @@
#include "hci_core.h"
#include "conn_internal.h"
#include "l2cap.h"
#include "l2cap_internal.h"
#include "smp.h"
#include "att.h"
#include "gatt_internal.h"