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:
parent
f54c5b744d
commit
0bae6e8354
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue