Go to file
Szymon Janc 74333b74af Bluetooth: SMP: Fix NULL backend compilation
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>
2016-02-05 20:25:08 -05:00
arch
configs
doc doc: Add bluetooth PTS 6.3 PICS file for GAP 2016-02-05 20:25:08 -05:00
drivers Bluetooth: h5: Fix coding style issues 2016-02-05 20:25:08 -05:00
include Bluetooth: Move BT_STACK definitions to log.h 2016-02-05 20:25:08 -05:00
kernel
lib
misc
net Bluetooth: SMP: Fix NULL backend compilation 2016-02-05 20:25:08 -05:00
samples Bluetooth: GATT: Pass bt_conn to the discovery function callback 2016-02-05 20:25:08 -05:00
scripts compare footprint: added error counter and error message for sanity. 2016-02-05 20:25:06 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile
Makefile.inc
zephyr-env.sh