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:
parent
fb5581fa62
commit
30b6a9fe7b
9 changed files with 114 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue