commit | ada9a6f66fa39d2675ca057e876e91399e361b67 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@tieto.com> | Fri Jun 05 12:26:23 2015 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:18 2016 -0500 |
tree | e1abb8360cd3732ad9fc561c8eacea4e48c2ce42 | |
parent | 279f870bff96af4a237780b05eaa531e585922f2 [diff] |
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>