Find a file
Szymon Janc 7f9696c182 Bluetooth: SMP: Fix compilation with SC Only mode enabled
legacy_pairing_rsp is used only for legacy pairing. Fix following
with CONFIG_BLUETOOTH_SMP_SC_ONLY set.

  CC      net/bluetooth/smp.o
net/bluetooth/smp.c: In function 'legacy_pairing_rsp':
net/bluetooth/smp.c:1207:16: warning: implicit declaration of function
    'legacy_get_pair_method' [-Wimplicit-function-declaration]
  smp->method = legacy_get_pair_method(smp, remote_io);
                ^
net/bluetooth/smp.c:1209:8: warning: implicit declaration of function
    'legacy_request_tk' [-Wimplicit-function-declaration]
  ret = legacy_request_tk(smp);
        ^
net/bluetooth/smp.c:1216:10: warning: implicit declaration of function
    'legacy_send_pairing_confirm' [-Wimplicit-function-declaration]
   return legacy_send_pairing_confirm(smp);
          ^
net/bluetooth/smp.c: At top level:
net/bluetooth/smp.c:1201:16: warning: 'legacy_pairing_rsp' defined but not
    used [-Wunused-function]
 static uint8_t legacy_pairing_rsp(struct bt_smp *smp, uint8_t remote_io)
                ^
Change-Id: I0d65efa71859c23cf5b6f0bfa3386a23543bf907
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-11 20:44:58 +00:00
arch tickless idle x86: Tickless idle support on nanokernel for x86 2016-02-11 19:10:24 +00:00
boards adc : ti : only one instance 2016-02-10 11:23:56 -05:00
doc doc: Fix broken link for USB to TTL cable on Arduino 101 doc. 2016-02-11 20:11:35 +00:00
drivers spi : moving to a single SPI naming 2016-02-11 11:28:18 -08:00
include doc: API doc edits for microkernel event.h 2016-02-11 20:12:31 +00:00
kernel remove redundant checking for CONFIG_STACK_CANARIES 2016-02-11 18:48:45 +00:00
lib doc: Fix misuse of @file doxygen tag 2016-02-11 20:11:03 +00:00
misc init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
net Bluetooth: SMP: Fix compilation with SC Only mode enabled 2016-02-11 20:44:58 +00:00
samples Bluetooth: SMP: Use TinyCrypt for AES CMAC 2016-02-11 20:44:28 +00:00
scripts sanitychecks: add new keyword 'kernel' to testcase.ini 2016-02-11 02:23:26 +00:00
tests move benchmark applications to tests/benchmark/ 2016-02-11 13:08:44 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile kbuild: support arbitrary dir for Makefile.app 2016-02-11 14:20:03 +00:00
Makefile.inc build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
zephyr-env.sh mingw: Use windows path style when building with MinGW 2016-02-05 20:25:16 -05:00