mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 09:51:57 +00:00
This was not building due to bt_l2cap_create_pdu API change. CC net/bluetooth/smp_null.o net/bluetooth/smp_null.c: In function 'bt_smp_recv': net/bluetooth/smp_null.c:59:2: warning: passing argument 1 of 'bt_l2cap_create_pdu' from incompatible pointer type [enabled by default] buf = bt_l2cap_create_pdu(conn); ^ In file included from net/bluetooth/smp_null.c:32:0: net/bluetooth/l2cap_internal.h:136:17: note: expected 'struct nano_fifo *' but argument is of type 'struct bt_conn *' struct net_buf *bt_l2cap_create_pdu(struct nano_fifo *fifo); Change-Id: I5fd8ce63da09af1c123b1092624d48edc009756b Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com> |
||
---|---|---|
.. | ||
bluetooth | ||
ip | ||
buf.c | ||
Kconfig | ||
Makefile |