zephyr/net
Szymon Janc ada9a6f66f Bluetooth: SMP: Fix compilation with debugs enabled
This fix following compilation error if CONFIG_BLUETOOTH_DEBUG_SMP
is defined:

In file included from net/bluetooth/smp.c:44:0:
net/bluetooth/smp.c: In function 'bt_smp_irk_matches':
net/bluetooth/smp.c:681:31: error: 'val' undeclared
    (first use in this function)
  BT_DBG("IRK %s bdaddr %s", h(val, 16), bt_addr_str(addr));

Change-Id: I3350620f1f7dc929b949b4483178df66dde55198
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
2016-02-05 20:14:18 -05:00
..
bluetooth Bluetooth: SMP: Fix compilation with debugs enabled 2016-02-05 20:14:18 -05:00
Kconfig Kbuild: Kconfig license headers. 2016-02-05 20:14:10 -05:00
Makefile Kbuild: Bluetooth driver support. 2016-02-05 20:14:08 -05:00