10:05:59 **** Build of configuration Debug for project Einkauf **** make all Building file: ../src/temperature/i2c.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/temperature/i2c.d" -MT"src/temperature/i2c.o" -c -o "src/temperature/i2c.o" "../src/temperature/i2c.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../src/temperature/i2c.c:12: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../src/temperature/i2c.c: In function 'i2c_init': ../src/temperature/i2c.c:54:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(errCode != NRF_ERROR_INVALID_STATE & errCode != NRF_SUCCESS) ^ ../src/temperature/i2c.c: In function 'i2c_handler': ../src/temperature/i2c.c:121:66: warning: unused parameter 'pContext' [-Wunused-parameter] static void i2c_handler(nrf_drv_twi_evt_t const * pEvent, void * pContext) ^ Finished building: ../src/temperature/i2c.c Building file: ../src/temperature/temp_sensor.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/temperature/temp_sensor.d" -MT"src/temperature/temp_sensor.o" -c -o "src/temperature/temp_sensor.o" "../src/temperature/temp_sensor.c" In file included from ../src/temperature/temp_sensor.c:12:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../src/temperature/temp_sensor.c:16:0: ../src/temperature/temp_sensor.h: At top level: ../src/temperature/temp_sensor.h:41:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_conf_t; ^ ../src/temperature/temp_sensor.h:54:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_access_t; ^ ../src/temperature/temp_sensor.c: In function 'temp_sensor_delayTimeoutHandler': ../src/temperature/temp_sensor.c:149:51: warning: unused parameter 'pContext' [-Wunused-parameter] static void temp_sensor_delayTimeoutHandler(void *pContext) ^ Finished building: ../src/temperature/temp_sensor.c Building file: ../src/ext_memory/flash.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/ext_memory/flash.d" -MT"src/ext_memory/flash.o" -c -o "src/ext_memory/flash.o" "../src/ext_memory/flash.c" In file included from ../src/ext_memory/flash.c:12:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../src/ext_memory/flash.c:19:0: ../src/ext_memory/flash.h: At top level: ../src/ext_memory/flash.h:39:1: warning: '__packed__' attribute ignored [-Wattributes] }flash_status_t; ^ Finished building: ../src/ext_memory/flash.c Building file: ../src/ext_memory/memory_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/ext_memory/memory_manager.d" -MT"src/ext_memory/memory_manager.o" -c -o "src/ext_memory/memory_manager.o" "../src/ext_memory/memory_manager.c" In file included from ../src/ext_memory/memory_spi.h:19:0, from ../src/ext_memory/memory_manager.c:15: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../src/ext_memory/memory_manager.c:16:0: ../src/ext_memory/flash.h: At top level: ../src/ext_memory/flash.h:39:1: warning: '__packed__' attribute ignored [-Wattributes] }flash_status_t; ^ ../src/ext_memory/memory_manager.c: In function 'memory_manager_advertisementPicWrite': ../src/ext_memory/memory_manager.c:64:13: warning: 'error' may be used uninitialized in this function [-Wmaybe-uninitialized] ret_code_t error; ^ Finished building: ../src/ext_memory/memory_manager.c Building file: ../src/ext_memory/memory_spi.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/ext_memory/memory_spi.d" -MT"src/ext_memory/memory_spi.o" -c -o "src/ext_memory/memory_spi.o" "../src/ext_memory/memory_spi.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../src/ext_memory/memory_spi.c:12: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../src/ext_memory/memory_spi.c: In function 'memory_spi_init': ../src/ext_memory/memory_spi.c:58:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(error != NRF_ERROR_INVALID_STATE & error != NRF_SUCCESS) ^ Finished building: ../src/ext_memory/memory_spi.c Building file: ../src/ext_memory/ram.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/ext_memory/ram.d" -MT"src/ext_memory/ram.o" -c -o "src/ext_memory/ram.o" "../src/ext_memory/ram.c" In file included from ../src/ext_memory/ram.c:10:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../src/ext_memory/ram.c: In function 'ram_write': ../src/ext_memory/ram.c:85:13: warning: 'error' may be used uninitialized in this function [-Wmaybe-uninitialized] ret_code_t error; ^ Finished building: ../src/ext_memory/ram.c Building file: ../src/display/shoppingList/ShoppingListDrawer.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/shoppingList/ShoppingListDrawer.d" -MT"src/display/shoppingList/ShoppingListDrawer.o" -c -o "src/display/shoppingList/ShoppingListDrawer.o" "../src/display/shoppingList/ShoppingListDrawer.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/libraries/gfx/nrf_lcd.h:44, from ../components/libraries/gfx/nrf_gfx.h:47, from D:\Einkauf\src\display/epd.h:19, from ../src/display/shoppingList/ShoppingListDrawer.h:10, from ../src/display/shoppingList/ShoppingListDrawer.c:7: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../src/display/shoppingList/ShoppingListDrawer.c Building file: ../src/display/shoppingList/todoList.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/shoppingList/todoList.d" -MT"src/display/shoppingList/todoList.o" -c -o "src/display/shoppingList/todoList.o" "../src/display/shoppingList/todoList.c" ../src/display/shoppingList/todoList.c: In function 'AddItem': ../src/display/shoppingList/todoList.c:20:2: warning: braces around scalar initializer ShopItem newItem = {.id = {nextEl},.checked = {false}, .name = {'\0'}, .notEmpty = {true}}; ^ ../src/display/shoppingList/todoList.c:20:2: warning: (near initialization for 'newItem.id') ../src/display/shoppingList/todoList.c:20:2: warning: braces around scalar initializer ../src/display/shoppingList/todoList.c:20:2: warning: (near initialization for 'newItem.checked') ../src/display/shoppingList/todoList.c:20:2: warning: braces around scalar initializer ../src/display/shoppingList/todoList.c:20:2: warning: (near initialization for 'newItem.notEmpty') Finished building: ../src/display/shoppingList/todoList.c Building file: ../src/display/qrCode/qr-code1.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/qrCode/qr-code1.d" -MT"src/display/qrCode/qr-code1.o" -c -o "src/display/qrCode/qr-code1.o" "../src/display/qrCode/qr-code1.c" Finished building: ../src/display/qrCode/qr-code1.c Building file: ../src/display/qrCode/qr-code2.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/qrCode/qr-code2.d" -MT"src/display/qrCode/qr-code2.o" -c -o "src/display/qrCode/qr-code2.o" "../src/display/qrCode/qr-code2.c" Finished building: ../src/display/qrCode/qr-code2.c Building file: ../src/display/qrCode/qr_code.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/qrCode/qr_code.d" -MT"src/display/qrCode/qr_code.o" -c -o "src/display/qrCode/qr_code.o" "../src/display/qrCode/qr_code.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/libraries/gfx/nrf_lcd.h:44, from ../components/libraries/gfx/nrf_gfx.h:47, from D:\Einkauf\src\display/epd.h:19, from ../src/display/qrCode/qr_code.c:10: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../src/display/qrCode/qr_code.c Building file: ../src/display/images/4.2_watch.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/4.2_watch.d" -MT"src/display/images/4.2_watch.o" -c -o "src/display/images/4.2_watch.o" "../src/display/images/4.2_watch.c" Finished building: ../src/display/images/4.2_watch.c Building file: ../src/display/images/4.2_watch_black.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/4.2_watch_black.d" -MT"src/display/images/4.2_watch_black.o" -c -o "src/display/images/4.2_watch_black.o" "../src/display/images/4.2_watch_black.c" Finished building: ../src/display/images/4.2_watch_black.c Building file: ../src/display/images/4.2_white.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/4.2_white.d" -MT"src/display/images/4.2_white.o" -c -o "src/display/images/4.2_white.o" "../src/display/images/4.2_white.c" Finished building: ../src/display/images/4.2_white.c Building file: ../src/display/images/Ei.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/Ei.d" -MT"src/display/images/Ei.o" -c -o "src/display/images/Ei.o" "../src/display/images/Ei.c" Finished building: ../src/display/images/Ei.c Building file: ../src/display/images/Ei2.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/Ei2.d" -MT"src/display/images/Ei2.o" -c -o "src/display/images/Ei2.o" "../src/display/images/Ei2.c" Finished building: ../src/display/images/Ei2.c Building file: ../src/display/images/bottle.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/bottle.d" -MT"src/display/images/bottle.o" -c -o "src/display/images/bottle.o" "../src/display/images/bottle.c" Finished building: ../src/display/images/bottle.c Building file: ../src/display/images/coupon.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/coupon.d" -MT"src/display/images/coupon.o" -c -o "src/display/images/coupon.o" "../src/display/images/coupon.c" Finished building: ../src/display/images/coupon.c Building file: ../src/display/images/gitter.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/gitter.d" -MT"src/display/images/gitter.o" -c -o "src/display/images/gitter.o" "../src/display/images/gitter.c" Finished building: ../src/display/images/gitter.c Building file: ../src/display/images/thx_for_shopping.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/thx_for_shopping.d" -MT"src/display/images/thx_for_shopping.o" -c -o "src/display/images/thx_for_shopping.o" "../src/display/images/thx_for_shopping.c" Finished building: ../src/display/images/thx_for_shopping.c Building file: ../src/display/images/tulpe.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/tulpe.d" -MT"src/display/images/tulpe.o" -c -o "src/display/images/tulpe.o" "../src/display/images/tulpe.c" Finished building: ../src/display/images/tulpe.c Building file: ../src/display/images/welcome.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/welcome.d" -MT"src/display/images/welcome.o" -c -o "src/display/images/welcome.o" "../src/display/images/welcome.c" Finished building: ../src/display/images/welcome.c Building file: ../src/display/images/wurst.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/images/wurst.d" -MT"src/display/images/wurst.o" -c -o "src/display/images/wurst.o" "../src/display/images/wurst.c" Finished building: ../src/display/images/wurst.c Building file: ../src/display/advertisement/ad_drawer.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/advertisement/ad_drawer.d" -MT"src/display/advertisement/ad_drawer.o" -c -o "src/display/advertisement/ad_drawer.o" "../src/display/advertisement/ad_drawer.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/libraries/gfx/nrf_lcd.h:44, from ../components/libraries/gfx/nrf_gfx.h:47, from D:\Einkauf\src\display/epd.h:19, from ../src/display/advertisement/ad_drawer.c:13: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../src/display/advertisement/ad_drawer.c Building file: ../src/display/epd.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/epd.d" -MT"src/display/epd.o" -c -o "src/display/epd.o" "../src/display/epd.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/hal/nrf_gpio.h:45, from ../src/display/epd.c:14: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../src/display/epd.c:23:0: D:\Einkauf\src\temperature/temp_sensor.h: At top level: D:\Einkauf\src\temperature/temp_sensor.h:41:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_conf_t; ^ D:\Einkauf\src\temperature/temp_sensor.h:54:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_access_t; ^ ../src/display/epd.c: In function 'epd_rotate': ../src/display/epd.c:46:36: warning: unused parameter 'rotation' [-Wunused-parameter] void epd_rotate(nrf_lcd_rotation_t rotation){} ^ ../src/display/epd.c: In function 'epd_invert': ../src/display/epd.c:48:22: warning: unused parameter 'invert' [-Wunused-parameter] void epd_invert(bool invert){} ^ ../src/display/epd.c: In function 'epd_frameBufferSet': ../src/display/epd.c:193:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uint32_t count = 0; count < ((epdConfig.height * epdConfig.width) / 8); count++) ^ ../src/display/epd.c:201:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uint32_t count = 0; count < ((epdConfig.height * epdConfig.width) / 8); count++) ^ ../src/display/epd.c:223:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uint32_t count = 0; count < ((epdConfig.height * epdConfig.width) / 8); count++) ^ ../src/display/epd.c:231:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uint32_t count = 0; count < ((epdConfig.height * epdConfig.width) / 8); count++) ^ ../src/display/epd.c: In function 'epd_displayClear': ../src/display/epd.c:332:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uint32_t count = 0; count < ((epdConfig.height * epdConfig.width) / 8); count++) ^ ../src/display/epd.c:339:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(uint32_t count = 0; count < ((epdConfig.height * epdConfig.width) / 8); count++) ^ ../src/display/epd.c: In function 'epd_pixelSet': ../src/display/epd.c:395:2: warning: enumeration value 'NRF_LCD_ROTATE_0' not handled in switch [-Wswitch] switch (epdConfig.rotation) { ^ ../src/display/epd.c:420:10: warning: variable 'redByte' set but not used [-Wunused-but-set-variable] uint8_t redByte; ^ ../src/display/epd.c: In function 'epd_checkRotation': ../src/display/epd.c:502:2: warning: enumeration value 'NRF_LCD_ROTATE_0' not handled in switch [-Wswitch] switch (epdConfig.rotation) { ^ Finished building: ../src/display/epd.c Building file: ../src/display/epd_spi.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/epd_spi.d" -MT"src/display/epd_spi.o" -c -o "src/display/epd_spi.o" "../src/display/epd_spi.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../src/display/epd_spi.c:13: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../src/display/epd_spi.c Building file: ../src/display/luts.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/display/luts.d" -MT"src/display/luts.o" -c -o "src/display/luts.o" "../src/display/luts.c" Finished building: ../src/display/luts.c Building file: ../src/BLE/ble_sca/ble_sca.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/BLE/ble_sca/ble_sca.d" -MT"src/BLE/ble_sca/ble_sca.o" -c -o "src/BLE/ble_sca/ble_sca.o" "../src/BLE/ble_sca/ble_sca.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from D:\Einkauf\src\BLE/ble_sca/ble_sca.h:30, from ../src/BLE/ble_sca/ble_sca.c:15: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from D:\Einkauf\src\BLE/ble_sca/ble_sca.h:32:0, from ../src/BLE/ble_sca/ble_sca.c:15: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../src/BLE/ble_sca/ble_sca.c:15:0: D:\Einkauf\src\BLE/ble_sca/ble_sca.h: At top level: D:\Einkauf\src\BLE/ble_sca/ble_sca.h:55:1: warning: '__packed__' attribute ignored [-Wattributes] }ble_sca_evt_data_t; ^ Finished building: ../src/BLE/ble_sca/ble_sca.c Building file: ../src/BLE/ble_peers.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/BLE/ble_peers.d" -MT"src/BLE/ble_peers.o" -c -o "src/BLE/ble_peers.o" "../src/BLE/ble_peers.c" In file included from ../src/BLE/ble_peers.c:15:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../src/BLE/ble_peers.c:16: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ Finished building: ../src/BLE/ble_peers.c Building file: ../src/BLE/ble_services.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/BLE/ble_services.d" -MT"src/BLE/ble_services.o" -c -o "src/BLE/ble_services.o" "../src/BLE/ble_services.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/common/ble_conn_state.h:73, from ../src/BLE/ble_services.c:10: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/timer/app_timer.h:71:0, from ../src/BLE/ble_services.c:12: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../src/BLE/ble_services.c:17:0: D:\Einkauf\src/BLE/ble_user.h: At top level: D:\Einkauf\src/BLE/ble_user.h:25:1: warning: '__packed__' attribute ignored [-Wattributes] }manu_data_t; ^ In file included from ../src/BLE/ble_services.c:19:0: D:\Einkauf\src/BLE/ble_sca/ble_sca.h:55:1: warning: '__packed__' attribute ignored [-Wattributes] }ble_sca_evt_data_t; ^ ../src/BLE/ble_services.c: In function 'ble_services_scaEvtHandler': ../src/BLE/ble_services.c:62:2: warning: enumeration value 'BLE_SCA_EVT_CONNECTED' not handled in switch [-Wswitch] switch(pEvtData->evtType) ^ ../src/BLE/ble_services.c:62:2: warning: enumeration value 'BLE_SCA_EVT_DISCONNECTED' not handled in switch [-Wswitch] Finished building: ../src/BLE/ble_services.c Building file: ../src/BLE/ble_user.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/BLE/ble_user.d" -MT"src/BLE/ble_user.o" -c -o "src/BLE/ble_user.o" "../src/BLE/ble_user.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../src/BLE/ble_user.c:15: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../src/BLE/ble_user.c:17:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../src/BLE/ble_user.c:15: ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_enable': ../components/softdevice/s130/headers/nrf_sdm.h:229:88: warning: unused parameter 'p_clock_lf_cfg' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h:229:124: warning: unused parameter 'fault_handler' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_is_enabled': ../components/softdevice/s130/headers/nrf_sdm.h:253:79: warning: unused parameter 'p_softdevice_enabled' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_IS_ENABLED, uint32_t, sd_softdevice_is_enabled(uint8_t * p_softdevice_enabled)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_vector_table_base_set': ../components/softdevice/s130/headers/nrf_sdm.h:263:100: warning: unused parameter 'address' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_VECTOR_TABLE_BASE_SET, uint32_t, sd_softdevice_vector_table_base_set(uint32_t address)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../src/BLE/ble_user.c:29:0: D:\Einkauf\src/BLE/ble_user.h: At top level: D:\Einkauf\src/BLE/ble_user.h:25:1: warning: '__packed__' attribute ignored [-Wattributes] }manu_data_t; ^ In file included from ../src/BLE/ble_user.c:32:0: D:\Einkauf\src/BLE/ble_sca/ble_sca.h:55:1: warning: '__packed__' attribute ignored [-Wattributes] }ble_sca_evt_data_t; ^ ../src/BLE/ble_user.c: In function 'ble_user_stackInit': ../src/BLE/ble_user.c:101:5: warning: implicit declaration of function 'softdevice_enable_get_default_config' [-Wimplicit-function-declaration] error = softdevice_enable_get_default_config(CENTRAL_LINK_COUNT, PERIPHERAL_LINK_COUNT, &bleEnableParams); ^ ../src/BLE/ble_user.c:111:5: warning: implicit declaration of function 'softdevice_enable' [-Wimplicit-function-declaration] error = softdevice_enable(&bleEnableParams); ^ ../src/BLE/ble_user.c:115:5: warning: implicit declaration of function 'softdevice_ble_evt_handler_set' [-Wimplicit-function-declaration] error = softdevice_ble_evt_handler_set(ble_user_evtDispatch); ^ ../src/BLE/ble_user.c: In function 'ble_user_gapParamsInit': ../src/BLE/ble_user.c:155:5: warning: missing braces around initializer [-Wmissing-braces] ble_opt_t staticPinOption = {0}; ^ ../src/BLE/ble_user.c:155:5: warning: (near initialization for 'staticPinOption.common_opt') [-Wmissing-braces] Finished building: ../src/BLE/ble_user.c Building file: ../src/adc.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/adc.d" -MT"src/adc.o" -c -o "src/adc.o" "../src/adc.c" In file included from ../components/libraries/timer/app_timer.h:71:0, from ../src/adc.c:11: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../src/adc.c: In function 'adc_init': ../src/adc.c:59:14: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(error != NRF_ERROR_INVALID_STATE & error != NRF_SUCCESS) ^ ../src/adc.c: In function 'adc_delayTimeoutHandler': ../src/adc.c:107:43: warning: unused parameter 'pContext' [-Wunused-parameter] static void adc_delayTimeoutHandler(void *pContext) ^ Finished building: ../src/adc.c Building file: ../src/buttons.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/buttons.d" -MT"src/buttons.o" -c -o "src/buttons.o" "../src/buttons.c" In file included from ../components/libraries/button/app_button.h:70:0, from ../src/buttons.c:12: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../src/buttons.c Building file: ../src/main.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/main.d" -MT"src/main.o" -c -o "src/main.o" "../src/main.c" In file included from D:\Einkauf\src/ext_memory/memory_spi.h:19:0, from ../src/main.c:11: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../components/softdevice/s130/headers/nrf_sdm.h:48:0, from ../src/main.c:20: ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_enable': ../components/softdevice/s130/headers/nrf_sdm.h:229:88: warning: unused parameter 'p_clock_lf_cfg' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h:229:124: warning: unused parameter 'fault_handler' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_is_enabled': ../components/softdevice/s130/headers/nrf_sdm.h:253:79: warning: unused parameter 'p_softdevice_enabled' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_IS_ENABLED, uint32_t, sd_softdevice_is_enabled(uint8_t * p_softdevice_enabled)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_vector_table_base_set': ../components/softdevice/s130/headers/nrf_sdm.h:263:100: warning: unused parameter 'address' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_VECTOR_TABLE_BASE_SET, uint32_t, sd_softdevice_vector_table_base_set(uint32_t address)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../src/main.c:25:0: ../src/temperature/temp_sensor.h: At top level: ../src/temperature/temp_sensor.h:41:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_conf_t; ^ ../src/temperature/temp_sensor.h:54:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_access_t; ^ ../src/main.c: In function 'main': ../src/main.c:71:3: warning: implicit declaration of function 'flash_chipErase' [-Wimplicit-function-declaration] flash_chipErase(); ^ Finished building: ../src/main.c Building file: ../src/power_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/power_manager.d" -MT"src/power_manager.o" -c -o "src/power_manager.o" "../src/power_manager.c" In file included from ../src/power_manager.c:15:0: ../src/temperature/temp_sensor.h:41:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_conf_t; ^ ../src/temperature/temp_sensor.h:54:1: warning: '__packed__' attribute ignored [-Wattributes] }temp_reg_access_t; ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/libraries/gfx/nrf_lcd.h:44, from ../components/libraries/gfx/nrf_gfx.h:47, from ../src/display/epd.h:19, from ../src/power_manager.c:17: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../src/power_manager.c Building file: ../src/statemachine.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"src/statemachine.d" -MT"src/statemachine.o" -c -o "src/statemachine.o" "../src/statemachine.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/libraries/gfx/nrf_lcd.h:44, from ../components/libraries/gfx/nrf_gfx.h:47, from ../src/display/epd.h:19, from ../src/statemachine.c:18: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/peer_manager.h:67, from ../src/BLE/ble_peers.h:19, from ../src/statemachine.c:20: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../src/statemachine.c: In function 'statemachine_nextStateAdvPicSet': ../src/statemachine.c:55:61: warning: unused parameter 'pic' [-Wunused-parameter] void statemachine_nextStateAdvPicSet(state_t state, uint8_t pic) ^ ../src/statemachine.c: In function 'statemachine_process': ../src/statemachine.c:83:2: warning: enumeration value 'STATE_IDLE' not handled in switch [-Wswitch] switch(systemState) ^ Finished building: ../src/statemachine.c Building file: ../external/thedotfactory_fonts/grotesk22.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"external/thedotfactory_fonts/grotesk22.d" -MT"external/thedotfactory_fonts/grotesk22.o" -c -o "external/thedotfactory_fonts/grotesk22.o" "../external/thedotfactory_fonts/grotesk22.c" ../external/thedotfactory_fonts/grotesk22.c:3480:2: warning: multi-character character constant [-Wmultichar] '/xFC', // End character ^ ../external/thedotfactory_fonts/grotesk22.c:3480:2: warning: large integer implicitly truncated to unsigned type [-Woverflow] Finished building: ../external/thedotfactory_fonts/grotesk22.c Building file: ../external/thedotfactory_fonts/orkney24pts.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"external/thedotfactory_fonts/orkney24pts.d" -MT"external/thedotfactory_fonts/orkney24pts.o" -c -o "external/thedotfactory_fonts/orkney24pts.o" "../external/thedotfactory_fonts/orkney24pts.c" Finished building: ../external/thedotfactory_fonts/orkney24pts.c Building file: ../external/thedotfactory_fonts/orkney8pts.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"external/thedotfactory_fonts/orkney8pts.d" -MT"external/thedotfactory_fonts/orkney8pts.o" -c -o "external/thedotfactory_fonts/orkney8pts.o" "../external/thedotfactory_fonts/orkney8pts.c" Finished building: ../external/thedotfactory_fonts/orkney8pts.c Building file: ../external/thedotfactory_fonts/telegrotesk12pts.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"external/thedotfactory_fonts/telegrotesk12pts.d" -MT"external/thedotfactory_fonts/telegrotesk12pts.o" -c -o "external/thedotfactory_fonts/telegrotesk12pts.o" "../external/thedotfactory_fonts/telegrotesk12pts.c" Finished building: ../external/thedotfactory_fonts/telegrotesk12pts.c Building file: ../external/thedotfactory_fonts/telegrotesk36.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"external/thedotfactory_fonts/telegrotesk36.d" -MT"external/thedotfactory_fonts/telegrotesk36.o" -c -o "external/thedotfactory_fonts/telegrotesk36.o" "../external/thedotfactory_fonts/telegrotesk36.c" Finished building: ../external/thedotfactory_fonts/telegrotesk36.c Building file: ../external/thedotfactory_fonts/telergrotesk26.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"external/thedotfactory_fonts/telergrotesk26.d" -MT"external/thedotfactory_fonts/telergrotesk26.o" -c -o "external/thedotfactory_fonts/telergrotesk26.o" "../external/thedotfactory_fonts/telergrotesk26.c" ../external/thedotfactory_fonts/telergrotesk26.c:4086:2: warning: multi-character character constant [-Wmultichar] '/xFC', /* End character */ ^ ../external/thedotfactory_fonts/telergrotesk26.c:4086:2: warning: large integer implicitly truncated to unsigned type [-Woverflow] Finished building: ../external/thedotfactory_fonts/telergrotesk26.c Building file: ../components/toolchain/system_nrf51.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/toolchain/system_nrf51.d" -MT"components/toolchain/system_nrf51.o" -c -o "components/toolchain/system_nrf51.o" "../components/toolchain/system_nrf51.c" Finished building: ../components/toolchain/system_nrf51.c Building file: ../components/softdevice/common/softdevice_handler/softdevice_handler.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/softdevice/common/softdevice_handler/softdevice_handler.d" -MT"components/softdevice/common/softdevice_handler/softdevice_handler.o" -c -o "components/softdevice/common/softdevice_handler/softdevice_handler.o" "../components/softdevice/common/softdevice_handler/softdevice_handler.c" In file included from ../components/softdevice/s130/headers/nrf_sdm.h:48:0, from ../components/softdevice/common/softdevice_handler/softdevice_handler.h:65, from ../components/softdevice/common/softdevice_handler/softdevice_handler.c:40: ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_enable': ../components/softdevice/s130/headers/nrf_sdm.h:229:88: warning: unused parameter 'p_clock_lf_cfg' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h:229:124: warning: unused parameter 'fault_handler' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_ENABLE, uint32_t, sd_softdevice_enable(nrf_clock_lf_cfg_t const * p_clock_lf_cfg, nrf_fault_handler_t fault_handler)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_is_enabled': ../components/softdevice/s130/headers/nrf_sdm.h:253:79: warning: unused parameter 'p_softdevice_enabled' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_IS_ENABLED, uint32_t, sd_softdevice_is_enabled(uint8_t * p_softdevice_enabled)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_sdm.h: In function 'sd_softdevice_vector_table_base_set': ../components/softdevice/s130/headers/nrf_sdm.h:263:100: warning: unused parameter 'address' [-Wunused-parameter] SVCALL(SD_SOFTDEVICE_VECTOR_TABLE_BASE_SET, uint32_t, sd_softdevice_vector_table_base_set(uint32_t address)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/softdevice/common/softdevice_handler/softdevice_handler.h:66:0, from ../components/softdevice/common/softdevice_handler/softdevice_handler.c:40: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/softdevice/common/softdevice_handler/softdevice_handler.c Building file: ../components/libraries/util/app_error.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/util/app_error.d" -MT"components/libraries/util/app_error.o" -c -o "components/libraries/util/app_error.o" "../components/libraries/util/app_error.c" In file included from ../components/libraries/util/app_error.c:52:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/libraries/util/app_error.c Building file: ../components/libraries/util/app_error_weak.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/util/app_error_weak.d" -MT"components/libraries/util/app_error_weak.o" -c -o "components/libraries/util/app_error_weak.o" "../components/libraries/util/app_error_weak.c" In file included from ../components/libraries/util/app_error_weak.c:41:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/libraries/util/app_error_weak.c Building file: ../components/libraries/util/app_util_platform.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/util/app_util_platform.d" -MT"components/libraries/util/app_util_platform.o" -c -o "components/libraries/util/app_util_platform.o" "../components/libraries/util/app_util_platform.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/libraries/util/app_util_platform.c:41: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/libraries/util/app_util_platform.c: In function 'app_util_critical_region_enter': ../components/libraries/util/app_util_platform.c:65:46: warning: unused parameter 'p_nested' [-Wunused-parameter] void app_util_critical_region_enter(uint8_t *p_nested) ^ ../components/libraries/util/app_util_platform.c: In function 'app_util_critical_region_exit': ../components/libraries/util/app_util_platform.c:79:44: warning: unused parameter 'nested' [-Wunused-parameter] void app_util_critical_region_exit(uint8_t nested) ^ Finished building: ../components/libraries/util/app_util_platform.c Building file: ../components/libraries/util/nrf_assert.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/util/nrf_assert.d" -MT"components/libraries/util/nrf_assert.o" -c -o "components/libraries/util/nrf_assert.o" "../components/libraries/util/nrf_assert.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/nrf_assert.c:40: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/libraries/util/nrf_assert.c Building file: ../components/libraries/util/sdk_errors.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/util/sdk_errors.d" -MT"components/libraries/util/sdk_errors.o" -c -o "components/libraries/util/sdk_errors.o" "../components/libraries/util/sdk_errors.c" Finished building: ../components/libraries/util/sdk_errors.c Building file: ../components/libraries/util/sdk_mapped_flags.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/util/sdk_mapped_flags.d" -MT"components/libraries/util/sdk_mapped_flags.o" -c -o "components/libraries/util/sdk_mapped_flags.o" "../components/libraries/util/sdk_mapped_flags.c" Finished building: ../components/libraries/util/sdk_mapped_flags.c Building file: ../components/libraries/uart/app_uart.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/uart/app_uart.d" -MT"components/libraries/uart/app_uart.o" -c -o "components/libraries/uart/app_uart.o" "../components/libraries/uart/app_uart.c" Finished building: ../components/libraries/uart/app_uart.c Building file: ../components/libraries/uart/retarget.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/uart/retarget.d" -MT"components/libraries/uart/retarget.o" -c -o "components/libraries/uart/retarget.o" "../components/libraries/uart/retarget.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/libraries/uart/app_uart.h:55, from ../components/libraries/uart/retarget.c:54: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/libraries/uart/retarget.c: In function '_read': ../components/libraries/uart/retarget.c:104:40: warning: unused parameter 'len' [-Wunused-parameter] int _read(int file, char * p_char, int len) ^ Finished building: ../components/libraries/uart/retarget.c Building file: ../components/libraries/twi/app_twi.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/twi/app_twi.d" -MT"components/libraries/twi/app_twi.o" -c -o "components/libraries/twi/app_twi.o" "../components/libraries/twi/app_twi.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/twi/app_twi.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/libraries/twi/app_twi.c Building file: ../components/libraries/timer/app_timer.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/timer/app_timer.d" -MT"components/libraries/timer/app_timer.o" -c -o "components/libraries/timer/app_timer.o" "../components/libraries/timer/app_timer.c" In file included from ../components/libraries/timer/app_timer.h:71:0, from ../components/libraries/timer/app_timer.c:42: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../components/softdevice/s130/headers/nrf_soc.h:49:0, from ../components/libraries/timer/app_timer.c:45: ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/libraries/timer/app_timer.c: In function 'compare_reg_update': ../components/libraries/timer/app_timer.c:667:47: warning: unused parameter 'p_timer_id_head_old' [-Wunused-parameter] static void compare_reg_update(timer_node_t * p_timer_id_head_old) ^ Finished building: ../components/libraries/timer/app_timer.c Building file: ../components/libraries/log/src/nrf_log_backend_serial.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/log/src/nrf_log_backend_serial.d" -MT"components/libraries/log/src/nrf_log_backend_serial.o" -c -o "components/libraries/log/src/nrf_log_backend_serial.o" "../components/libraries/log/src/nrf_log_backend_serial.c" Finished building: ../components/libraries/log/src/nrf_log_backend_serial.c Building file: ../components/libraries/log/src/nrf_log_frontend.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/log/src/nrf_log_frontend.d" -MT"components/libraries/log/src/nrf_log_frontend.o" -c -o "components/libraries/log/src/nrf_log_frontend.o" "../components/libraries/log/src/nrf_log_frontend.c" Finished building: ../components/libraries/log/src/nrf_log_frontend.c Building file: ../components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.d" -MT"components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.o" -c -o "components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.o" "../components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.c" Finished building: ../components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.c Building file: ../components/libraries/hardfault/hardfault_implementation.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/hardfault/hardfault_implementation.d" -MT"components/libraries/hardfault/hardfault_implementation.o" -c -o "components/libraries/hardfault/hardfault_implementation.o" "../components/libraries/hardfault/hardfault_implementation.c" Finished building: ../components/libraries/hardfault/hardfault_implementation.c Building file: ../components/libraries/gpiote/app_gpiote.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/gpiote/app_gpiote.d" -MT"components/libraries/gpiote/app_gpiote.o" -c -o "components/libraries/gpiote/app_gpiote.o" "../components/libraries/gpiote/app_gpiote.c" Finished building: ../components/libraries/gpiote/app_gpiote.c Building file: ../components/libraries/gfx/nrf_gfx.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/gfx/nrf_gfx.d" -MT"components/libraries/gfx/nrf_gfx.o" -c -o "components/libraries/gfx/nrf_gfx.o" "../components/libraries/gfx/nrf_gfx.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/libraries/gfx/nrf_lcd.h:44, from ../components/libraries/gfx/nrf_gfx.h:47, from ../components/libraries/gfx/nrf_gfx.c:45: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/libraries/gfx/nrf_gfx.c Building file: ../components/libraries/fstorage/fstorage.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/fstorage/fstorage.d" -MT"components/libraries/fstorage/fstorage.o" -c -o "components/libraries/fstorage/fstorage.o" "../components/libraries/fstorage/fstorage.c" In file included from ../components/softdevice/s130/headers/nrf_soc.h:49:0, from ../components/libraries/fstorage/fstorage.c:49: ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ Finished building: ../components/libraries/fstorage/fstorage.c Building file: ../components/libraries/fds/fds.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/fds/fds.d" -MT"components/libraries/fds/fds.o" -c -o "components/libraries/fds/fds.o" "../components/libraries/fds/fds.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/libraries/fds/fds.h:60, from ../components/libraries/fds/fds.c:42: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/libraries/fds/fds.c: In function 'fs_event_handler': ../components/libraries/fds/fds.c:1485:53: warning: unused parameter 'p_evt' [-Wunused-parameter] static void fs_event_handler(fs_evt_t const * const p_evt, fs_ret_t result) ^ Finished building: ../components/libraries/fds/fds.c Building file: ../components/libraries/button/app_button.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/libraries/button/app_button.d" -MT"components/libraries/button/app_button.o" -c -o "components/libraries/button/app_button.o" "../components/libraries/button/app_button.c" In file included from ../components/libraries/button/app_button.h:70:0, from ../components/libraries/button/app_button.c:42: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/libraries/button/app_button.c: In function 'detection_delay_timeout_handler': ../components/libraries/button/app_button.c:83:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((m_pin_state & (1 << p_btn->pin_no)) == (pin_is_set << p_btn->pin_no)) ^ ../components/libraries/button/app_button.c:70:52: warning: unused parameter 'p_context' [-Wunused-parameter] static void detection_delay_timeout_handler(void * p_context) ^ ../components/libraries/button/app_button.c: In function 'gpiote_event_handler': ../components/libraries/button/app_button.c:96:82: warning: unused parameter 'action' [-Wunused-parameter] static void gpiote_event_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action) ^ Finished building: ../components/libraries/button/app_button.c Building file: ../components/drivers_nrf/uart/nrf_drv_uart.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/uart/nrf_drv_uart.d" -MT"components/drivers_nrf/uart/nrf_drv_uart.o" -c -o "components/drivers_nrf/uart/nrf_drv_uart.o" "../components/drivers_nrf/uart/nrf_drv_uart.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/uart/nrf_drv_uart.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/drivers_nrf/uart/nrf_drv_uart.c: In function 'nrf_drv_uart_rx_for_uart': ../components/drivers_nrf/uart/nrf_drv_uart.c:476:98: warning: unused parameter 'p_data' [-Wunused-parameter] __STATIC_INLINE ret_code_t nrf_drv_uart_rx_for_uart(const nrf_drv_uart_t * p_instance, uint8_t * p_data, uint8_t length, bool second_buffer) ^ ../components/drivers_nrf/uart/nrf_drv_uart.c:476:114: warning: unused parameter 'length' [-Wunused-parameter] __STATIC_INLINE ret_code_t nrf_drv_uart_rx_for_uart(const nrf_drv_uart_t * p_instance, uint8_t * p_data, uint8_t length, bool second_buffer) ^ Finished building: ../components/drivers_nrf/uart/nrf_drv_uart.c Building file: ../components/drivers_nrf/twi_master/nrf_drv_twi.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/twi_master/nrf_drv_twi.d" -MT"components/drivers_nrf/twi_master/nrf_drv_twi.o" -c -o "components/drivers_nrf/twi_master/nrf_drv_twi.o" "../components/drivers_nrf/twi_master/nrf_drv_twi.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/drivers_nrf/twi_master/nrf_drv_twi.c:46: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/drivers_nrf/twi_master/nrf_drv_twi.c Building file: ../components/drivers_nrf/spi_master/nrf_drv_spi.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/spi_master/nrf_drv_spi.d" -MT"components/drivers_nrf/spi_master/nrf_drv_spi.o" -c -o "components/drivers_nrf/spi_master/nrf_drv_spi.o" "../components/drivers_nrf/spi_master/nrf_drv_spi.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/drivers_nrf/spi_master/nrf_drv_spi.c:47: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/drivers_nrf/spi_master/nrf_drv_spi.c Building file: ../components/drivers_nrf/ppi/nrf_drv_ppi.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/ppi/nrf_drv_ppi.d" -MT"components/drivers_nrf/ppi/nrf_drv_ppi.o" -c -o "components/drivers_nrf/ppi/nrf_drv_ppi.o" "../components/drivers_nrf/ppi/nrf_drv_ppi.c" Finished building: ../components/drivers_nrf/ppi/nrf_drv_ppi.c Building file: ../components/drivers_nrf/hal/nrf_adc.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/hal/nrf_adc.d" -MT"components/drivers_nrf/hal/nrf_adc.o" -c -o "components/drivers_nrf/hal/nrf_adc.o" "../components/drivers_nrf/hal/nrf_adc.c" Finished building: ../components/drivers_nrf/hal/nrf_adc.c Building file: ../components/drivers_nrf/hal/nrf_ecb.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/hal/nrf_ecb.d" -MT"components/drivers_nrf/hal/nrf_ecb.o" -c -o "components/drivers_nrf/hal/nrf_ecb.o" "../components/drivers_nrf/hal/nrf_ecb.c" Finished building: ../components/drivers_nrf/hal/nrf_ecb.c Building file: ../components/drivers_nrf/hal/nrf_nvmc.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/hal/nrf_nvmc.d" -MT"components/drivers_nrf/hal/nrf_nvmc.o" -c -o "components/drivers_nrf/hal/nrf_nvmc.o" "../components/drivers_nrf/hal/nrf_nvmc.c" Finished building: ../components/drivers_nrf/hal/nrf_nvmc.c Building file: ../components/drivers_nrf/hal/nrf_saadc.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/hal/nrf_saadc.d" -MT"components/drivers_nrf/hal/nrf_saadc.o" -c -o "components/drivers_nrf/hal/nrf_saadc.o" "../components/drivers_nrf/hal/nrf_saadc.c" Finished building: ../components/drivers_nrf/hal/nrf_saadc.c Building file: ../components/drivers_nrf/gpiote/nrf_drv_gpiote.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/gpiote/nrf_drv_gpiote.d" -MT"components/drivers_nrf/gpiote/nrf_drv_gpiote.o" -c -o "components/drivers_nrf/gpiote/nrf_drv_gpiote.o" "../components/drivers_nrf/gpiote/nrf_drv_gpiote.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/hal/nrf_gpio.h:45, from ../components/drivers_nrf/gpiote/nrf_drv_gpiote.h:55, from ../components/drivers_nrf/gpiote/nrf_drv_gpiote.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/drivers_nrf/gpiote/nrf_drv_gpiote.c Building file: ../components/drivers_nrf/common/nrf_drv_common.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/common/nrf_drv_common.d" -MT"components/drivers_nrf/common/nrf_drv_common.o" -c -o "components/drivers_nrf/common/nrf_drv_common.o" "../components/drivers_nrf/common/nrf_drv_common.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/drivers_nrf/common/nrf_drv_common.c:42: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/drivers_nrf/common/nrf_drv_common.c Building file: ../components/drivers_nrf/clock/nrf_drv_clock.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/clock/nrf_drv_clock.d" -MT"components/drivers_nrf/clock/nrf_drv_clock.o" -c -o "components/drivers_nrf/clock/nrf_drv_clock.o" "../components/drivers_nrf/clock/nrf_drv_clock.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/clock/nrf_drv_clock.h:47, from ../components/drivers_nrf/clock/nrf_drv_clock.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/drivers_nrf/clock/nrf_drv_clock.c: In function 'nrf_drv_clock_calibration_start': ../components/drivers_nrf/clock/nrf_drv_clock.c:397:52: warning: unused parameter 'interval' [-Wunused-parameter] ret_code_t nrf_drv_clock_calibration_start(uint8_t interval, nrf_drv_clock_event_handler_t handler) ^ ../components/drivers_nrf/clock/nrf_drv_clock.c:397:92: warning: unused parameter 'handler' [-Wunused-parameter] ret_code_t nrf_drv_clock_calibration_start(uint8_t interval, nrf_drv_clock_event_handler_t handler) ^ ../components/drivers_nrf/clock/nrf_drv_clock.c: In function 'nrf_drv_clock_is_calibrating': ../components/drivers_nrf/clock/nrf_drv_clock.c:472:48: warning: unused parameter 'p_is_calibrating' [-Wunused-parameter] ret_code_t nrf_drv_clock_is_calibrating(bool * p_is_calibrating) ^ Finished building: ../components/drivers_nrf/clock/nrf_drv_clock.c Building file: ../components/drivers_nrf/adc/nrf_drv_adc.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/drivers_nrf/adc/nrf_drv_adc.d" -MT"components/drivers_nrf/adc/nrf_drv_adc.o" -c -o "components/drivers_nrf/adc/nrf_drv_adc.o" "../components/drivers_nrf/adc/nrf_drv_adc.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/drivers_nrf/common/nrf_drv_common.h:49, from ../components/drivers_nrf/adc/nrf_drv_adc.c:44: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/drivers_nrf/adc/nrf_drv_adc.c Building file: ../components/ble/peer_manager/gatt_cache_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/gatt_cache_manager.d" -MT"components/ble/peer_manager/gatt_cache_manager.o" -c -o "components/ble/peer_manager/gatt_cache_manager.o" "../components/ble/peer_manager/gatt_cache_manager.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/gatt_cache_manager.h:47, from ../components/ble/peer_manager/gatt_cache_manager.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/gatt_cache_manager.h:49, from ../components/ble/peer_manager/gatt_cache_manager.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/gatt_cache_manager.c Building file: ../components/ble/peer_manager/gatts_cache_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/gatts_cache_manager.d" -MT"components/ble/peer_manager/gatts_cache_manager.o" -c -o "components/ble/peer_manager/gatts_cache_manager.o" "../components/ble/peer_manager/gatts_cache_manager.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/gatts_cache_manager.h:47, from ../components/ble/peer_manager/gatts_cache_manager.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/gatts_cache_manager.h:49, from ../components/ble/peer_manager/gatts_cache_manager.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/gatts_cache_manager.c Building file: ../components/ble/peer_manager/id_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/id_manager.d" -MT"components/ble/peer_manager/id_manager.o" -c -o "components/ble/peer_manager/id_manager.o" "../components/ble/peer_manager/id_manager.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/id_manager.h:47, from ../components/ble/peer_manager/id_manager.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/id_manager.h:49, from ../components/ble/peer_manager/id_manager.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/id_manager.h:47, from ../components/ble/peer_manager/id_manager.c:43: ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/ble/peer_manager/id_manager.c: In function 'im_device_identities_list_set': ../components/ble/peer_manager/id_manager.c:698:63: warning: unused parameter 'p_peers' [-Wunused-parameter] ret_code_t im_device_identities_list_set(pm_peer_id_t const * p_peers, ^ ../components/ble/peer_manager/id_manager.c:699:63: warning: unused parameter 'peer_cnt' [-Wunused-parameter] uint32_t peer_cnt) ^ ../components/ble/peer_manager/id_manager.c: In function 'im_id_addr_set': ../components/ble/peer_manager/id_manager.c:822:9: warning: implicit declaration of function 'sd_ble_gap_addr_set' [-Wimplicit-function-declaration] return sd_ble_gap_addr_set(p_addr); ^ ../components/ble/peer_manager/id_manager.c: In function 'im_id_addr_get': ../components/ble/peer_manager/id_manager.c:836:9: warning: implicit declaration of function 'sd_ble_gap_addr_get' [-Wimplicit-function-declaration] return sd_ble_gap_addr_get(p_addr); ^ ../components/ble/peer_manager/id_manager.c: In function 'im_privacy_set': ../components/ble/peer_manager/id_manager.c:884:9: warning: implicit declaration of function 'sd_ble_gap_privacy_set' [-Wimplicit-function-declaration] return sd_ble_gap_privacy_set(p_privacy_params); ^ ../components/ble/peer_manager/id_manager.c: In function 'im_privacy_get': ../components/ble/peer_manager/id_manager.c:925:9: warning: implicit declaration of function 'sd_ble_gap_privacy_get' [-Wimplicit-function-declaration] return sd_ble_gap_privacy_get(p_privacy_params); ^ Finished building: ../components/ble/peer_manager/id_manager.c Building file: ../components/ble/peer_manager/peer_data.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/peer_data.d" -MT"components/ble/peer_manager/peer_data.o" -c -o "components/ble/peer_manager/peer_data.o" "../components/ble/peer_manager/peer_data.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/ble/peer_manager/peer_manager_types.h:56, from ../components/ble/peer_manager/peer_data.h:46, from ../components/ble/peer_manager/peer_data.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/peer_data.h:46, from ../components/ble/peer_manager/peer_data.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/peer_data.c Building file: ../components/ble/peer_manager/peer_data_storage.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/peer_data_storage.d" -MT"components/ble/peer_manager/peer_data_storage.o" -c -o "components/ble/peer_manager/peer_data_storage.o" "../components/ble/peer_manager/peer_data_storage.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/ble/peer_manager/peer_data_storage.h:48, from ../components/ble/peer_manager/peer_data_storage.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/peer_data_storage.h:49, from ../components/ble/peer_manager/peer_data_storage.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/peer_data_storage.c Building file: ../components/ble/peer_manager/peer_database.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/peer_database.d" -MT"components/ble/peer_manager/peer_database.o" -c -o "components/ble/peer_manager/peer_database.o" "../components/ble/peer_manager/peer_database.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/ble/peer_manager/peer_manager_types.h:56, from ../components/ble/peer_manager/peer_database.h:46, from ../components/ble/peer_manager/peer_database.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/peer_database.h:46, from ../components/ble/peer_manager/peer_database.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/peer_database.c Building file: ../components/ble/peer_manager/peer_id.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/peer_id.d" -MT"components/ble/peer_manager/peer_id.o" -c -o "components/ble/peer_manager/peer_id.o" "../components/ble/peer_manager/peer_id.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/ble/peer_manager/peer_id.h:48, from ../components/ble/peer_manager/peer_id.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/peer_id.h:49, from ../components/ble/peer_manager/peer_id.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/peer_id.c Building file: ../components/ble/peer_manager/peer_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/peer_manager.d" -MT"components/ble/peer_manager/peer_manager.o" -c -o "components/ble/peer_manager/peer_manager.o" "../components/ble/peer_manager/peer_manager.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/peer_manager.h:67, from ../components/ble/peer_manager/peer_manager.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/peer_manager.h:69, from ../components/ble/peer_manager/peer_manager.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/ble/peer_manager/peer_manager.c: In function 'pm_sec_params_reply': ../components/ble/peer_manager/peer_manager.c:607:41: warning: unused parameter 'conn_handle' [-Wunused-parameter] ret_code_t pm_sec_params_reply(uint16_t conn_handle, ble_gap_sec_params_t * p_sec_params) ^ ../components/ble/peer_manager/peer_manager.c:607:77: warning: unused parameter 'p_sec_params' [-Wunused-parameter] ret_code_t pm_sec_params_reply(uint16_t conn_handle, ble_gap_sec_params_t * p_sec_params) ^ Finished building: ../components/ble/peer_manager/peer_manager.c Building file: ../components/ble/peer_manager/pm_buffer.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/pm_buffer.d" -MT"components/ble/peer_manager/pm_buffer.o" -c -o "components/ble/peer_manager/pm_buffer.o" "../components/ble/peer_manager/pm_buffer.c" ../components/ble/peer_manager/pm_buffer.c: In function 'pm_buffer_block_acquire': ../components/ble/peer_manager/pm_buffer.c:105:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((i - first_locked_mutex + 1) == n_blocks) ^ Finished building: ../components/ble/peer_manager/pm_buffer.c Building file: ../components/ble/peer_manager/pm_mutex.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/pm_mutex.d" -MT"components/ble/peer_manager/pm_mutex.o" -c -o "components/ble/peer_manager/pm_mutex.o" "../components/ble/peer_manager/pm_mutex.c" In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/pm_mutex.c:48: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/pm_mutex.c Building file: ../components/ble/peer_manager/security_dispatcher.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/security_dispatcher.d" -MT"components/ble/peer_manager/security_dispatcher.o" -c -o "components/ble/peer_manager/security_dispatcher.o" "../components/ble/peer_manager/security_dispatcher.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/security_dispatcher.h:47, from ../components/ble/peer_manager/security_dispatcher.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/security_dispatcher.h:49, from ../components/ble/peer_manager/security_dispatcher.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/peer_manager/security_dispatcher.c Building file: ../components/ble/peer_manager/security_manager.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/peer_manager/security_manager.d" -MT"components/ble/peer_manager/security_manager.o" -c -o "components/ble/peer_manager/security_manager.o" "../components/ble/peer_manager/security_manager.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/peer_manager/security_manager.h:47, from ../components/ble/peer_manager/security_manager.c:43: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/util/nrf_assert.h:50:0, from ../components/libraries/util/app_util_platform.h:60, from ../components/ble/peer_manager/peer_manager_types.h:60, from ../components/ble/peer_manager/security_manager.h:49, from ../components/ble/peer_manager/security_manager.c:43: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/ble/peer_manager/security_manager.c: In function 'sm_sec_params_reply': ../components/ble/peer_manager/security_manager.c:555:41: warning: unused parameter 'conn_handle' [-Wunused-parameter] ret_code_t sm_sec_params_reply(uint16_t conn_handle, ble_gap_sec_params_t * p_sec_params) ^ ../components/ble/peer_manager/security_manager.c:555:77: warning: unused parameter 'p_sec_params' [-Wunused-parameter] ret_code_t sm_sec_params_reply(uint16_t conn_handle, ble_gap_sec_params_t * p_sec_params) ^ Finished building: ../components/ble/peer_manager/security_manager.c Building file: ../components/ble/common/ble_advdata.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/common/ble_advdata.d" -MT"components/ble/common/ble_advdata.o" -c -o "components/ble/common/ble_advdata.o" "../components/ble/common/ble_advdata.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/common/ble_advdata.h:56, from ../components/ble/common/ble_advdata.c:41: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/ble/common/ble_advdata.c: In function 'service_data_encode': ../components/ble/common/ble_advdata.c:453:59: warning: unused parameter 'max_size' [-Wunused-parameter] uint16_t max_size) ^ Finished building: ../components/ble/common/ble_advdata.c Building file: ../components/ble/common/ble_conn_params.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/common/ble_conn_params.d" -MT"components/ble/common/ble_conn_params.o" -c -o "components/ble/common/ble_conn_params.o" "../components/ble/common/ble_conn_params.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/common/ble_conn_params.h:53, from ../components/ble/common/ble_conn_params.c:41: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/libraries/timer/app_timer.h:71:0, from ../components/ble/common/ble_conn_params.c:45: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ ../components/ble/common/ble_conn_params.c: In function 'on_disconnect': ../components/ble/common/ble_conn_params.c:237:39: warning: unused parameter 'p_ble_evt' [-Wunused-parameter] static void on_disconnect(ble_evt_t * p_ble_evt) ^ Finished building: ../components/ble/common/ble_conn_params.c Building file: ../components/ble/common/ble_conn_state.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/common/ble_conn_state.d" -MT"components/ble/common/ble_conn_state.o" -c -o "components/ble/common/ble_conn_state.o" "../components/ble/common/ble_conn_state.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/common/ble_conn_state.h:73, from ../components/ble/common/ble_conn_state.c:41: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/ble/common/ble_conn_state.c:47:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/common/ble_conn_state.c Building file: ../components/ble/common/ble_srv_common.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/common/ble_srv_common.d" -MT"components/ble/common/ble_srv_common.o" -c -o "components/ble/common/ble_srv_common.o" "../components/ble/common/ble_srv_common.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/common/ble_srv_common.h:56, from ../components/ble/common/ble_srv_common.c:46: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ In file included from ../components/ble/common/ble_srv_common.c:49:0: ../components/libraries/util/app_error.h: In function 'app_error_log': ../components/libraries/util/app_error.h:128:58: warning: unused parameter 'pc' [-Wunused-parameter] static __INLINE void app_error_log(uint32_t id, uint32_t pc, uint32_t info) ^ Finished building: ../components/ble/common/ble_srv_common.c Building file: ../components/ble/ble_advertising/ble_advertising.c Invoking: GNU ARM Cross C Compiler arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DNRF51 -DNRF51822 -DLIST -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"D:\Einkauf\src" -I../external/thedotfactory_fonts -I"D:\Einkauf\src\display" -I"D:\Einkauf\src\ext_memory" -I"D:\Einkauf\src\temperature" -I"D:\Einkauf\src\BLE" -I"D:\Einkauf\src\config" -I../components -I../components/softdevice/s130/headers -I"../system/include" -I"../system/include/cmsis" -I"../system/include/DEVICE" -std=gnu11 -MMD -MP -MF"components/ble/ble_advertising/ble_advertising.d" -MT"components/ble/ble_advertising/ble_advertising.o" -c -o "components/ble/ble_advertising/ble_advertising.o" "../components/ble/ble_advertising/ble_advertising.c" In file included from ../components/softdevice/s130/headers/ble_gap.h:48:0, from ../components/softdevice/s130/headers/ble.h:52, from ../components/ble/common/ble_advdata.h:56, from ../components/ble/ble_advertising/ble_advertising.c:42: ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_set': ../components/softdevice/s130/headers/ble_gap.h:1035:73: warning: unused parameter 'addr_cycle_mode' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1035:112: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_SET, uint32_t, sd_ble_gap_address_set(uint8_t addr_cycle_mode, ble_gap_addr_t const *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_address_get': ../components/softdevice/s130/headers/ble_gap.h:1045:81: warning: unused parameter 'p_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADDRESS_GET, uint32_t, sd_ble_gap_address_get(ble_gap_addr_t *p_addr)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_data_set': ../components/softdevice/s130/headers/ble_gap.h:1078:82: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:98: warning: unused parameter 'dlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:119: warning: unused parameter 'p_sr_data' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1078:138: warning: unused parameter 'srdlen' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_DATA_SET, uint32_t, sd_ble_gap_adv_data_set(uint8_t const *p_data, uint8_t dlen, uint8_t const *p_sr_data, uint8_t srdlen)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_adv_start': ../components/softdevice/s130/headers/ble_gap.h:1117:89: warning: unused parameter 'p_adv_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start(ble_gap_adv_params_t const *p_adv_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_param_update': ../components/softdevice/s130/headers/ble_gap.h:1167:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1167:128: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_PARAM_UPDATE, uint32_t, sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_disconnect': ../components/softdevice/s130/headers/ble_gap.h:1191:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1191:93: warning: unused parameter 'hci_status_code' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DISCONNECT, uint32_t, sd_ble_gap_disconnect(uint16_t conn_handle, uint8_t hci_status_code)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_tx_power_set': ../components/softdevice/s130/headers/ble_gap.h:1204:74: warning: unused parameter 'tx_power' [-Wunused-parameter] SVCALL(SD_BLE_GAP_TX_POWER_SET, uint32_t, sd_ble_gap_tx_power_set(int8_t tx_power)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_set': ../components/softdevice/s130/headers/ble_gap.h:1214:80: warning: unused parameter 'appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_SET, uint32_t, sd_ble_gap_appearance_set(uint16_t appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_appearance_get': ../components/softdevice/s130/headers/ble_gap.h:1224:81: warning: unused parameter 'p_appearance' [-Wunused-parameter] SVCALL(SD_BLE_GAP_APPEARANCE_GET, uint32_t, sd_ble_gap_appearance_get(uint16_t *p_appearance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_set': ../components/softdevice/s130/headers/ble_gap.h:1235:88: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_SET, uint32_t, sd_ble_gap_ppcp_set(ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_ppcp_get': ../components/softdevice/s130/headers/ble_gap.h:1245:82: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_PPCP_GET, uint32_t, sd_ble_gap_ppcp_get(ble_gap_conn_params_t *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_set': ../components/softdevice/s130/headers/ble_gap.h:1259:104: warning: unused parameter 'p_write_perm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:133: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1259:154: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_SET, uint32_t, sd_ble_gap_device_name_set(ble_gap_conn_sec_mode_t const *p_write_perm, uint8_t const *p_dev_name, uint16_t len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_device_name_get': ../components/softdevice/s130/headers/ble_gap.h:1276:82: warning: unused parameter 'p_dev_name' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1276:104: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GAP_DEVICE_NAME_GET, uint32_t, sd_ble_gap_device_name_get(uint8_t *p_dev_name, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_authenticate': ../components/softdevice/s130/headers/ble_gap.h:1327:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1327:117: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTHENTICATE, uint32_t, sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const *p_sec_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_params_reply': ../components/softdevice/s130/headers/ble_gap.h:1385:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:105: warning: unused parameter 'sec_status' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:145: warning: unused parameter 'p_sec_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1385:187: warning: unused parameter 'p_sec_keyset' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_PARAMS_REPLY, uint32_t, sd_ble_gap_sec_params_reply(uint16_t conn_handle, uint8_t sec_status, ble_gap_sec_params_t const *p_sec_params, ble_gap_sec_keyset_t const *p_sec_keyset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_auth_key_reply': ../components/softdevice/s130/headers/ble_gap.h:1419:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:101: warning: unused parameter 'key_type' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1419:126: warning: unused parameter 'p_key' [-Wunused-parameter] SVCALL(SD_BLE_GAP_AUTH_KEY_REPLY, uint32_t, sd_ble_gap_auth_key_reply(uint16_t conn_handle, uint8_t key_type, uint8_t const *p_key)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_dhkey_reply': ../components/softdevice/s130/headers/ble_gap.h:1452:84: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1452:125: warning: unused parameter 'p_dhkey' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_keypress_notify': ../components/softdevice/s130/headers/ble_gap.h:1472:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1472:103: warning: unused parameter 'kp_not' [-Wunused-parameter] SVCALL(SD_BLE_GAP_KEYPRESS_NOTIFY, uint32_t, sd_ble_gap_keypress_notify(uint16_t conn_handle, uint8_t kp_not)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_get': ../components/softdevice/s130/headers/ble_gap.h:1492:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:129: warning: unused parameter 'p_pk_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1492:164: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_GET, uint32_t, sd_ble_gap_lesc_oob_data_get(uint16_t conn_handle, ble_gap_lesc_p256_pk_t const *p_pk_own, ble_gap_lesc_oob_data_t *p_oobd_own)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_lesc_oob_data_set': ../components/softdevice/s130/headers/ble_gap.h:1518:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:130: warning: unused parameter 'p_oobd_own' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1518:173: warning: unused parameter 'p_oobd_peer' [-Wunused-parameter] SVCALL(SD_BLE_GAP_LESC_OOB_DATA_SET, uint32_t, sd_ble_gap_lesc_oob_data_set(uint16_t conn_handle, ble_gap_lesc_oob_data_t const *p_oobd_own, ble_gap_lesc_oob_data_t const *p_oobd_peer)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_encrypt': ../components/softdevice/s130/headers/ble_gap.h:1546:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:106: warning: unused parameter 'p_master_id' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1546:145: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_ENCRYPT, uint32_t, sd_ble_gap_encrypt(uint16_t conn_handle, ble_gap_master_id_t const *p_master_id, ble_gap_enc_info_t const *p_enc_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_sec_info_reply': ../components/softdevice/s130/headers/ble_gap.h:1569:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:119: warning: unused parameter 'p_enc_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:152: warning: unused parameter 'p_id_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1569:190: warning: unused parameter 'p_sign_info' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SEC_INFO_REPLY, uint32_t, sd_ble_gap_sec_info_reply(uint16_t conn_handle, ble_gap_enc_info_t const *p_enc_info, ble_gap_irk_t const *p_id_info, ble_gap_sign_info_t const *p_sign_info)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_conn_sec_get': ../components/softdevice/s130/headers/ble_gap.h:1581:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1581:109: warning: unused parameter 'p_conn_sec' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONN_SEC_GET, uint32_t, sd_ble_gap_conn_sec_get(uint16_t conn_handle, ble_gap_conn_sec_t *p_conn_sec)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_start': ../components/softdevice/s130/headers/ble_gap.h:1607:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:93: warning: unused parameter 'threshold_dbm' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1607:116: warning: unused parameter 'skip_count' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_START, uint32_t, sd_ble_gap_rssi_start(uint16_t conn_handle, uint8_t threshold_dbm, uint8_t skip_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_stop': ../components/softdevice/s130/headers/ble_gap.h:1626:70: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_STOP, uint32_t, sd_ble_gap_rssi_stop(uint16_t conn_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_rssi_get': ../components/softdevice/s130/headers/ble_gap.h:1647:68: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1647:89: warning: unused parameter 'p_rssi' [-Wunused-parameter] SVCALL(SD_BLE_GAP_RSSI_GET, uint32_t, sd_ble_gap_rssi_get(uint16_t conn_handle, int8_t *p_rssi)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_scan_start': ../components/softdevice/s130/headers/ble_gap.h:1675:92: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_SCAN_START, uint32_t, sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h: In function 'sd_ble_gap_connect': ../components/softdevice/s130/headers/ble_gap.h:1719:79: warning: unused parameter 'p_peer_addr' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:121: warning: unused parameter 'p_scan_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gap.h:1719:165: warning: unused parameter 'p_conn_params' [-Wunused-parameter] SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t const *p_conn_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_register': ../components/softdevice/s130/headers/ble_l2cap.h:146:80: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_REGISTER, uint32_t, sd_ble_l2cap_cid_register(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_cid_unregister': ../components/softdevice/s130/headers/ble_l2cap.h:162:84: warning: unused parameter 'cid' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_CID_UNREGISTER, uint32_t, sd_ble_l2cap_cid_unregister(uint16_t cid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h: In function 'sd_ble_l2cap_tx': ../components/softdevice/s130/headers/ble_l2cap.h:191:60: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:99: warning: unused parameter 'p_header' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_l2cap.h:191:124: warning: unused parameter 'p_data' [-Wunused-parameter] SVCALL(SD_BLE_L2CAP_TX, uint32_t, sd_ble_l2cap_tx(uint16_t conn_handle, ble_l2cap_header_t const *p_header, uint8_t const *p_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_primary_services_discover': ../components/softdevice/s130/headers/ble_gattc.h:332:106: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:128: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:332:160: warning: unused parameter 'p_srvc_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_PRIMARY_SERVICES_DISCOVER, uint32_t, sd_ble_gattc_primary_services_discover(uint16_t conn_handle, uint16_t start_handle, ble_uuid_t const *p_srvc_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_relationships_discover': ../components/softdevice/s130/headers/ble_gattc.h:358:100: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:358:145: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_RELATIONSHIPS_DISCOVER, uint32_t, sd_ble_gattc_relationships_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_characteristics_discover': ../components/softdevice/s130/headers/ble_gattc.h:386:104: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:386:149: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHARACTERISTICS_DISCOVER, uint32_t, sd_ble_gattc_characteristics_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_descriptors_discover': ../components/softdevice/s130/headers/ble_gattc.h:411:96: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:411:141: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_DESCRIPTORS_DISCOVER, uint32_t, sd_ble_gattc_descriptors_discover(uint16_t conn_handle, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_value_by_uuid_read': ../components/softdevice/s130/headers/ble_gattc.h:437:102: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:133: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:437:173: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUE_BY_UUID_READ, uint32_t, sd_ble_gattc_char_value_by_uuid_read(uint16_t conn_handle, ble_uuid_t const *p_uuid, ble_gattc_handle_range_t const *p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_read': ../components/softdevice/s130/headers/ble_gattc.h:463:64: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:86: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:463:103: warning: unused parameter 'offset' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_READ, uint32_t, sd_ble_gattc_read(uint16_t conn_handle, uint16_t handle, uint16_t offset)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_char_values_read': ../components/softdevice/s130/headers/ble_gattc.h:488:88: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:117: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:488:137: warning: unused parameter 'handle_count' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_CHAR_VALUES_READ, uint32_t, sd_ble_gattc_char_values_read(uint16_t conn_handle, uint16_t const *p_handles, uint16_t handle_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_write': ../components/softdevice/s130/headers/ble_gattc.h:523:66: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:523:111: warning: unused parameter 'p_write_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_WRITE, uint32_t, sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_hv_confirm': ../components/softdevice/s130/headers/ble_gattc.h:540:76: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:540:98: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_HV_CONFIRM, uint32_t, sd_ble_gattc_hv_confirm(uint16_t conn_handle, uint16_t handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h: In function 'sd_ble_gattc_attr_info_discover': ../components/softdevice/s130/headers/ble_gattc.h:557:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gattc.h:557:138: warning: unused parameter 'p_handle_range' [-Wunused-parameter] SVCALL(SD_BLE_GATTC_ATTR_INFO_DISCOVER, uint32_t, sd_ble_gattc_attr_info_discover(uint16_t conn_handle, ble_gattc_handle_range_t const * p_handle_range)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_add': ../components/softdevice/s130/headers/ble_gatts.h:378:77: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:101: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:378:119: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_ADD, uint32_t, sd_ble_gatts_service_add(uint8_t type, ble_uuid_t const *p_uuid, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_include_add': ../components/softdevice/s130/headers/ble_gatts.h:404:78: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:103: warning: unused parameter 'inc_srvc_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:404:130: warning: unused parameter 'p_include_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INCLUDE_ADD, uint32_t, sd_ble_gatts_include_add(uint16_t service_handle, uint16_t inc_srvc_handle, uint16_t *p_include_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_characteristic_add': ../components/softdevice/s130/headers/ble_gatts.h:433:92: warning: unused parameter 'service_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:135: warning: unused parameter 'p_char_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:170: warning: unused parameter 'p_attr_char_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:433:215: warning: unused parameter 'p_handles' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_CHARACTERISTIC_ADD, uint32_t, sd_ble_gatts_characteristic_add(uint16_t service_handle, ble_gatts_char_md_t const *p_char_md, ble_gatts_attr_t const *p_attr_char_value, ble_gatts_char_handles_t *p_handles)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_descriptor_add': ../components/softdevice/s130/headers/ble_gatts.h:456:84: warning: unused parameter 'char_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:121: warning: unused parameter 'p_attr' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:456:139: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_DESCRIPTOR_ADD, uint32_t, sd_ble_gatts_descriptor_add(uint16_t char_handle, ble_gatts_attr_t const *p_attr, uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_set': ../components/softdevice/s130/headers/ble_gatts.h:480:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:480:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_SET, uint32_t, sd_ble_gatts_value_set(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_value_get': ../components/softdevice/s130/headers/ble_gatts.h:505:74: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:96: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:505:123: warning: unused parameter 'p_value' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_VALUE_GET, uint32_t, sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_hvx': ../components/softdevice/s130/headers/ble_gatts.h:555:62: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:555:105: warning: unused parameter 'p_hvx_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_HVX, uint32_t, sd_ble_gatts_hvx(uint16_t conn_handle, ble_gatts_hvx_params_t const *p_hvx_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_service_changed': ../components/softdevice/s130/headers/ble_gatts.h:586:86: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:108: warning: unused parameter 'start_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:586:131: warning: unused parameter 'end_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SERVICE_CHANGED, uint32_t, sd_ble_gatts_service_changed(uint16_t conn_handle, uint16_t start_handle, uint16_t end_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_rw_authorize_reply': ../components/softdevice/s130/headers/ble_gatts.h:614:92: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:614:150: warning: unused parameter 'p_rw_authorize_reply_params' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_RW_AUTHORIZE_REPLY, uint32_t, sd_ble_gatts_rw_authorize_reply(uint16_t conn_handle, ble_gatts_rw_authorize_reply_params_t const *p_rw_authorize_reply_params)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_set': ../components/softdevice/s130/headers/ble_gatts.h:659:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:108: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:134: warning: unused parameter 'len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:659:148: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_SET, uint32_t, sd_ble_gatts_sys_attr_set(uint16_t conn_handle, uint8_t const *p_sys_attr_data, uint16_t len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_sys_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:692:80: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:102: warning: unused parameter 'p_sys_attr_data' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:129: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:692:145: warning: unused parameter 'flags' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_SYS_ATTR_GET, uint32_t, sd_ble_gatts_sys_attr_get(uint16_t conn_handle, uint8_t *p_sys_attr_data, uint16_t *p_len, uint32_t flags)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_initial_user_handle_get': ../components/softdevice/s130/headers/ble_gatts.h:702:103: warning: unused parameter 'p_handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_INITIAL_USER_HANDLE_GET, uint32_t, sd_ble_gatts_initial_user_handle_get(uint16_t *p_handle)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h: In function 'sd_ble_gatts_attr_get': ../components/softdevice/s130/headers/ble_gatts.h:715:72: warning: unused parameter 'handle' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:93: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble_gatts.h:715:123: warning: unused parameter 'p_md' [-Wunused-parameter] SVCALL(SD_BLE_GATTS_ATTR_GET, uint32_t, sd_ble_gatts_attr_get(uint16_t handle, ble_uuid_t * p_uuid, ble_gatts_attr_md_t * p_md)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_enable': ../components/softdevice/s130/headers/ble.h:402:69: warning: unused parameter 'p_ble_enable_params' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:402:101: warning: unused parameter 'p_app_ram_base' [-Wunused-parameter] SVCALL(SD_BLE_ENABLE, uint32_t, sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_evt_get': ../components/softdevice/s130/headers/ble.h:442:58: warning: unused parameter 'p_dest' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:442:76: warning: unused parameter 'p_len' [-Wunused-parameter] SVCALL(SD_BLE_EVT_GET, uint32_t, sd_ble_evt_get(uint8_t *p_dest, uint16_t *p_len)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_tx_packet_count_get': ../components/softdevice/s130/headers/ble.h:480:82: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:480:104: warning: unused parameter 'p_count' [-Wunused-parameter] SVCALL(SD_BLE_TX_PACKET_COUNT_GET, uint32_t, sd_ble_tx_packet_count_get(uint16_t conn_handle, uint8_t *p_count)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_vs_add': ../components/softdevice/s130/headers/ble.h:509:78: warning: unused parameter 'p_vs_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:509:98: warning: unused parameter 'p_uuid_type' [-Wunused-parameter] SVCALL(SD_BLE_UUID_VS_ADD, uint32_t, sd_ble_uuid_vs_add(ble_uuid128_t const *p_vs_uuid, uint8_t *p_uuid_type)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_decode': ../components/softdevice/s130/headers/ble.h:530:65: warning: unused parameter 'uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:93: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:530:116: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_DECODE, uint32_t, sd_ble_uuid_decode(uint8_t uuid_le_len, uint8_t const *p_uuid_le, ble_uuid_t *p_uuid)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_uuid_encode': ../components/softdevice/s130/headers/ble.h:545:75: warning: unused parameter 'p_uuid' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:92: warning: unused parameter 'p_uuid_le_len' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:545:116: warning: unused parameter 'p_uuid_le' [-Wunused-parameter] SVCALL(SD_BLE_UUID_ENCODE, uint32_t, sd_ble_uuid_encode(ble_uuid_t const *p_uuid, uint8_t *p_uuid_le_len, uint8_t *p_uuid_le)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_version_get': ../components/softdevice/s130/headers/ble.h:558:72: warning: unused parameter 'p_version' [-Wunused-parameter] SVCALL(SD_BLE_VERSION_GET, uint32_t, sd_ble_version_get(ble_version_t *p_version)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_user_mem_reply': ../components/softdevice/s130/headers/ble.h:582:72: warning: unused parameter 'conn_handle' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:582:113: warning: unused parameter 'p_block' [-Wunused-parameter] SVCALL(SD_BLE_USER_MEM_REPLY, uint32_t, sd_ble_user_mem_reply(uint16_t conn_handle, ble_user_mem_block_t const *p_block)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_set': ../components/softdevice/s130/headers/ble.h:603:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:603:83: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_SET, uint32_t, sd_ble_opt_set(uint32_t opt_id, ble_opt_t const *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h: In function 'sd_ble_opt_get': ../components/softdevice/s130/headers/ble.h:622:58: warning: unused parameter 'opt_id' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/ble.h:622:77: warning: unused parameter 'p_opt' [-Wunused-parameter] SVCALL(SD_BLE_OPT_GET, uint32_t, sd_ble_opt_get(uint32_t opt_id, ble_opt_t *p_opt)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_new': ../components/softdevice/s130/headers/nrf_soc.h:383:59: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_NEW, uint32_t, sd_mutex_new(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_acquire': ../components/softdevice/s130/headers/nrf_soc.h:392:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_ACQUIRE, uint32_t, sd_mutex_acquire(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_mutex_release': ../components/softdevice/s130/headers/nrf_soc.h:400:67: warning: unused parameter 'p_mutex' [-Wunused-parameter] SVCALL(SD_MUTEX_RELEASE, uint32_t, sd_mutex_release(nrf_mutex_t * p_mutex)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_pool_capacity_get': ../components/softdevice/s130/headers/nrf_soc.h:408:105: warning: unused parameter 'p_pool_capacity' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_POOL_CAPACITY_GET, uint32_t, sd_rand_application_pool_capacity_get(uint8_t * p_pool_capacity)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_bytes_available_get': ../components/softdevice/s130/headers/nrf_soc.h:416:109: warning: unused parameter 'p_bytes_available' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_BYTES_AVAILABLE_GET, uint32_t, sd_rand_application_bytes_available_get(uint8_t * p_bytes_available)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_rand_application_vector_get': ../components/softdevice/s130/headers/nrf_soc.h:426:91: warning: unused parameter 'p_buff' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:426:107: warning: unused parameter 'length' [-Wunused-parameter] SVCALL(SD_RAND_APPLICATION_VECTOR_GET, uint32_t, sd_rand_application_vector_get(uint8_t * p_buff, uint8_t length)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_get': ../components/softdevice/s130/headers/nrf_soc.h:434:82: warning: unused parameter 'p_reset_reason' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_GET, uint32_t, sd_power_reset_reason_get(uint32_t * p_reset_reason)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_reset_reason_clr': ../components/softdevice/s130/headers/nrf_soc.h:442:80: warning: unused parameter 'reset_reason_clr_msk' [-Wunused-parameter] SVCALL(SD_POWER_RESET_REASON_CLR, uint32_t, sd_power_reset_reason_clr(uint32_t reset_reason_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:451:63: warning: unused parameter 'power_mode' [-Wunused-parameter] SVCALL(SD_POWER_MODE_SET, uint32_t, sd_power_mode_set(uint8_t power_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_enable': ../components/softdevice/s130/headers/nrf_soc.h:468:67: warning: unused parameter 'pof_enable' [-Wunused-parameter] SVCALL(SD_POWER_POF_ENABLE, uint32_t, sd_power_pof_enable(uint8_t pof_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_pof_threshold_set': ../components/softdevice/s130/headers/nrf_soc.h:477:81: warning: unused parameter 'threshold' [-Wunused-parameter] SVCALL(SD_POWER_POF_THRESHOLD_SET, uint32_t, sd_power_pof_threshold_set(uint8_t threshold)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_set': ../components/softdevice/s130/headers/nrf_soc.h:485:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_SET, uint32_t, sd_power_ramon_set(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_clr': ../components/softdevice/s130/headers/nrf_soc.h:493:66: warning: unused parameter 'ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_CLR, uint32_t, sd_power_ramon_clr(uint32_t ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_ramon_get': ../components/softdevice/s130/headers/nrf_soc.h:501:68: warning: unused parameter 'p_ramon' [-Wunused-parameter] SVCALL(SD_POWER_RAMON_GET, uint32_t, sd_power_ramon_get(uint32_t * p_ramon)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_set': ../components/softdevice/s130/headers/nrf_soc.h:509:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_SET, uint32_t, sd_power_gpregret_set(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_clr': ../components/softdevice/s130/headers/nrf_soc.h:517:72: warning: unused parameter 'gpregret_msk' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_CLR, uint32_t, sd_power_gpregret_clr(uint32_t gpregret_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_gpregret_get': ../components/softdevice/s130/headers/nrf_soc.h:525:73: warning: unused parameter 'p_gpregret' [-Wunused-parameter] SVCALL(SD_POWER_GPREGRET_GET, uint32_t, sd_power_gpregret_get(uint32_t *p_gpregret)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_power_dcdc_mode_set': ../components/softdevice/s130/headers/nrf_soc.h:536:73: warning: unused parameter 'dcdc_mode' [-Wunused-parameter] SVCALL(SD_POWER_DCDC_MODE_SET, uint32_t, sd_power_dcdc_mode_set(uint8_t dcdc_mode)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_clock_hfclk_is_running': ../components/softdevice/s130/headers/nrf_soc.h:570:82: warning: unused parameter 'p_is_running' [-Wunused-parameter] SVCALL(SD_CLOCK_HFCLK_IS_RUNNING, uint32_t, sd_clock_hfclk_is_running(uint32_t * p_is_running)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_get': ../components/softdevice/s130/headers/nrf_soc.h:603:82: warning: unused parameter 'p_channel_enable' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_GET, uint32_t, sd_ppi_channel_enable_get(uint32_t * p_channel_enable)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_set': ../components/softdevice/s130/headers/nrf_soc.h:611:80: warning: unused parameter 'channel_enable_set_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_SET, uint32_t, sd_ppi_channel_enable_set(uint32_t channel_enable_set_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_enable_clr': ../components/softdevice/s130/headers/nrf_soc.h:619:80: warning: unused parameter 'channel_enable_clr_msk' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ENABLE_CLR, uint32_t, sd_ppi_channel_enable_clr(uint32_t channel_enable_clr_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_channel_assign': ../components/softdevice/s130/headers/nrf_soc.h:630:71: warning: unused parameter 'channel_num' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:106: warning: unused parameter 'evt_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:630:142: warning: unused parameter 'task_endpoint' [-Wunused-parameter] SVCALL(SD_PPI_CHANNEL_ASSIGN, uint32_t, sd_ppi_channel_assign(uint8_t channel_num, const volatile void * evt_endpoint, const volatile void * task_endpoint)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_enable': ../components/softdevice/s130/headers/nrf_soc.h:639:77: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_ENABLE, uint32_t, sd_ppi_group_task_enable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_task_disable': ../components/softdevice/s130/headers/nrf_soc.h:648:79: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_TASK_DISABLE, uint32_t, sd_ppi_group_task_disable(uint8_t group_num)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_assign': ../components/softdevice/s130/headers/nrf_soc.h:658:67: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:658:87: warning: unused parameter 'channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_ASSIGN, uint32_t, sd_ppi_group_assign(uint8_t group_num, uint32_t channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ppi_group_get': ../components/softdevice/s130/headers/nrf_soc.h:668:61: warning: unused parameter 'group_num' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:668:83: warning: unused parameter 'p_channel_msk' [-Wunused-parameter] SVCALL(SD_PPI_GROUP_GET, uint32_t, sd_ppi_group_get(uint8_t group_num, uint32_t * p_channel_msk)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_notification_cfg_set': ../components/softdevice/s130/headers/nrf_soc.h:697:87: warning: unused parameter 'type' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:697:101: warning: unused parameter 'distance' [-Wunused-parameter] SVCALL(SD_RADIO_NOTIFICATION_CFG_SET, uint32_t, sd_radio_notification_cfg_set(uint8_t type, uint8_t distance)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_block_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:713:82: warning: unused parameter 'p_ecb_data' [-Wunused-parameter] SVCALL(SD_ECB_BLOCK_ENCRYPT, uint32_t, sd_ecb_block_encrypt(nrf_ecb_hal_data_t * p_ecb_data)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_ecb_blocks_encrypt': ../components/softdevice/s130/headers/nrf_soc.h:730:71: warning: unused parameter 'block_count' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:730:111: warning: unused parameter 'p_data_blocks' [-Wunused-parameter] SVCALL(SD_ECB_BLOCKS_ENCRYPT, uint32_t, sd_ecb_blocks_encrypt(uint8_t block_count, nrf_ecb_hal_data_block_t * p_data_blocks)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_evt_get': ../components/softdevice/s130/headers/nrf_soc.h:741:52: warning: unused parameter 'p_evt_id' [-Wunused-parameter] SVCALL(SD_EVT_GET, uint32_t, sd_evt_get(uint32_t * p_evt_id)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_temp_get': ../components/softdevice/s130/headers/nrf_soc.h:752:53: warning: unused parameter 'p_temp' [-Wunused-parameter] SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_write': ../components/softdevice/s130/headers/nrf_soc.h:784:66: warning: unused parameter 'p_dst' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:96: warning: unused parameter 'p_src' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:784:112: warning: unused parameter 'size' [-Wunused-parameter] SVCALL(SD_FLASH_WRITE, uint32_t, sd_flash_write(uint32_t * const p_dst, uint32_t const * const p_src, uint32_t size)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_page_erase': ../components/softdevice/s130/headers/nrf_soc.h:813:68: warning: unused parameter 'page_number' [-Wunused-parameter] SVCALL(SD_FLASH_PAGE_ERASE, uint32_t, sd_flash_page_erase(uint32_t page_number)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_flash_protect': ../components/softdevice/s130/headers/nrf_soc.h:832:62: warning: unused parameter 'block_cfg0' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:83: warning: unused parameter 'block_cfg1' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:104: warning: unused parameter 'block_cfg2' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h:832:125: warning: unused parameter 'block_cfg3' [-Wunused-parameter] SVCALL(SD_FLASH_PROTECT, uint32_t, sd_flash_protect(uint32_t block_cfg0, uint32_t block_cfg1, uint32_t block_cfg2, uint32_t block_cfg3)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_session_open': ../components/softdevice/s130/headers/nrf_soc.h:854:92: warning: unused parameter 'p_radio_signal_callback' [-Wunused-parameter] SVCALL(SD_RADIO_SESSION_OPEN, uint32_t, sd_radio_session_open(nrf_radio_signal_callback_t p_radio_signal_callback)); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/softdevice/s130/headers/nrf_soc.h: In function 'sd_radio_request': ../components/softdevice/s130/headers/nrf_soc.h:899:76: warning: unused parameter 'p_request' [-Wunused-parameter] SVCALL(SD_RADIO_REQUEST, uint32_t, sd_radio_request(nrf_radio_request_t * p_request )); ^ ../components/softdevice/s130/headers/nrf_svc.h:64:22: note: in definition of macro 'SVCALL' static return_type signature \ ^ ../components/ble/ble_advertising/ble_advertising.c: In function 'ble_advertising_whitelist_reply': ../components/ble/ble_advertising/ble_advertising.c:653:65: warning: unused parameter 'p_gap_addrs' [-Wunused-parameter] uint32_t ble_advertising_whitelist_reply(ble_gap_addr_t const * p_gap_addrs, ^ ../components/ble/ble_advertising/ble_advertising.c:655:65: warning: unused parameter 'p_gap_irks' [-Wunused-parameter] ble_gap_irk_t const * p_gap_irks, ^ Finished building: ../components/ble/ble_advertising/ble_advertising.c Building target: Einkauf.elf Invoking: GNU ARM Cross C++ Linker arm-none-eabi-g++ -mcpu=cortex-m0 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -T mem.ld -T libs.ld -T sections.ld -nostartfiles -Xlinker --gc-sections -L"../ldscripts" -Wl,-Map,"Einkauf.map" --specs=nano.specs -o "Einkauf.elf" ./src/temperature/i2c.o ./src/temperature/temp_sensor.o ./src/ext_memory/flash.o ./src/ext_memory/memory_manager.o ./src/ext_memory/memory_spi.o ./src/ext_memory/ram.o ./src/display/shoppingList/ShoppingListDrawer.o ./src/display/shoppingList/todoList.o ./src/display/qrCode/qr-code1.o ./src/display/qrCode/qr-code2.o ./src/display/qrCode/qr_code.o ./src/display/images/4.2_watch.o ./src/display/images/4.2_watch_black.o ./src/display/images/4.2_white.o ./src/display/images/Ei.o ./src/display/images/Ei2.o ./src/display/images/bottle.o ./src/display/images/coupon.o ./src/display/images/gitter.o ./src/display/images/thx_for_shopping.o ./src/display/images/tulpe.o ./src/display/images/welcome.o ./src/display/images/wurst.o ./src/display/advertisement/ad_drawer.o ./src/display/epd.o ./src/display/epd_spi.o ./src/display/luts.o ./src/BLE/ble_sca/ble_sca.o ./src/BLE/ble_peers.o ./src/BLE/ble_services.o ./src/BLE/ble_user.o ./src/adc.o ./src/buttons.o ./src/main.o ./src/power_manager.o ./src/statemachine.o ./external/thedotfactory_fonts/grotesk22.o ./external/thedotfactory_fonts/orkney24pts.o ./external/thedotfactory_fonts/orkney8pts.o ./external/thedotfactory_fonts/telegrotesk12pts.o ./external/thedotfactory_fonts/telegrotesk36.o ./external/thedotfactory_fonts/telergrotesk26.o ./components/toolchain/system_nrf51.o ./components/softdevice/common/softdevice_handler/softdevice_handler.o ./components/libraries/util/app_error.o ./components/libraries/util/app_error_weak.o ./components/libraries/util/app_util_platform.o ./components/libraries/util/nrf_assert.o ./components/libraries/util/sdk_errors.o ./components/libraries/util/sdk_mapped_flags.o ./components/libraries/uart/app_uart.o ./components/libraries/uart/retarget.o ./components/libraries/twi/app_twi.o ./components/libraries/timer/app_timer.o ./components/libraries/log/src/nrf_log_backend_serial.o ./components/libraries/log/src/nrf_log_frontend.o ./components/libraries/hardfault/nrf51/handler/hardfault_handler_iar.o ./components/libraries/hardfault/hardfault_implementation.o ./components/libraries/gpiote/app_gpiote.o ./components/libraries/gfx/nrf_gfx.o ./components/libraries/fstorage/fstorage.o ./components/libraries/fds/fds.o ./components/libraries/button/app_button.o ./components/drivers_nrf/uart/nrf_drv_uart.o ./components/drivers_nrf/twi_master/nrf_drv_twi.o ./components/drivers_nrf/spi_master/nrf_drv_spi.o ./components/drivers_nrf/ppi/nrf_drv_ppi.o ./components/drivers_nrf/hal/nrf_adc.o ./components/drivers_nrf/hal/nrf_ecb.o ./components/drivers_nrf/hal/nrf_nvmc.o ./components/drivers_nrf/hal/nrf_saadc.o ./components/drivers_nrf/gpiote/nrf_drv_gpiote.o ./components/drivers_nrf/common/nrf_drv_common.o ./components/drivers_nrf/clock/nrf_drv_clock.o ./components/drivers_nrf/adc/nrf_drv_adc.o ./components/ble/peer_manager/gatt_cache_manager.o ./components/ble/peer_manager/gatts_cache_manager.o ./components/ble/peer_manager/id_manager.o ./components/ble/peer_manager/peer_data.o ./components/ble/peer_manager/peer_data_storage.o ./components/ble/peer_manager/peer_database.o ./components/ble/peer_manager/peer_id.o ./components/ble/peer_manager/peer_manager.o ./components/ble/peer_manager/pm_buffer.o ./components/ble/peer_manager/pm_mutex.o ./components/ble/peer_manager/security_dispatcher.o ./components/ble/peer_manager/security_manager.o ./components/ble/common/ble_advdata.o ./components/ble/common/ble_conn_params.o ./components/ble/common/ble_conn_state.o ./components/ble/common/ble_srv_common.o ./components/ble/ble_advertising/ble_advertising.o c:/nrf/gcc-arm-none-eabi-4_9-2015q3-20150921-win32/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol Reset_Handler; defaulting to 0001b000 Finished building target: Einkauf.elf Invoking: GNU ARM Cross Create Flash Image arm-none-eabi-objcopy -O ihex "Einkauf.elf" "Einkauf.hex" Finished building: Einkauf.hex Invoking: GNU ARM Cross Print Size arm-none-eabi-size --format=berkeley "Einkauf.elf" text data bss dec hex filename 5484 16 412 5912 1718 Einkauf.elf Finished building: Einkauf.siz 10:06:26 Build Finished (took 26s.703ms)