Bluetooth: L2CAP: Include <bluetooth/buf.h>

This header defines BT_BUF_USER_DATA_MIN which is needed for declaring
buffers passed to BT stack and already includes <net/buf.h>.

Change-Id: I6b556be9fb3939a55af0b73d49fc59152d6d6a53
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-06-06 19:03:14 +02:00
commit 0bae6e8354

View file

@ -46,7 +46,7 @@ extern "C" {
#endif
#if defined(CONFIG_BLUETOOTH_CENTRAL) || defined(CONFIG_BLUETOOTH_PERIPHERAL)
#include <net/buf.h>
#include <bluetooth/buf.h>
#include <bluetooth/conn.h>
/** @brief L2CAP Endpoint structure. */