Building nrf Connect SDK mesh DFU distributor for nrf52833

Hi,

    nrf Connect mesh distributor gives memory overflow when build for nrf52833.  I have uploaded the build configuration I am using. Also attached the build log.

I have tried the solution for memory overflow provided on devzone, increased the

CONFIG_PM_PARTITION_SIZE_MCUBOOT=0xc000 to CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000 but still the problem persist.
also tried to increase upto CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x80000, after this the build is successful but flashing to the board causes another error
 
Log for build with CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000

 *  Executing task: nRF Connect: Generate config nrf52833dk_nrf52833 for /Users/admin/Desktop/Connect_SDK/distributor 

Building distributor
/bin/sh -c west build --build-dir /Users/admin/Desktop/Connect_SDK/distributor/build /Users/admin/Desktop/Connect_SDK/distributor --pristine --board nrf52833dk_nrf52833 --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE"

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /Users/admin/Desktop/Connect_SDK/distributor
-- CMake version: 3.20.5
-- Found Python3: /opt/nordic/ncs/toolchains/4ef6631da0/opt/[email protected]/bin/python3.9 (found suitable exact version "3.9.6") found components: Interpreter 
-- Cache files will be written to: /Users/admin/Library/Caches/zephyr
-- Zephyr version: 3.3.99 (/opt/nordic/ncs/v2.4.2/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.7.1")
-- Board: nrf52833dk_nrf52833
-- Found host-tools: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found Dtc: /opt/nordic/ncs/toolchains/4ef6631da0/bin/dtc (found suitable version "1.6.1", minimum required is "1.4.6") 
-- Found BOARD.dts: /opt/nordic/ncs/v2.4.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
-- Generated zephyr.dts: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/dts.cmake

warning: Experimental symbol BT_MESH_V1d1 is enabled.

Parsing /opt/nordic/ncs/v2.4.2/zephyr/Kconfig
Loaded configuration '/opt/nordic/ncs/v2.4.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833_defconfig'
Merged configuration '/Users/admin/Desktop/Connect_SDK/distributor/prj.conf'
Configuration saved to '/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/.config'
Kconfig header saved to '/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/include/generated/autoconf.h'
-- Found GnuLd: /opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd (found version "2.38") 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Found Python3: /opt/nordic/ncs/toolchains/4ef6631da0/opt/[email protected]/bin/python3.9 (found version "3.9.6") found components: Interpreter 

=== child image mcuboot -  begin ===
loading initial cache file /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: /opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.20.5
-- Found Python3: /opt/nordic/ncs/toolchains/4ef6631da0/opt/[email protected]/bin/python3.9 (found suitable exact version "3.9.6") found components: Interpreter 
-- Cache files will be written to: /Users/admin/Library/Caches/zephyr
-- Zephyr version: 3.3.99 (/opt/nordic/ncs/v2.4.2/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.7.1")
-- Board: nrf52833dk_nrf52833
-- Found host-tools: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found Dtc: /opt/nordic/ncs/toolchains/4ef6631da0/bin/dtc (found suitable version "1.6.1", minimum required is "1.4.6") 
-- Found BOARD.dts: /opt/nordic/ncs/v2.4.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
-- Found devicetree overlay: /opt/nordic/ncs/v2.4.2/nrf/modules/mcuboot/usb.overlay
-- Generated zephyr.dts: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/dts.cmake
Parsing /opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration '/opt/nordic/ncs/v2.4.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833_defconfig'
Merged configuration '/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/zephyr/prj.conf'
Merged configuration '/opt/nordic/ncs/v2.4.2/nrf/subsys/partition_manager/partition_manager_enabled.conf'
Merged configuration '/Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/misc/generated/extra_kconfig_options.conf'
Configuration saved to '/Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/.config'
Kconfig header saved to '/Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/include/generated/autoconf.h'
-- Found GnuLd: /opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd (found version "2.38") 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CMake Warning at /opt/nordic/ncs/v2.4.2/nrf/lib/flash_patch/CMakeLists.txt:8 (message):
  

        ----------------------------------------------------------
        --- WARNING: To maintain the integrity of secure boot, ---
        --- enable CONFIG_DISABLE_FLASH_PATCH in production.   ---
        ----------------------------------------------------------


CMake Warning at /opt/nordic/ncs/v2.4.2/zephyr/CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


MCUBoot bootloader key file: /opt/nordic/ncs/v2.4.2/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot
=== child image mcuboot -  end ===

CMake Warning at /opt/nordic/ncs/v2.4.2/nrf/modules/mcuboot/CMakeLists.txt:310 (message):
  

          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------
          



CMake Warning at /opt/nordic/ncs/v2.4.2/zephyr/CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/admin/Desktop/Connect_SDK/distributor/build
-- west build: building application
[1/366] Preparing syscall dependency handling

[2/366] Generating misc/generated/syscalls_subdirs.trigger
[3/366] Generating include/generated/version.h
-- Zephyr version: 3.3.99 (/opt/nordic/ncs/v2.4.2/zephyr), build: v3.3.99-ncs1-1
[4/366] Creating directories for 'mcuboot_subimage'
[5/366] No download step for 'mcuboot_subimage'
[6/366] No update step for 'mcuboot_subimage'
[7/366] No patch step for 'mcuboot_subimage'
[8/366] No configure step for 'mcuboot_subimage'
[8/366] Performing build step for 'mcuboot_subimage'
[1/288] Preparing syscall dependency handling

[2/288] Generating include/generated/version.h
-- Zephyr version: 3.3.99 (/opt/nordic/ncs/v2.4.2/zephyr), build: v3.3.99-ncs1-1
[3/288] Generating misc/generated/syscalls_subdirs.trigger
[4/288] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[5/288] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[6/288] Generating include/generated/driver-validation.h
[7/288] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
[8/288] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[9/288] Generating include/generated/offsets.h
[10/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[11/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[12/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[13/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[14/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[15/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[16/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[17/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[18/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[19/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/multi_heap.c.obj
[20/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[21/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[22/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[23/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[24/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[25/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[26/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[27/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[28/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[29/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[30/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj
[31/288] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[32/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_nano.c.obj
[33/288] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[34/288] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj
[35/288] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
[36/288] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj
[37/288] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[38/288] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[39/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[40/288] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[41/288] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[42/288] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[43/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[44/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[45/288] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[46/288] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[47/288] Building C object zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v2.4.2/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[48/288] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[49/288] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[50/288] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[51/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[52/288] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[53/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[54/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[55/288] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[56/288] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[57/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[58/288] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[59/288] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[60/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[61/288] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[62/288] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[63/288] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[64/288] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[65/288] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[66/288] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[67/288] Building C object zephyr/soc/arm/nordic_nrf/nrf52/CMakeFiles/soc__arm__nordic_nrf__nrf52.dir/soc.c.obj
[68/288] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[69/288] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj
[70/288] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj
[71/288] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj
[72/288] Generating linker_zephyr_pre0.cmd
[73/288] Linking C static library zephyr/arch/common/libisr_tables.a
[74/288] Linking C static library zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a
[75/288] Linking C static library zephyr/soc/arm/nordic_nrf/nrf52/libsoc__arm__nordic_nrf__nrf52.a
[76/288] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a
[77/288] Linking C static library zephyr/drivers/console/libdrivers__console.a
[78/288] Linking C static library zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a
[79/288] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
[80/288] Linking C static library zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a
[81/288] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj
[82/288] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_nrf.c.obj
[83/288] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[84/288] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
[85/288] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[86/288] Linking C static library zephyr/drivers/flash/libdrivers__flash.a
[87/288] Building C object modules/nrf/lib/fprotect/CMakeFiles/..__nrf__lib__fprotect.dir/fprotect_acl.c.obj
[88/288] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[89/288] Building C object modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/mcuboot_util.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj
[90/288] Generating linker_zephyr_pre1.cmd
[91/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/zephyr_init.c.obj
[92/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/aes.c.obj
[93/288] Linking C static library zephyr/arch/common/libarch__common.a
[94/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/aesni.c.obj
[95/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/aria.c.obj
[96/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/asn1parse.c.obj
[97/288] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a
[98/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/asn1write.c.obj
[99/288] Linking C static library zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a
[100/288] Linking C static library zephyr/drivers/serial/libdrivers__serial.a
[101/288] Linking C static library zephyr/drivers/timer/libdrivers__timer.a
[102/288] Linking C static library modules/nrf/lib/fprotect/lib..__nrf__lib__fprotect.a
[103/288] Linking C static library modules/nrf/lib/fatal_error/lib..__nrf__lib__fatal_error.a
[104/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/base64.c.obj
[105/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/bignum.c.obj
[106/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/bignum_core.c.obj
[107/288] Linking C static library modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a
[108/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/bignum_mod.c.obj
[109/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/bignum_mod_raw.c.obj
[110/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/camellia.c.obj
[111/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ccm.c.obj
[112/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/chacha20.c.obj
[113/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/chachapoly.c.obj
[114/288] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a
[115/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/cipher.c.obj
[116/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/cipher_wrap.c.obj
[117/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/cmac.c.obj
[118/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/code_share.c.obj
[119/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/constant_time.c.obj
[120/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ctr_drbg.c.obj
[121/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/debug.c.obj
[122/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/des.c.obj
[123/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/dhm.c.obj
[124/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ecdh.c.obj
[125/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ecdsa.c.obj
[126/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ecjpake.c.obj
[127/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ecp.c.obj
[128/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ecp_curves.c.obj
[129/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/entropy.c.obj
[130/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/entropy_poll.c.obj
[131/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/error.c.obj
[132/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/gcm.c.obj
[133/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/hash_info.c.obj
[134/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/hkdf.c.obj
[135/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/hmac_drbg.c.obj
[136/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/lmots.c.obj
[137/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/lms.c.obj
[138/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/md.c.obj
[139/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/md5.c.obj
[140/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/memory_buffer_alloc.c.obj
[141/288] Generating ../../../include/generated/libc/minimal/strerror_table.h
[142/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/mps_reader.c.obj
[143/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/mps_trace.c.obj
[144/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/net_sockets.c.obj
[145/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/nist_kw.c.obj
[146/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/oid.c.obj
[147/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/padlock.c.obj
[148/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pem.c.obj
[149/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pk.c.obj
[150/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pk_wrap.c.obj
[151/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pkcs12.c.obj
[152/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pkcs5.c.obj
[153/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[154/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[155/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[156/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[157/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoll.c.obj
[158/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoull.c.obj
[159/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[160/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[161/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/qsort.c.obj
[162/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strerror.c.obj
[163/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[164/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[165/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[166/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[167/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[168/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[169/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[170/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[171/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/math/sqrtf.c.obj
[172/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/math/sqrt.c.obj
[173/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pkcs7.c.obj
[174/288] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[175/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pkparse.c.obj
[176/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/pkwrite.c.obj
[177/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/platform.c.obj
[178/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/platform_util.c.obj
[179/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/poly1305.c.obj
[180/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto.c.obj
[181/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_aead.c.obj
[182/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_cipher.c.obj
[183/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_client.c.obj
[184/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_driver_wrappers.c.obj
[185/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_ecp.c.obj
[186/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_hash.c.obj
[187/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_mac.c.obj
[188/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_pake.c.obj
[189/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_rsa.c.obj
[190/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_se.c.obj
[191/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_slot_management.c.obj
[192/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_crypto_storage.c.obj
[193/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/psa_its_file.c.obj
[194/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ripemd160.c.obj
[195/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/rsa.c.obj
[196/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/rsa_alt_helpers.c.obj
[197/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/sha1.c.obj
[198/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/sha256.c.obj
[199/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/sha512.c.obj
[200/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_cache.c.obj
[201/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_ciphersuites.c.obj
[202/288] Linking C static library zephyr/libzephyr.a
[203/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_client.c.obj
[204/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_cookie.c.obj
[205/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_debug_helpers_generated.c.obj
[206/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_msg.c.obj
[207/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_ticket.c.obj
[208/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls.c.obj
[209/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls12_client.c.obj
[210/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls12_server.c.obj
[211/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls13_client.c.obj
[212/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls13_generic.c.obj
[213/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls13_keys.c.obj
[214/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/ssl_tls13_server.c.obj
[215/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/threading.c.obj
[216/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/timing.c.obj
[217/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/version.c.obj
[218/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/version_features.c.obj
[219/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509.c.obj
[220/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509_create.c.obj
[221/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509_crl.c.obj
[222/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509_crt.c.obj
[223/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509_csr.c.obj
[224/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509write_crt.c.obj
[225/288] Building C object modules/mbedtls/CMakeFiles/modules__mbedtls.dir/opt/nordic/ncs/v2.4.2/modules/crypto/mbedtls/library/x509write_csr.c.obj
[226/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/mdk/system_nrf52833.c.obj
[227/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[228/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj
[229/288] Linking C static library zephyr/lib/libc/minimal/liblib__libc__minimal.a
[230/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[231/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
[232/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
[233/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/drivers/src/nrfx_ppi.c.obj
[234/288] Building C object modules/segger/CMakeFiles/modules__segger.dir/opt/nordic/ncs/v2.4.2/modules/debug/segger/SEGGER/SEGGER_RTT.c.obj
[235/288] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/opt/nordic/ncs/v2.4.2/modules/hal/nordic/nrfx/drivers/src/nrfx_wdt.c.obj
[236/288] Building C object modules/segger/CMakeFiles/modules__segger.dir/SEGGER_RTT_zephyr.c.obj
[237/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[238/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[239/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[240/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[241/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[242/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[243/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[244/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[245/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[246/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[247/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[248/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[249/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[250/288] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[251/288] Linking C static library modules/segger/libmodules__segger.a
[252/288] Linking C static library modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
[253/288] Linking C static library zephyr/kernel/libkernel.a
[254/288] Generating zephyr/autogen-pubkey.c
[255/288] Building C object CMakeFiles/app.dir/keys.c.obj
[256/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj
[257/288] Building C object CMakeFiles/app.dir/flash_map_extended.c.obj
[258/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj
[259/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/image_ec256.c.obj
[260/288] Building C object CMakeFiles/app.dir/main.c.obj
[261/288] Building C object CMakeFiles/app.dir/os.c.obj
[262/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj
[263/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj
[264/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj
[265/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj
[266/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/loader.c.obj
[267/288] Building C object CMakeFiles/app.dir/zephyr/autogen-pubkey.c.obj
[268/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/swap_scratch.c.obj
[269/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/caps.c.obj
[270/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj
[271/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj
[272/288] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj
[273/288] Building C object CMakeFiles/app.dir/arm_cleanup.c.obj
[274/288] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
[275/288] Building C object CMakeFiles/app.dir/nrf_cleanup.c.obj
[276/288] Linking C static library app/libapp.a
[277/288] Linking C static library modules/mbedtls/libmodules__mbedtls.a
[278/288] Linking C executable zephyr/zephyr_pre0.elf

[279/288] Generating dev_handles.c
[280/288] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/misc/empty_file.c.obj
[281/288] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/dev_handles.c.obj
[282/288] Linking C executable zephyr/zephyr_pre1.elf

[283/288] Generating linker.cmd
[284/288] Generating isr_tables.c, isrList.bin
[285/288] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[286/288] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[287/288] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[288/288] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       29758 B        48 KB     60.54%
             RAM:       23808 B       128 KB     18.16%
        IDT_LIST:          0 GB         2 KB      0.00%
[345/366] Linking C executable zephyr/zephyr_pre0.elf
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map 
: && ccache /opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc  -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr/zephyr_pre0.elf  -fuse-ld=bfd  -T  zephyr/linker_zephyr_pre0.cmd  -Wl,-Map=/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/zephyr_pre0.map  -Wl,--whole-archive  app/libapp.a  zephyr/libzephyr.a  zephyr/arch/common/libarch__common.a  zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a  zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a  zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a  zephyr/lib/libc/minimal/liblib__libc__minimal.a  zephyr/lib/posix/liblib__posix.a  zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a  zephyr/soc/arm/nordic_nrf/nrf52/libsoc__arm__nordic_nrf__nrf52.a  zephyr/subsys/mgmt/mcumgr/mgmt/libsubsys__mgmt__mcumgr__mgmt.a  zephyr/subsys/mgmt/mcumgr/smp/libsubsys__mgmt__mcumgr__smp.a  zephyr/subsys/mgmt/mcumgr/util/libsubsys__mgmt__mcumgr__util.a  zephyr/subsys/mgmt/mcumgr/grp/img_mgmt/libsubsys__mgmt__mcumgr__grp__img_mgmt.a  zephyr/subsys/mgmt/mcumgr/grp/os_mgmt/libsubsys__mgmt__mcumgr__grp__os_mgmt.a  zephyr/subsys/mgmt/mcumgr/grp/zephyr_basic/libsubsys__mgmt__mcumgr__grp__zephyr_basic.a  zephyr/subsys/mgmt/mcumgr/transport/libsubsys__mgmt__mcumgr__transport.a  zephyr/subsys/random/libsubsys__random.a  zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a  zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a  zephyr/subsys/bluetooth/mesh/libsubsys__bluetooth__mesh.a  zephyr/subsys/dfu/boot/libsubsys__dfu__boot.a  zephyr/subsys/net/libsubsys__net.a  zephyr/drivers/clock_control/libdrivers__clock_control.a  zephyr/drivers/console/libdrivers__console.a  zephyr/drivers/entropy/libdrivers__entropy.a  zephyr/drivers/flash/libdrivers__flash.a  zephyr/drivers/gpio/libdrivers__gpio.a  zephyr/drivers/hwinfo/libdrivers__hwinfo.a  zephyr/drivers/pinctrl/libdrivers__pinctrl.a  zephyr/drivers/serial/libdrivers__serial.a  zephyr/drivers/timer/libdrivers__timer.a  modules/nrf/lib/dk_buttons_and_leds/lib..__nrf__lib__dk_buttons_and_leds.a  modules/nrf/lib/multithreading_lock/lib..__nrf__lib__multithreading_lock.a  modules/nrf/lib/fatal_error/lib..__nrf__lib__fatal_error.a  modules/nrf/subsys/bluetooth/controller/lib..__nrf__subsys__bluetooth__controller.a  modules/nrf/subsys/bluetooth/mesh/lib..__nrf__subsys__bluetooth__mesh.a  modules/nrf/subsys/bluetooth/mesh/shell/lib..__nrf__subsys__bluetooth__mesh__shell.a  modules/nrf/subsys/mpsl/init/lib..__nrf__subsys__mpsl__init.a  modules/nrf/subsys/mpsl/fem/lib..__nrf__subsys__mpsl__fem.a  modules/nrf/drivers/mpsl/clock_control/lib..__nrf__drivers__mpsl__clock_control.a  modules/nrf/drivers/mpsl/flash_sync/lib..__nrf__drivers__mpsl__flash_sync.a  modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a  modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a  modules/segger/libmodules__segger.a  modules/zcbor/libmodules__zcbor.a  -Wl,--no-whole-archive  zephyr/kernel/libkernel.a  zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj  -L"/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/thumb/v7e-m/nofp"  -L/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr  -lgcc  zephyr/arch/common/libisr_tables.a  /opt/nordic/ncs/v2.4.2/nrfxlib/crypto/nrf_oberon/lib/cortex-m4/soft-float/liboberon_3.0.13.a  -mcpu=cortex-m4  -mthumb  -mabi=aapcs  -Wl,--gc-sections  -Wl,--build-id=none  -Wl,--sort-common=descending  -Wl,--sort-section=alignment  -Wl,-u,_OffsetAbsSyms  -Wl,-u,_ConfigAbsSyms  -nostdlib  -static  -Wl,-X  -Wl,-N  -Wl,--orphan-handling=warn  -Wl,-no-pie  /opt/nordic/ncs/v2.4.2/nrfxlib/softdevice_controller/lib/cortex-m4/soft-float/libsoftdevice_controller_multirole.a  /opt/nordic/ncs/v2.4.2/nrfxlib/mpsl/lib/cortex-m4/soft-float/libmpsl.a && cd /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr && /opt/nordic/ncs/toolchains/4ef6631da0/Cellar/cmake/3.20.5/bin/cmake -E echo
/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/zephyr_pre0.elf section `text' will not fit in region `FLASH'
/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: region `FLASH' overflowed by 180628 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /opt/nordic/ncs/toolchains/4ef6631da0/bin/cmake --build /Users/admin/Desktop/Connect_SDK/distributor/build

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 
 

Log for build with CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x80000

 *  Executing task: nRF Connect: Build: distributor/build (active) 

Building distributor
/bin/sh -c west build --build-dir /Users/admin/Desktop/Connect_SDK/distributor/build /Users/admin/Desktop/Connect_SDK/distributor

[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /Users/admin/Desktop/Connect_SDK/distributor
-- CMake version: 3.20.5
-- Found Python3: /opt/nordic/ncs/toolchains/4ef6631da0/opt/[email protected]/bin/python3.9 (found suitable exact version "3.9.6") found components: Interpreter 
-- Cache files will be written to: /Users/admin/Library/Caches/zephyr
-- Zephyr version: 3.3.99 (/opt/nordic/ncs/v2.4.2/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.7.1")
-- Board: nrf52833dk_nrf52833
-- Found host-tools: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found BOARD.dts: /opt/nordic/ncs/v2.4.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
-- Generated zephyr.dts: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/dts.cmake

warning: Experimental symbol BT_MESH_V1d1 is enabled.

Parsing /opt/nordic/ncs/v2.4.2/zephyr/Kconfig
Loaded configuration '/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/.config'
No change to configuration in '/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/.config'
No change to Kconfig header in '/Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/include/generated/autoconf.h'
-- Found Python3: /opt/nordic/ncs/toolchains/4ef6631da0/opt/[email protected]/bin/python3.9 (found version "3.9.6") found components: Interpreter 

=== child image mcuboot -  begin ===
loading initial cache file /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.20.5
-- Cache files will be written to: /Users/admin/Library/Caches/zephyr
-- Zephyr version: 3.3.99 (/opt/nordic/ncs/v2.4.2/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.7.1")
-- Board: nrf52833dk_nrf52833
-- Found host-tools: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.0 (/opt/nordic/ncs/toolchains/4ef6631da0/opt/zephyr-sdk)
-- Found BOARD.dts: /opt/nordic/ncs/v2.4.2/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
-- Found devicetree overlay: /opt/nordic/ncs/v2.4.2/nrf/modules/mcuboot/usb.overlay
-- Generated zephyr.dts: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/dts.cmake
Parsing /opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration '/Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/.config'
No change to configuration in '/Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/.config'
No change to Kconfig header in '/Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot/zephyr/include/generated/autoconf.h'
CMake Warning at /opt/nordic/ncs/v2.4.2/nrf/lib/flash_patch/CMakeLists.txt:8 (message):
  

        ----------------------------------------------------------
        --- WARNING: To maintain the integrity of secure boot, ---
        --- enable CONFIG_DISABLE_FLASH_PATCH in production.   ---
        ----------------------------------------------------------


CMake Warning at /opt/nordic/ncs/v2.4.2/zephyr/CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


MCUBoot bootloader key file: /opt/nordic/ncs/v2.4.2/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/admin/Desktop/Connect_SDK/distributor/build/mcuboot
=== child image mcuboot -  end ===

CMake Warning at /opt/nordic/ncs/v2.4.2/nrf/modules/mcuboot/CMakeLists.txt:310 (message):
  

          ---------------------------------------------------------
          --- WARNING: Using default MCUBoot key, it should not ---
          --- be used for production.                           ---
          ---------------------------------------------------------
          



CMake Warning at /opt/nordic/ncs/v2.4.2/zephyr/CMakeLists.txt:839 (message):
  No SOURCES given to Zephyr library: lib__libc__common

  Excluding target from build.


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/admin/Desktop/Connect_SDK/distributor/build
[0/50] Performing build step for 'mcuboot_subimage'
[1/32] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[2/32] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map_layout.c.obj
[3/32] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
[4/32] Building C object CMakeFiles/app.dir/nrf_cleanup.c.obj
[5/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj
[6/32] Generating linker_zephyr_pre1.cmd
[7/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj
[8/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj
[9/32] Generating linker_zephyr_pre0.cmd
[10/32] Building C object zephyr/CMakeFiles/zephyr.dir/opt/nordic/ncs/v2.4.2/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
[11/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/swap_scratch.c.obj
[12/32] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[13/32] Linking C static library zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a
[14/32] Linking C static library zephyr/libzephyr.a
[15/32] Building C object CMakeFiles/app.dir/flash_map_extended.c.obj
[16/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj
[17/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj
[18/32] Building C object CMakeFiles/app.dir/main.c.obj
[19/32] Building C object modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/mcuboot_util.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj
[20/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/loader.c.obj
[21/32] Linking C static library modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a
[22/32] Building C object CMakeFiles/app.dir/opt/nordic/ncs/v2.4.2/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj
[23/32] Linking C static library app/libapp.a
[24/32] Linking C executable zephyr/zephyr_pre0.elf

[25/32] Generating dev_handles.c
[26/32] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/dev_handles.c.obj
[27/32] Linking C executable zephyr/zephyr_pre1.elf

[28/32] Generating linker.cmd
[29/32] Generating isr_tables.c, isrList.bin
[30/32] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[31/32] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[32/32] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       29758 B       512 KB      5.68%
             RAM:       23808 B       128 KB     18.16%
        IDT_LIST:          0 GB         2 KB      0.00%
[29/50] Linking C executable zephyr/zephyr_pre0.elf

[33/50] Linking C executable zephyr/zephyr_pre1.elf

[38/50] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[40/50] No install step for 'mcuboot_subimage'
[41/50] Completed 'mcuboot_subimage'
[42/50] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      413540 B 18446744073709547008 B      0.00%
             RAM:      111574 B       128 KB     85.12%
        IDT_LIST:          0 GB         2 KB      0.00%
[43/50] Generating zephyr/mcuboot_primary_app.hex
[44/50] Generating zephyr/mcuboot_primary.hex
[45/50] Generating ../../zephyr/app_update.bin
image.py: sign the payload
[46/50] Generating ../../zephyr/dfu_application.zip
[47/50] Generating ../../zephyr/app_signed.hex
image.py: sign the payload
[48/50] Generating ../../zephyr/app_test_update.hex
image.py: sign the payload
[49/50] Generating ../../zephyr/app_moved_test_update.hex
[50/50] Generating zephyr/merged.hex
 *  Terminal will be reused by tasks, press any key to close it. 

Log for flash with CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x80000

 *  Executing task: nRF Connect: Build: distributor/build (active) 

Building distributor
/bin/sh -c west build --build-dir /Users/admin/Desktop/Connect_SDK/distributor/build /Users/admin/Desktop/Connect_SDK/distributor

[0/4] Performing build step for 'mcuboot_subimage'
ninja: no work to do.
 *  Terminal will be reused by tasks, press any key to close it. 

 *  Executing task: nRF Connect: Flash: distributor/build (active) 

Flashing build to 682782848
/bin/sh -c west flash -d /Users/admin/Desktop/Connect_SDK/distributor/build --skip-rebuild --dev-id 682782848

-- west flash: using runner nrfjprog
-- runners.nrfjprog: Flashing file: /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/merged.hex
[error] [ Worker] - Address 0x00080000 does not map to a known memory.                                                 
[error] [ Client] - Encountered error -173: Command erase_file executed for 71 milliseconds with result -173
ERROR: The file specified is not a valid hex file, has data outside valid areas
ERROR: or does not have data in valid areas.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
FATAL ERROR: command exited with status 52: nrfjprog --program /Users/admin/Desktop/Connect_SDK/distributor/build/zephyr/merged.hex --sectoranduicrerase --verify -f NRF52 --snr 682782848

 *  The terminal process terminated with exit code: 52. 
 *  Terminal will be reused by tasks, press any key to close it. 

I am new to nrf Connect SDK, kindly guide me how to resolve this issue.

IDE used;- VS Code

Development board used :- nrf52833dk

SDK used :- nrf Connect SDK v2.4.2

Thanks

  • Hi,

       I want to add DFU TRANSFER SERVER and BLOB TRANSFER SERVER to light switch server/client model, so that it can be updated via OTA update. 

       Also will these models(LIGHT SWITCH SERVER, DFU TRANSFER SERVER, BLOB TRANSFER SERVER, CONFIGURATION SERVER, HEALTH SERVER) be able to fit in nrf52832, nrf52833 and nrf52840?

    Thanks

  • Hi,

    The DFU related models are a bit special with regards to flash requirements, since in order to do DFU the flash requirement for the application doubles. The reason for this is you need to simultaneously store both the currently running application, and the new version of the application (that you will switch over to after the download.) Therefore you will typically find that while mesh DFU does fit on the nRF52840, it will not fit on nRF52833, nRF52832, or any of the lower-end devices of the nRF52 series.

    Regards,
    Terje

  • Hi,

      I used MX25R6435F external flash with nrf52833 and it is working fine.

      But when I tried DFU using Mesh Distributor on nrf52840 and Mesh Target on nrf52833 with external flash, firmware was successfully transferred but Target device was not updated, DFU failed reason = 3.

    Log of Mesh Distributor

    [01:01:38.855,224] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:38.855,255] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:01:38.855,285] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:39.725,006] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:39.725,036] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:01:39.725,036] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:40.453,155] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:40.453,186] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:01:40.453,186] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:41.211,395] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:41.211,425] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:01:41.211,425] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:42.047,058] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:42.047,088] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:01:42.047,088] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:42.807,098] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:42.807,159] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:01:42.807,159] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:43.599,060] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:43.599,090] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:01:43.599,121] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:44.403,442] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:44.403,503] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:01:44.403,503] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:45.219,177] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:45.219,177] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:01:45.219,207] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:45.992,645] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:45.992,675] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:01:45.992,706] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:46.321,990] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:46.322,021] <dbg> bt_mesh_blob_cli: block_check: 
    [01:01:46.322,021] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:46.402,893] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 72 encoding: 1
    [01:01:46.402,893] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 72 status: 0
    [01:01:46.402,923] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:01:46.402,923] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:01:46.437,469] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:46.437,500] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:01:46.437,500] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 72
    [01:01:46.437,591] <dbg> bt_mesh_blob_cli: block_set: 73 size: 4096 chunks: 37
    [01:01:46.437,591] <dbg> bt_mesh_blob_cli: block_start: 73 (37 chunks, 74/81)
    [01:01:46.437,622] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:47.818,206] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 73 encoding: 0
    [01:01:47.818,237] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 73 status: 0
    [01:01:47.818,267] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:01:47.818,298] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:47.818,298] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:01:47.818,328] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:48.556,915] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:48.556,915] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:01:48.556,945] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:49.378,417] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:49.378,479] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:01:49.378,479] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:50.182,647] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:50.182,678] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:01:50.182,678] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:51.015,716] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:51.015,777] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:01:51.015,777] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:51.818,237] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:51.818,267] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:01:51.818,267] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:52.637,939] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:52.637,969] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:01:52.637,969] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:53.440,795] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:53.440,826] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:01:53.440,826] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:54.238,739] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:54.238,769] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:01:54.238,800] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:55.031,188] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:55.031,219] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:01:55.031,219] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:55.819,152] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:55.819,183] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:01:55.819,213] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:56.623,657] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:56.623,687] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:01:56.623,718] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:57.435,150] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:57.435,180] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:01:57.435,180] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:58.261,932] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:58.261,962] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:01:58.261,993] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:59.103,332] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:59.103,363] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:01:59.103,393] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:01:59.873,046] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:01:59.873,077] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:01:59.873,077] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:00.641,662] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:00.641,693] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:02:00.641,723] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:01.443,237] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:01.443,267] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:02:01.443,298] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:02.258,483] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:02.258,544] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:02:02.258,544] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:04.187,957] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:04.187,988] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:02:04.187,988] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:04.976,745] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:04.976,776] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:02:04.976,806] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:05.785,308] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:05.785,339] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:02:05.785,369] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:06.614,837] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:06.614,868] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:02:06.614,898] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:07.380,493] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:07.380,523] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:02:07.380,554] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:08.189,331] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:08.189,331] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:02:08.189,361] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:08.980,499] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:08.980,529] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:02:08.980,529] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:09.761,932] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:09.761,932] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:02:09.761,962] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:10.557,464] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:10.557,495] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:02:10.557,495] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:11.345,855] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:11.345,886] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:02:11.345,886] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:12.164,001] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:12.164,031] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:02:12.164,062] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:12.945,892] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:12.945,892] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:02:12.945,922] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:13.755,035] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:13.755,065] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:02:13.755,096] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:14.578,704] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:14.578,735] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:02:14.578,765] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:15.372,283] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:15.372,314] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:02:15.372,344] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:16.182,281] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:16.182,312] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:02:16.182,342] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:16.969,451] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:16.969,482] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:02:16.969,512] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:17.788,238] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:17.788,269] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:02:17.788,269] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:18.108,886] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:18.108,917] <dbg> bt_mesh_blob_cli: block_check: 
    [01:02:18.108,917] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:18.189,178] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 73 encoding: 1
    [01:02:18.189,208] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 73 status: 0
    [01:02:18.189,208] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:02:18.189,239] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:02:18.229,888] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:18.229,888] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:02:18.229,919] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 73
    [01:02:18.230,010] <dbg> bt_mesh_blob_cli: block_set: 74 size: 4096 chunks: 37
    [01:02:18.230,010] <dbg> bt_mesh_blob_cli: block_start: 74 (37 chunks, 75/81)
    [01:02:18.230,041] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:19.625,579] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 74 encoding: 0
    [01:02:19.625,610] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 74 status: 0
    [01:02:19.625,640] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:02:19.625,671] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:19.625,671] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:02:19.625,701] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:20.359,313] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:20.359,313] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:02:20.359,344] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:21.158,905] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:21.158,935] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:02:21.158,935] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:21.928,924] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:21.928,955] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:02:21.928,985] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:22.713,989] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:22.714,019] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:02:22.714,019] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:23.509,094] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:23.509,124] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:02:23.509,124] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:24.275,787] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:24.275,817] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:02:24.275,817] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:25.059,967] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:25.059,997] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:02:25.060,028] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:25.877,502] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:25.877,532] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:02:25.877,563] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:26.681,823] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:26.681,854] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:02:26.681,854] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:27.443,634] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:27.443,695] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:02:27.443,695] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:28.229,644] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:28.229,675] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:02:28.229,675] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:28.989,898] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:28.989,959] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:02:28.989,959] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:29.798,645] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:29.798,675] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:02:29.798,675] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:30.576,751] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:30.576,782] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:02:30.576,812] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:31.370,391] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:31.370,422] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:02:31.370,452] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:32.166,748] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:32.166,778] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:02:32.166,809] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:32.965,148] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:32.965,179] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:02:32.965,209] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:33.810,272] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:33.810,302] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:02:33.810,333] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:34.559,875] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:34.559,906] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:02:34.559,936] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:35.359,436] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:35.359,497] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:02:35.359,497] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:36.173,583] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:36.173,583] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:02:36.173,614] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:36.945,526] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:36.945,556] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:02:36.945,587] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:37.746,948] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:37.746,978] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:02:37.746,978] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:38.566,650] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:38.566,711] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:02:38.566,711] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:39.324,035] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:39.324,035] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:02:39.324,066] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:40.125,488] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:40.125,518] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:02:40.125,518] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:40.907,379] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:40.907,409] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:02:40.907,409] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:41.717,407] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:41.717,437] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:02:41.717,437] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:42.546,783] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:42.546,813] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:02:42.546,813] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:43.315,368] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:43.315,399] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:02:43.315,399] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:44.099,212] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:44.099,212] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:02:44.099,243] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:44.892,242] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:44.892,272] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:02:44.892,303] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:45.710,479] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:45.710,510] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:02:45.710,510] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:46.496,124] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:46.496,154] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:02:46.496,185] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:47.281,799] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:47.281,829] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:02:47.281,860] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:48.079,742] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:48.079,772] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:02:48.079,803] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:48.399,108] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:48.399,139] <dbg> bt_mesh_blob_cli: block_check: 
    [01:02:48.399,139] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:48.473,815] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 74 encoding: 1
    [01:02:48.473,846] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 74 status: 0
    [01:02:48.473,846] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:02:48.473,876] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:02:48.514,068] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:48.514,099] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:02:48.514,160] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 74
    [01:02:48.514,190] <dbg> bt_mesh_blob_cli: block_set: 75 size: 4096 chunks: 37
    [01:02:48.514,221] <dbg> bt_mesh_blob_cli: block_start: 75 (37 chunks, 76/81)
    [01:02:48.514,221] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:49.901,245] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 75 encoding: 0
    [01:02:49.901,275] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 75 status: 0
    [01:02:49.901,306] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:02:49.901,336] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:49.901,336] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:02:49.901,367] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:50.651,092] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:50.651,123] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:02:50.651,153] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:51.440,490] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:51.440,490] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:02:51.440,521] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:52.202,758] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:52.202,758] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:02:52.202,789] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:52.969,940] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:52.969,970] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:02:52.969,970] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:53.776,458] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:53.776,458] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:02:53.776,489] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:54.586,273] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:54.586,303] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:02:54.586,303] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:55.347,167] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:55.347,167] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:02:55.347,198] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:56.130,889] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:56.130,920] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:02:56.130,920] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:56.944,427] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:56.944,458] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:02:56.944,458] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:57.757,171] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:57.757,202] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:02:57.757,202] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:58.559,844] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:58.559,844] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:02:58.559,875] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:02:59.358,489] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:02:59.358,520] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:02:59.358,551] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:00.201,995] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:00.202,026] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:03:00.202,056] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:00.988,006] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:00.988,037] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:03:00.988,037] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:01.798,217] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:01.798,248] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:03:01.798,248] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:02.610,290] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:02.610,321] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:03:02.610,321] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:03.405,944] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:03.405,975] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:03:03.405,975] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:04.259,216] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:04.259,277] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:03:04.259,277] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:05.056,762] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:05.056,793] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:03:05.056,793] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:05.863,342] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:05.863,372] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:03:05.863,403] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:06.672,943] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:06.672,943] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:03:06.672,973] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:07.504,882] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:07.504,913] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:03:07.504,913] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:08.322,418] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:08.322,448] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:03:08.322,479] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:09.087,768] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:09.087,799] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:03:09.087,799] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:09.889,556] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:09.889,587] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:03:09.889,587] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:10.679,840] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:10.679,870] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:03:10.679,901] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:11.456,695] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:11.456,695] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:03:11.456,726] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:12.227,264] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:12.227,294] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:03:12.227,325] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:13.007,080] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:13.007,080] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:03:13.007,110] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:13.822,174] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:13.822,204] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:03:13.822,204] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:14.639,556] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:14.639,587] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:03:14.639,617] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:15.450,469] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:15.450,500] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:03:15.450,531] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:16.234,497] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:16.234,527] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:03:16.234,558] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:17.032,836] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:17.032,867] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:03:17.032,897] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:17.803,527] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:17.803,558] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:03:17.803,558] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:18.618,560] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:18.618,621] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:03:18.618,621] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:18.938,964] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:18.938,995] <dbg> bt_mesh_blob_cli: block_check: 
    [01:03:18.938,995] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:19.012,145] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 75 encoding: 1
    [01:03:19.012,176] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 75 status: 0
    [01:03:19.012,207] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:03:19.012,207] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:03:19.058,532] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:19.058,563] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:03:19.058,624] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 75
    [01:03:19.058,654] <dbg> bt_mesh_blob_cli: block_set: 76 size: 4096 chunks: 37
    [01:03:19.058,654] <dbg> bt_mesh_blob_cli: block_start: 76 (37 chunks, 77/81)
    [01:03:19.058,685] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:20.480,682] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 76 encoding: 0
    [01:03:20.480,712] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 76 status: 0
    [01:03:20.480,712] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:03:20.480,743] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:20.480,773] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:03:20.480,773] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:21.200,988] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:21.201,019] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:03:21.201,019] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:22.023,376] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:22.023,437] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:03:22.023,437] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:22.823,120] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:22.823,150] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:03:22.823,181] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:23.612,976] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:23.613,006] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:03:23.613,037] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:24.507,537] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:24.507,537] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:03:24.507,568] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:25.223,541] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:25.223,602] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:03:25.223,602] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:26.028,320] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:26.028,320] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:03:26.028,350] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:26.815,795] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:26.815,826] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:03:26.815,856] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:27.592,620] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:27.592,651] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:03:27.592,681] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:28.382,202] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:28.382,232] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:03:28.382,232] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:29.241,516] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:29.241,516] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:03:29.241,546] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:30.019,866] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:30.019,927] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:03:30.019,927] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:30.839,477] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:30.839,477] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:03:30.839,508] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:31.682,220] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:31.682,250] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:03:31.682,281] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:32.478,454] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:32.478,454] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:03:32.478,485] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:33.234,832] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:33.234,863] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:03:33.234,893] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:34.070,709] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:34.070,739] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:03:34.070,770] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:34.857,940] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:34.857,971] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:03:34.858,001] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:35.664,581] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:35.664,581] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:03:35.664,611] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:36.476,440] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:36.476,470] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:03:36.476,501] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:37.266,876] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:37.266,906] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:03:37.266,906] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:38.020,782] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:38.020,843] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:03:38.020,843] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:38.778,198] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:38.778,228] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:03:38.778,228] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:39.572,662] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:39.572,692] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:03:39.572,723] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:40.366,119] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:40.366,149] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:03:40.366,149] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:41.196,990] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:41.197,021] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:03:41.197,052] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:42.002,502] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:42.002,532] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:03:42.002,563] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:42.764,648] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:42.764,678] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:03:42.764,709] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:43.562,286] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:43.562,316] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:03:43.562,316] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:44.399,383] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:44.399,414] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:03:44.399,414] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:45.216,735] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:45.216,735] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:03:45.216,766] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:45.988,830] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:45.988,861] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:03:45.988,891] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:46.768,768] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:46.768,798] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:03:46.768,829] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:47.601,318] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:47.601,348] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:03:47.601,379] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:48.353,973] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:48.353,973] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:03:48.354,003] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:49.135,162] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:49.135,223] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:03:49.135,223] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:49.460,418] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:49.460,449] <dbg> bt_mesh_blob_cli: block_check: 
    [01:03:49.460,449] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:49.533,905] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 76 encoding: 1
    [01:03:49.533,905] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 76 status: 0
    [01:03:49.533,935] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:03:49.533,935] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:03:49.555,694] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:49.555,725] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:03:49.555,786] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 76
    [01:03:49.555,816] <dbg> bt_mesh_blob_cli: block_set: 77 size: 4096 chunks: 37
    [01:03:49.555,816] <dbg> bt_mesh_blob_cli: block_start: 77 (37 chunks, 78/81)
    [01:03:49.555,847] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:50.955,566] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 77 encoding: 0
    [01:03:50.955,596] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 77 status: 0
    [01:03:50.955,627] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:03:50.955,657] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:50.955,657] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:03:50.955,688] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:51.693,145] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:51.693,145] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:03:51.693,176] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:52.532,226] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:52.532,257] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:03:52.532,287] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:53.346,618] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:53.346,649] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:03:53.346,649] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:54.133,422] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:54.133,453] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:03:54.133,483] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:54.917,907] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:54.917,938] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:03:54.917,938] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:55.747,802] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:55.747,833] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:03:55.747,863] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:56.538,116] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:56.538,116] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:03:56.538,146] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:57.320,556] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:57.320,617] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:03:57.320,617] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:58.066,711] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:58.066,741] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:03:58.066,741] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:58.886,047] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:58.886,077] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:03:58.886,077] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:03:59.678,863] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:03:59.678,863] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:03:59.678,894] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:00.486,511] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:00.486,541] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:04:00.486,572] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:01.310,699] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:01.310,729] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:04:01.310,729] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:02.110,015] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:02.110,076] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:04:02.110,076] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:02.905,670] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:02.905,700] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:04:02.905,731] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:03.699,005] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:03.699,035] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:04:03.699,066] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:04.522,857] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:04.522,888] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:04:04.522,888] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:05.334,136] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:05.334,167] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:04:05.334,197] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:06.103,942] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:06.103,942] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:04:06.103,973] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:06.931,457] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:06.931,488] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:04:06.931,518] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:07.713,165] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:07.713,195] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:04:07.713,226] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:08.516,632] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:08.516,662] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:04:08.516,693] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:09.294,189] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:09.294,189] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:04:09.294,219] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:10.109,954] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:10.109,985] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:04:10.110,015] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:10.888,671] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:10.888,671] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:04:10.888,702] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:11.704,711] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:11.704,742] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:04:11.704,742] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:12.495,788] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:12.495,819] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:04:12.495,819] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:13.288,665] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:13.288,696] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:04:13.288,696] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:14.081,634] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:14.081,665] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:04:14.081,695] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:14.908,660] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:14.908,691] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:04:14.908,721] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:15.712,036] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:15.712,036] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:04:15.712,066] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:16.519,073] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:16.519,104] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:04:16.519,104] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:17.318,115] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:17.318,115] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:04:17.318,145] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:18.130,767] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:18.130,828] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:04:18.130,828] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:18.909,637] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:18.909,667] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:04:18.909,667] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:19.705,627] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:19.705,657] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:04:19.705,688] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:20.039,367] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:20.039,367] <dbg> bt_mesh_blob_cli: block_check: 
    [01:04:20.039,398] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:20.120,452] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 77 encoding: 1
    [01:04:20.120,452] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 77 status: 0
    [01:04:20.120,483] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:04:20.120,513] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:04:20.131,225] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:20.131,256] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:04:20.131,347] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 77
    [01:04:20.131,347] <dbg> bt_mesh_blob_cli: block_set: 78 size: 4096 chunks: 37
    [01:04:20.131,378] <dbg> bt_mesh_blob_cli: block_start: 78 (37 chunks, 79/81)
    [01:04:20.131,378] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:21.561,645] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 78 encoding: 0
    [01:04:21.561,676] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 78 status: 0
    [01:04:21.561,676] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:04:21.561,706] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:21.561,737] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:04:21.561,737] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:22.265,777] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:22.265,808] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:04:22.265,838] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:23.060,272] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:23.060,302] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:04:23.060,302] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:23.861,877] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:23.861,907] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:04:23.861,938] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:24.655,761] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:24.655,792] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:04:24.655,822] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:25.482,727] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:25.482,757] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:04:25.482,788] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:26.280,029] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:26.280,059] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:04:26.280,090] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:27.091,461] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:27.091,461] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:04:27.091,491] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:27.886,322] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:27.886,352] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:04:27.886,352] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:28.664,031] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:28.664,062] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:04:28.664,062] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:29.511,230] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:29.511,260] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:04:29.511,291] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:30.274,353] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:30.274,383] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:04:30.274,383] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:31.082,275] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:31.082,305] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:04:31.082,336] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:31.872,253] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:31.872,283] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:04:31.872,283] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:32.660,156] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:32.660,186] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:04:32.660,217] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:33.475,036] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:33.475,067] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:04:33.475,097] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:34.291,473] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:34.291,503] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:04:34.291,503] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:35.086,944] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:35.086,975] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:04:35.086,975] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:35.847,656] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:35.847,686] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:04:35.847,717] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:36.635,528] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:36.635,559] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:04:36.635,589] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:37.411,193] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:37.411,254] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:04:37.411,254] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:38.212,615] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:38.212,646] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:04:38.212,646] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:38.993,560] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:38.993,621] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:04:38.993,652] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:39.806,152] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:39.806,182] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:04:39.806,182] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:40.593,200] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:40.593,261] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:04:40.593,261] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:41.388,305] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:41.388,336] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:04:41.388,366] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:42.216,552] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:42.216,583] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:04:42.216,583] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:43.000,946] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:43.000,946] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:04:43.000,976] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:43.863,220] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:43.863,250] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:04:43.863,250] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:44.696,319] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:44.696,350] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:04:44.696,380] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:45.530,364] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:45.530,426] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:04:45.530,426] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:46.333,770] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:46.333,801] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:04:46.333,831] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:47.125,335] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:47.125,366] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:04:47.125,396] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:47.917,480] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:47.917,480] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:04:47.917,510] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:48.699,493] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:48.699,523] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:04:48.699,554] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:49.499,938] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:49.499,969] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:04:49.500,000] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:50.302,581] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:50.302,612] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:04:50.302,642] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:50.635,772] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:50.635,772] <dbg> bt_mesh_blob_cli: block_check: 
    [01:04:50.635,803] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:50.707,733] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 78 encoding: 1
    [01:04:50.707,763] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 78 status: 0
    [01:04:50.707,763] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:04:50.707,794] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:04:50.745,025] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:50.745,056] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:04:50.745,147] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 78
    [01:04:50.745,147] <dbg> bt_mesh_blob_cli: block_set: 79 size: 4096 chunks: 37
    [01:04:50.745,178] <dbg> bt_mesh_blob_cli: block_start: 79 (37 chunks, 80/81)
    [01:04:50.745,178] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:52.174,285] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 79 encoding: 0
    [01:04:52.174,316] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 79 status: 0
    [01:04:52.174,346] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:04:52.174,377] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:52.174,377] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 37 size: 113
    [01:04:52.174,407] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:52.943,908] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:52.943,939] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 37 size: 113
    [01:04:52.943,969] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:53.710,876] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:53.710,906] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 37 size: 113
    [01:04:53.710,937] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:54.568,908] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:54.568,939] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 37 size: 113
    [01:04:54.568,939] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:55.362,304] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:55.362,335] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 37 size: 113
    [01:04:55.362,335] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:56.186,859] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:56.186,889] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 37 size: 113
    [01:04:56.186,889] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:56.981,903] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:56.981,964] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 37 size: 113
    [01:04:56.981,964] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:57.785,217] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:57.785,217] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 37 size: 113
    [01:04:57.785,247] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:58.583,343] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:58.583,374] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 37 size: 113
    [01:04:58.583,404] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:04:59.355,224] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:04:59.355,255] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 37 size: 113
    [01:04:59.355,255] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:00.131,835] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:00.131,866] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 37 size: 113
    [01:05:00.131,896] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:00.913,879] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:00.913,909] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 37 size: 113
    [01:05:00.913,940] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:01.696,289] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:01.696,350] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 37 size: 113
    [01:05:01.696,350] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:02.455,261] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:02.455,291] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 37 size: 113
    [01:05:02.455,291] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:03.250,732] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:03.250,762] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 37 size: 113
    [01:05:03.250,793] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:04.051,147] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:04.051,147] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 37 size: 113
    [01:05:04.051,177] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:04.864,471] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:04.864,501] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 37 size: 113
    [01:05:04.864,501] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:05.718,261] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:05.718,261] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 37 size: 113
    [01:05:05.718,292] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:06.498,260] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:06.498,291] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 37 size: 113
    [01:05:06.498,291] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:07.307,800] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:07.307,800] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 37 size: 113
    [01:05:07.307,830] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:08.164,337] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:08.164,367] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 37 size: 113
    [01:05:08.164,398] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:08.980,316] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:08.980,346] <dbg> bt_mesh_blob_cli: chunk_send: 22 / 37 size: 113
    [01:05:08.980,346] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:09.743,103] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:09.743,133] <dbg> bt_mesh_blob_cli: chunk_send: 23 / 37 size: 113
    [01:05:09.743,133] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:10.507,415] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:10.507,415] <dbg> bt_mesh_blob_cli: chunk_send: 24 / 37 size: 113
    [01:05:10.507,446] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:11.352,355] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:11.352,386] <dbg> bt_mesh_blob_cli: chunk_send: 25 / 37 size: 113
    [01:05:11.352,416] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:12.149,505] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:12.149,536] <dbg> bt_mesh_blob_cli: chunk_send: 26 / 37 size: 113
    [01:05:12.149,536] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:12.944,641] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:12.944,671] <dbg> bt_mesh_blob_cli: chunk_send: 27 / 37 size: 113
    [01:05:12.944,671] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:13.735,382] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:13.735,412] <dbg> bt_mesh_blob_cli: chunk_send: 28 / 37 size: 113
    [01:05:13.735,412] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:14.576,171] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:14.576,202] <dbg> bt_mesh_blob_cli: chunk_send: 29 / 37 size: 113
    [01:05:14.576,202] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:15.378,997] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:15.379,028] <dbg> bt_mesh_blob_cli: chunk_send: 30 / 37 size: 113
    [01:05:15.379,058] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:16.195,709] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:16.195,739] <dbg> bt_mesh_blob_cli: chunk_send: 31 / 37 size: 113
    [01:05:16.195,770] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:17.006,530] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:17.006,530] <dbg> bt_mesh_blob_cli: chunk_send: 32 / 37 size: 113
    [01:05:17.006,561] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:17.817,657] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:17.817,687] <dbg> bt_mesh_blob_cli: chunk_send: 33 / 37 size: 113
    [01:05:17.817,687] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:18.605,224] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:18.605,255] <dbg> bt_mesh_blob_cli: chunk_send: 34 / 37 size: 113
    [01:05:18.605,285] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:19.481,933] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:19.481,994] <dbg> bt_mesh_blob_cli: chunk_send: 35 / 37 size: 113
    [01:05:19.481,994] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:20.225,311] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:20.225,341] <dbg> bt_mesh_blob_cli: chunk_send: 36 / 37 size: 113
    [01:05:20.225,341] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:21.020,874] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:21.020,904] <dbg> bt_mesh_blob_cli: chunk_send: 37 / 37 size: 28
    [01:05:21.020,904] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:21.338,317] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:21.338,348] <dbg> bt_mesh_blob_cli: block_check: 
    [01:05:21.338,378] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:21.407,043] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 79 encoding: 1
    [01:05:21.407,073] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 79 status: 0
    [01:05:21.407,073] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:05:21.407,104] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:21.448,272] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:21.448,303] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:05:21.448,303] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 79
    [01:05:21.448,394] <dbg> bt_mesh_blob_cli: block_set: 80 size: 2280 chunks: 21
    [01:05:21.448,394] <dbg> bt_mesh_blob_cli: block_start: 80 (21 chunks, 81/81)
    [01:05:21.448,425] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:22.638,946] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 80 encoding: 0
    [01:05:22.638,977] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 80 status: 0
    [01:05:22.639,007] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:22.639,038] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:22.639,068] <dbg> bt_mesh_blob_cli: chunk_send: 1 / 21 size: 113
    [01:05:22.639,068] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:23.390,808] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:23.390,838] <dbg> bt_mesh_blob_cli: chunk_send: 2 / 21 size: 113
    [01:05:23.390,838] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:24.239,318] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:24.239,349] <dbg> bt_mesh_blob_cli: chunk_send: 3 / 21 size: 113
    [01:05:24.239,379] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:25.039,276] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:25.039,276] <dbg> bt_mesh_blob_cli: chunk_send: 4 / 21 size: 113
    [01:05:25.039,306] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:25.826,629] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:25.826,660] <dbg> bt_mesh_blob_cli: chunk_send: 5 / 21 size: 113
    [01:05:25.826,660] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:26.654,693] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:26.654,693] <dbg> bt_mesh_blob_cli: chunk_send: 6 / 21 size: 113
    [01:05:26.654,724] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:27.414,031] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:27.414,093] <dbg> bt_mesh_blob_cli: chunk_send: 7 / 21 size: 113
    [01:05:27.414,093] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:28.212,280] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:28.212,310] <dbg> bt_mesh_blob_cli: chunk_send: 8 / 21 size: 113
    [01:05:28.212,341] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:28.985,260] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:28.985,290] <dbg> bt_mesh_blob_cli: chunk_send: 9 / 21 size: 113
    [01:05:28.985,321] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:29.770,568] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:29.770,599] <dbg> bt_mesh_blob_cli: chunk_send: 10 / 21 size: 113
    [01:05:29.770,599] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:30.578,826] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:30.578,887] <dbg> bt_mesh_blob_cli: chunk_send: 11 / 21 size: 113
    [01:05:30.578,887] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:31.366,027] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:31.366,058] <dbg> bt_mesh_blob_cli: chunk_send: 12 / 21 size: 113
    [01:05:31.366,058] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:32.166,320] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:32.166,351] <dbg> bt_mesh_blob_cli: chunk_send: 13 / 21 size: 113
    [01:05:32.166,381] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:32.935,424] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:32.935,455] <dbg> bt_mesh_blob_cli: chunk_send: 14 / 21 size: 113
    [01:05:32.935,455] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:33.748,443] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:33.748,474] <dbg> bt_mesh_blob_cli: chunk_send: 15 / 21 size: 113
    [01:05:33.748,474] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:34.578,399] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:34.578,399] <dbg> bt_mesh_blob_cli: chunk_send: 16 / 21 size: 113
    [01:05:34.578,430] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:35.406,219] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:35.406,280] <dbg> bt_mesh_blob_cli: chunk_send: 17 / 21 size: 113
    [01:05:35.406,280] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:36.184,509] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:36.184,539] <dbg> bt_mesh_blob_cli: chunk_send: 18 / 21 size: 113
    [01:05:36.184,539] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:36.965,698] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:36.965,728] <dbg> bt_mesh_blob_cli: chunk_send: 19 / 21 size: 113
    [01:05:36.965,728] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:37.767,395] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:37.767,425] <dbg> bt_mesh_blob_cli: chunk_send: 20 / 21 size: 113
    [01:05:37.767,425] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:38.565,917] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:38.565,948] <dbg> bt_mesh_blob_cli: chunk_send: 21 / 21 size: 20
    [01:05:38.565,979] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:38.801,544] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:38.801,574] <dbg> bt_mesh_blob_cli: block_check: 
    [01:05:38.801,574] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:38.880,920] <dbg> bt_mesh_blob_cli: handle_block_status: status: 0 block: 80 encoding: 1
    [01:05:38.880,920] <dbg> bt_mesh_blob_cli: rx_block_status: 0x0002: block: 80 status: 0
    [01:05:38.880,950] <dbg> bt_mesh_blob_cli: rx_block_status: Target 0x0002 received all chunks
    [01:05:38.880,950] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:38.918,579] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:38.918,609] <dbg> bt_mesh_blob_cli: block_check_end: 
    [01:05:38.918,670] <dbg> bt_mesh_blob_cli: block_check_end: No more missing chunks for block 80
    [01:05:38.918,701] <dbg> bt_mesh_blob_cli: confirm_transfer: 
    [01:05:38.918,701] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:39.204,742] <dbg> bt_mesh_blob_cli: handle_xfer_status: status: 0 push phase: 4 8a3e7620badc5d5e
    [01:05:39.204,772] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:39.204,803] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:39.204,833] <dbg> bt_mesh_blob_cli: end: 1
    [01:05:39.204,864] <dbg> bt_mesh_dfu_cli: refresh: 
    [01:05:39.204,864] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:39.402,282] <dbg> bt_mesh_dfu_cli: handle_status: 0 phase: 4, cur state: 2
    [01:05:39.402,282] <dbg> bt_mesh_dfu_cli: handle_status: Target 0x0002 receiving transfer
    [01:05:39.402,313] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:39.402,343] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:39.402,343] <dbg> bt_mesh_dfu_cli: dfu_complete: 
    [01:05:39.402,374] <dbg> bt_mesh_dfd_srv: dfu_ended: reason: 0, phase: 1, apply: 1
    Distribution phase changed to Applying Update
    [01:05:39.402,435] <dbg> bt_mesh_dfu_cli: apply: 
    [01:05:39.402,465] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:39.598,602] <dbg> bt_mesh_dfu_cli: handle_status: 0 phase: 6, cur state: 4
    [01:05:39.598,632] <dbg> bt_mesh_dfu_cli: handle_status: Target 0x0002 receiving transfer
    [01:05:48.643,951] <dbg> bt_mesh_blob_cli: retry_timeout: 5
    [01:05:48.655,548] <dbg> bt_mesh_dfu_cli: handle_status: 2 phase: 0, cur state: 4
    [01:05:48.655,578] <dbg> bt_mesh_dfu_cli: handle_status: Response received with Idle phase
    [01:05:48.655,578] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:48.702,911] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:48.702,911] <dbg> bt_mesh_dfu_cli: dfu_applied: 
    [01:05:48.702,972] <dbg> bt_mesh_dfu_cli: confirm: 
    [01:05:48.703,002] <dbg> bt_mesh_blob_cli: blob_cli_broadcast: 1 targets
    [01:05:48.829,681] <dbg> bt_mesh_dfu_cli: handle_info_status: Image list from 0x0002 from index 0
    [01:05:48.829,711] <dbg> bt_mesh_dfu_cli: handle_info_status:   Image 0
            fwid: 0100000000000000
    [01:05:48.829,772] <wrn> bt_mesh_dfu_cli: Target 0x0002 failed to apply image: 0200000000000000
    [01:05:48.829,803] <err> bt_mesh_dfu_cli: Target 0x0002 failed: 3
    [01:05:48.829,803] <dbg> bt_mesh_blob_cli: blob_cli_broadcast_rsp: 0x0002, pending: 1
    [01:05:48.829,833] <dbg> bt_mesh_blob_cli: broadcast_complete: continuing
    [01:05:48.829,864] <dbg> bt_mesh_dfu_cli: dfu_failed: 3
    [01:05:48.829,864] <dbg> bt_mesh_dfd_srv: dfu_ended: reason: 3, phase: 3, apply: 1
    Distribution phase changed to Failed
    uart:~$ 
    

    Log of Mesh Target

    [01:00:33.324,523] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:00:34.083,953] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:00:34.923,461] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:00:35.724,731] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:00:36.500,885] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:00:37.281,219] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:00:38.091,552] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:00:38.887,847] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:00:39.674,682] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:00:40.493,255] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:00:41.302,642] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:00:42.108,215] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:00:42.903,228] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:00:43.687,408] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:00:44.478,851] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:00:45.275,085] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:00:46.014,251] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:00:46.808,471] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:00:47.619,232] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:00:48.392,059] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:00:49.157,897] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:00:49.965,820] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:00:50.797,973] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:00:51.597,015] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:00:52.376,861] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:00:53.174,804] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:00:54.008,697] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:00:54.325,531] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:00:54.326,293] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:00:54.397,552] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:00:54.397,583] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:00:54.477,508] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:00:54.477,539] <dbg> bt_mesh_blob_srv: handle_block_start: 59: (60/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:00:55.761,474] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:00:56.512,268] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:00:57.319,000] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:00:58.132,781] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:00:58.939,147] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:00:59.703,521] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:01:00.516,662] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:01:01.351,074] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:01:02.159,729] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:01:02.979,278] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:01:03.777,709] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:01:04.558,807] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:01:06.020,050] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:01:06.845,581] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:01:07.627,044] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:01:08.407,409] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:01:09.184,478] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:01:09.976,806] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:01:10.793,457] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:01:11.589,111] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:01:12.387,451] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:01:13.162,872] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:01:13.965,606] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:01:14.776,489] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:01:15.557,403] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:01:16.349,975] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:01:17.155,059] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:01:17.949,951] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:01:18.771,240] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:01:19.547,943] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:01:20.391,906] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:01:21.195,159] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:01:21.953,338] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:01:22.734,863] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:01:23.540,252] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:01:24.354,309] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:01:25.106,933] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:01:25.428,405] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:01:25.429,107] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:01:25.503,845] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:01:25.503,875] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:01:25.585,571] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:01:25.585,601] <dbg> bt_mesh_blob_srv: handle_block_start: 60: (61/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:01:26.876,068] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:01:27.664,337] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:01:28.405,670] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:01:29.185,272] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:01:29.988,708] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:01:30.815,368] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:01:31.596,923] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:01:32.376,647] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:01:33.169,677] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:01:33.960,479] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:01:34.765,838] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:01:35.571,350] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:01:36.385,864] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:01:37.236,846] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:01:37.984,619] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:01:38.811,737] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:01:39.626,342] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:01:40.425,689] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:01:41.220,855] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:01:42.048,156] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:01:42.891,662] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:01:43.632,934] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:01:44.431,793] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:01:45.225,341] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:01:46.014,709] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:01:46.830,963] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:01:47.665,496] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:01:48.462,768] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:01:49.273,345] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:01:50.042,816] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:01:50.878,631] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:01:51.661,468] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:01:52.461,181] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:01:53.275,085] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:01:54.063,446] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:01:54.860,015] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:01:55.661,376] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:01:55.984,222] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:01:55.984,893] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:01:56.055,877] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:01:56.055,908] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:01:56.136,993] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:01:56.136,993] <dbg> bt_mesh_blob_srv: handle_block_start: 61: (62/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:01:57.429,412] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:01:58.189,880] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:01:58.984,191] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:01:59.785,430] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:02:00.632,385] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:02:01.441,070] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:02:02.198,699] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:02:03.008,270] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:02:03.810,638] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:02:04.611,083] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:02:05.408,416] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:02:06.170,745] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:02:06.959,838] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:02:07.747,406] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:02:08.577,606] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:02:09.357,177] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:02:10.123,474] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:02:10.963,348] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:02:11.751,831] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:02:12.535,644] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:02:13.348,327] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:02:14.130,889] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:02:14.891,937] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:02:15.703,613] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:02:16.523,376] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:02:17.386,962] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:02:18.190,826] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:02:19.014,434] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:02:19.830,505] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:02:20.680,480] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:02:21.429,046] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:02:22.222,503] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:02:23.008,361] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:02:23.845,153] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:02:24.662,689] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:02:25.445,037] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:02:26.244,110] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:02:26.553,161] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:02:26.553,833] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:02:26.638,000] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:02:26.638,031] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:02:26.724,243] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:02:26.724,243] <dbg> bt_mesh_blob_srv: handle_block_start: 62: (63/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:02:28.016,784] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:02:28.807,678] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:02:29.612,670] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:02:30.460,662] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:02:31.277,923] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:02:32.085,205] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:02:32.880,371] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:02:34.348,785] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:02:35.168,365] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:02:35.980,529] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:02:36.739,013] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:02:37.523,712] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:02:38.331,604] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:02:39.153,045] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:02:39.944,763] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:02:40.759,307] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:02:41.558,471] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:02:42.356,536] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:02:43.162,292] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:02:43.937,164] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:02:44.736,083] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:02:45.532,928] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:02:46.329,254] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:02:47.129,760] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:02:47.891,418] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:02:48.697,601] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:02:49.459,075] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:02:50.300,659] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:02:51.042,999] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:02:51.865,936] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:02:52.662,475] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:02:53.452,026] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:02:54.247,436] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:02:55.057,495] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:02:55.866,516] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:02:56.654,449] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:02:57.431,793] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:02:57.740,356] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:02:57.741,088] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:02:57.829,864] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:02:57.829,895] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:03:07.078,857] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:03:07.078,887] <dbg> bt_mesh_blob_srv: handle_block_start: 63: (64/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:03:08.372,131] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:03:09.142,242] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:03:09.940,582] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:03:10.782,135] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:03:11.573,486] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:03:12.377,044] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:03:13.183,471] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:03:13.965,972] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:03:14.741,302] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:03:15.542,999] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:03:16.378,173] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:03:17.162,658] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:03:17.969,543] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:03:18.757,934] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:03:19.550,964] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:03:20.393,554] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:03:21.232,696] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:03:22.040,374] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:03:22.874,694] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:03:23.680,145] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:03:24.455,993] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:03:25.249,359] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:03:26.064,056] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:03:26.854,492] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:03:27.657,104] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:03:28.471,069] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:03:29.270,080] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:03:30.087,280] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:03:30.843,261] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:03:31.630,371] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:03:32.404,357] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:03:33.218,353] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:03:34.028,198] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:03:34.824,157] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:03:35.610,137] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:03:36.430,633] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:03:37.202,575] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:03:37.514,465] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:03:37.515,167] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:03:37.589,660] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:03:37.589,691] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:03:37.674,133] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:03:37.674,133] <dbg> bt_mesh_blob_srv: handle_block_start: 64: (65/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:03:38.771,728] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:03:39.565,093] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:03:40.320,800] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:03:41.122,070] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:03:41.945,953] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:03:42.746,398] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:03:43.474,151] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:03:44.287,506] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:03:45.076,599] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:03:45.886,962] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:03:46.701,049] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:03:47.472,473] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:03:48.262,451] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:03:49.052,978] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:03:49.856,781] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:03:50.652,954] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:03:51.464,660] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:03:52.285,430] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:03:53.103,698] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:03:53.883,148] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:03:54.689,117] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:03:55.473,846] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:03:56.273,223] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:03:57.093,780] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:03:57.897,979] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:03:58.725,280] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:03:59.523,193] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:04:00.345,550] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:04:01.137,542] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:04:01.933,563] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:04:02.701,538] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:04:03.473,632] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:04:04.313,446] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:04:05.108,367] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:04:05.889,862] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:04:06.682,769] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:04:07.464,172] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:04:07.782,470] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:04:07.783,325] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:04:07.883,087] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:04:07.883,117] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:04:07.934,906] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:04:07.934,936] <dbg> bt_mesh_blob_srv: handle_block_start: 65: (66/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:04:09.227,630] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:04:10.005,310] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:04:10.848,266] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:04:11.616,149] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:04:12.404,785] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:04:13.252,929] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:04:14.015,167] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:04:14.821,411] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:04:15.616,180] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:04:16.429,473] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:04:17.184,173] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:04:18.006,805] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:04:18.812,469] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:04:19.600,219] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:04:20.411,224] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:04:21.214,080] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:04:22.015,380] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:04:22.820,495] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:04:23.643,585] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:04:24.445,251] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:04:25.228,240] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:04:26.021,453] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:04:26.783,264] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:04:27.562,500] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:04:28.375,915] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:04:29.208,404] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:04:30.030,883] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:04:30.823,486] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:04:31.610,168] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:04:32.392,639] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:04:33.183,319] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:04:33.980,010] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:04:34.808,471] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:04:35.588,897] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:04:36.367,828] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:04:37.162,963] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:04:37.959,625] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:04:38.268,615] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:04:38.269,317] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:04:38.338,897] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:04:38.338,928] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:04:38.439,758] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:04:38.439,788] <dbg> bt_mesh_blob_srv: handle_block_start: 66: (67/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:04:39.720,611] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:04:40.538,635] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:04:41.351,104] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:04:42.130,523] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:04:42.909,698] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:04:43.719,421] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:04:44.516,143] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:04:45.311,492] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:04:46.109,252] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:04:46.900,024] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:04:47.696,228] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:04:48.474,365] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:04:49.278,045] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:04:50.074,218] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:04:50.851,959] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:04:51.645,141] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:04:52.432,739] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:04:53.246,978] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:04:54.052,490] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:04:54.862,304] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:04:55.654,693] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:04:56.482,879] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:04:57.285,247] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:04:58.091,430] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:04:58.854,248] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:04:59.631,713] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:05:00.405,609] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:05:01.206,665] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:05:01.995,208] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:05:02.805,297] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:05:03.600,372] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:05:04.415,954] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:05:05.246,765] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:05:06.007,720] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:05:06.859,130] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:05:07.684,631] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:05:08.504,730] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:05:08.828,308] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:05:08.828,979] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:05:08.907,409] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:05:08.907,440] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:05:08.984,039] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:05:08.984,039] <dbg> bt_mesh_blob_srv: handle_block_start: 67: (68/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:05:10.259,307] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:05:11.039,459] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:05:11.796,997] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:05:12.570,648] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:05:13.362,396] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:05:14.162,445] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:05:15.008,850] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:05:15.787,841] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:05:16.583,282] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:05:17.388,549] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:05:18.153,869] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:05:18.930,114] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:05:19.729,888] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:05:20.536,163] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:05:21.304,168] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:05:22.083,618] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:05:22.867,248] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:05:23.667,205] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:05:24.441,894] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:05:25.209,442] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:05:26.007,751] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:05:26.782,043] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:05:27.593,658] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:05:28.406,402] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:05:29.215,728] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:05:29.999,145] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:05:30.778,228] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:05:31.571,838] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:05:32.400,878] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:05:34.234,741] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:05:35.022,766] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:05:35.800,720] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:05:36.647,003] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:05:37.416,839] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:05:38.223,602] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:05:39.031,433] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:05:39.818,481] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:05:40.154,602] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:05:40.155,242] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:05:40.229,888] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:05:40.229,919] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:05:40.304,718] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:05:40.304,718] <dbg> bt_mesh_blob_srv: handle_block_start: 68: (69/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:05:41.599,609] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:05:42.366,485] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:05:43.163,513] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:05:43.960,357] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:05:44.767,211] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:05:45.546,264] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:05:46.374,786] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:05:47.202,697] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:05:47.968,963] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:05:48.767,211] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:05:49.593,353] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:05:50.435,791] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:05:51.249,938] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:05:52.002,136] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:05:52.811,798] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:05:53.618,591] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:05:54.430,633] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:05:55.208,801] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:05:56.007,537] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:05:56.804,595] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:05:57.582,061] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:05:58.348,632] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:05:59.118,865] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:05:59.902,252] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:06:00.722,595] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:06:01.518,768] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:06:02.303,588] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:06:03.088,317] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:06:03.906,707] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:06:04.695,434] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:06:05.496,124] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:06:06.293,395] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:06:07.083,129] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:06:07.867,034] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:06:08.658,203] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:06:09.455,230] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:06:10.266,387] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:06:10.605,560] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:06:10.606,262] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:06:10.693,023] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:06:10.693,054] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:06:10.771,789] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:06:10.771,820] <dbg> bt_mesh_blob_srv: handle_block_start: 69: (70/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:06:12.088,104] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:06:12.868,438] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:06:13.657,958] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:06:14.444,671] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:06:15.227,569] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:06:16.021,881] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:06:16.828,460] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:06:17.617,095] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:06:18.385,803] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:06:19.193,481] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:06:20.016,998] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:06:20.822,113] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:06:21.627,197] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:06:22.449,462] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:06:23.186,248] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:06:23.979,553] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:06:24.747,955] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:06:25.563,262] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:06:26.346,557] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:06:27.133,636] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:06:27.970,611] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:06:28.738,311] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:06:29.538,513] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:06:30.350,006] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:06:31.097,167] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:06:31.865,478] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:06:32.685,943] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:06:33.495,147] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:06:34.330,780] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:06:35.121,765] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:06:35.894,531] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:06:36.704,650] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:06:37.500,030] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:06:38.300,811] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:06:39.107,666] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:06:39.923,492] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:06:40.743,957] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:06:41.042,572] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:06:41.043,212] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:06:41.117,156] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:06:41.117,187] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:06:41.202,545] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:06:41.202,575] <dbg> bt_mesh_blob_srv: handle_block_start: 70: (71/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:06:42.518,005] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:06:43.251,129] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:06:44.037,353] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:06:44.871,032] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:06:45.640,228] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:06:46.444,244] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:06:47.242,919] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:06:47.996,765] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:06:48.769,622] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:06:49.546,386] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:06:50.366,058] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:06:51.146,057] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:06:51.916,107] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:06:52.742,919] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:06:53.599,853] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:06:54.402,343] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:06:55.222,015] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:06:55.983,551] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:06:56.776,580] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:06:57.581,237] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:06:58.390,197] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:06:59.204,559] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:06:59.970,184] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:07:00.760,742] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:07:01.547,180] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:07:02.341,644] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:07:03.142,517] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:07:03.955,139] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:07:04.736,206] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:07:05.549,987] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:07:06.327,941] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:07:07.167,663] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:07:07.990,081] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:07:08.746,368] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:07:09.532,440] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:07:10.325,927] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:07:11.106,719] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:07:11.418,640] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:07:11.419,494] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:07:11.496,154] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:07:11.496,185] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:07:11.583,709] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:07:11.583,740] <dbg> bt_mesh_blob_srv: handle_block_start: 71: (72/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:07:12.900,970] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:07:13.654,144] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:07:14.455,841] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:07:15.271,850] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:07:16.143,890] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:07:16.909,820] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:07:17.679,504] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:07:18.478,759] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:07:19.247,558] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:07:20.051,940] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:07:20.827,911] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:07:21.597,869] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:07:22.378,784] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:07:23.206,542] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:07:24.042,968] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:07:24.860,443] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:07:25.657,196] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:07:26.444,824] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:07:27.231,475] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:07:28.027,221] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:07:28.787,994] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:07:29.587,005] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:07:30.429,626] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:07:31.201,446] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:07:32.021,759] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:07:32.840,942] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:07:33.669,799] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:07:34.457,763] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:07:35.244,232] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:07:36.074,340] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:07:36.850,738] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:07:37.640,838] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:07:38.427,337] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:07:39.232,116] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:07:39.997,894] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:07:40.795,593] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:07:41.587,280] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:07:41.908,020] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:07:41.908,905] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:07:41.991,271] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:07:41.991,302] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:07:42.074,951] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:07:42.074,981] <dbg> bt_mesh_blob_srv: handle_block_start: 72: (73/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:07:43.393,707] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:07:44.143,188] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:07:44.975,219] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:07:45.769,744] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:07:46.542,449] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:07:47.324,462] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:07:48.117,706] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:07:48.935,333] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:07:49.719,604] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:07:50.532,775] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:07:51.323,150] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:07:52.098,144] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:07:52.907,592] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:07:53.696,502] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:07:54.501,525] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:07:55.355,407] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:07:56.117,065] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:07:56.895,385] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:07:57.727,050] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:07:58.545,318] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:07:59.341,247] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:08:00.156,402] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:08:00.955,078] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:08:01.726,196] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:08:02.523,742] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:08:03.345,031] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:08:04.164,001] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:08:04.988,189] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:08:05.801,025] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:08:06.587,646] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:08:07.350,250] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:08:08.181,732] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:08:08.945,312] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:08:09.735,046] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:08:10.539,154] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:08:11.356,689] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:08:12.125,915] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:08:12.454,986] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:08:12.455,688] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:08:12.533,843] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:08:12.533,874] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:08:12.612,091] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:08:12.612,121] <dbg> bt_mesh_blob_srv: handle_block_start: 73: (74/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:08:13.932,312] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:08:14.695,556] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:08:15.514,526] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:08:16.322,479] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:08:17.153,839] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:08:17.952,056] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:08:18.776,763] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:08:19.578,399] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:08:20.375,610] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:08:21.160,278] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:08:21.952,606] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:08:22.761,199] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:08:23.567,749] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:08:24.394,989] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:08:25.240,356] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:08:26.013,275] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:08:26.776,336] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:08:27.585,052] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:08:28.399,566] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:08:30.321,075] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:08:31.116,516] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:08:31.917,846] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:08:32.754,608] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:08:33.516,082] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:08:34.327,514] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:08:35.115,936] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:08:35.903,411] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:08:36.697,509] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:08:37.483,520] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:08:38.277,465] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:08:39.082,641] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:08:39.887,939] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:08:40.714,111] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:08:41.500,122] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:08:42.310,150] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:08:43.105,010] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:08:43.927,062] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:08:44.243,865] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:08:44.244,537] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:08:44.327,850] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:08:44.327,880] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:08:44.409,423] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:08:44.409,454] <dbg> bt_mesh_blob_srv: handle_block_start: 74: (75/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:08:45.730,834] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:08:46.492,584] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:08:47.294,403] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:08:48.069,274] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:08:48.853,485] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:08:49.645,874] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:08:50.410,552] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:08:51.195,159] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:08:52.015,747] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:08:52.820,800] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:08:53.576,995] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:08:54.365,936] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:08:55.120,727] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:08:55.939,788] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:08:56.710,113] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:08:57.508,422] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:08:58.308,441] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:08:59.104,064] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:08:59.944,274] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:09:00.697,326] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:09:01.495,666] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:09:02.310,821] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:09:03.078,887] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:09:03.885,986] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:09:04.699,981] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:09:05.464,782] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:09:06.262,145] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:09:07.038,330] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:09:07.855,804] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:09:08.681,213] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:09:09.453,186] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:09:10.237,854] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:09:11.027,832] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:09:11.843,688] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:09:12.631,011] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:09:13.411,407] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:09:14.212,738] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:09:14.536,437] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:09:14.537,139] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:09:14.607,757] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:09:14.607,788] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:09:14.689,819] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:09:14.689,819] <dbg> bt_mesh_blob_srv: handle_block_start: 75: (76/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:09:16.013,427] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:09:16.788,482] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:09:17.573,455] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:09:18.335,906] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:09:19.108,215] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:09:19.912,139] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:09:20.724,029] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:09:21.480,377] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:09:22.263,427] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:09:23.085,205] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:09:23.894,775] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:09:24.694,396] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:09:25.499,725] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:09:26.333,587] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:09:27.120,910] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:09:27.931,274] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:09:28.745,910] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:09:29.539,825] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:09:30.393,096] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:09:31.192,077] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:09:32.005,035] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:09:32.813,110] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:09:33.643,157] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:09:34.458,709] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:09:35.224,639] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:09:36.024,139] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:09:36.818,725] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:09:37.592,285] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:09:38.363,159] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:09:39.144,958] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:09:39.950,897] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:09:40.779,449] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:09:41.587,127] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:09:42.372,863] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:09:43.169,982] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:09:43.940,582] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:09:44.756,011] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:09:45.069,091] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:09:45.069,793] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:09:45.152,496] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:09:45.152,526] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:09:45.258,880] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:09:45.258,911] <dbg> bt_mesh_blob_srv: handle_block_start: 76: (77/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:09:46.592,529] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:09:47.331,207] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:09:48.155,273] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:09:48.964,019] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:09:49.751,037] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:09:50.616,485] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:09:51.364,746] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:09:52.137,268] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:09:52.949,707] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:09:53.732,666] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:09:54.519,989] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:09:55.379,241] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:09:56.157,714] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:09:56.977,539] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:09:57.790,435] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:09:58.613,281] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:09:59.373,443] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:10:00.201,202] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:10:00.993,896] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:10:01.798,431] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:10:02.608,428] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:10:03.400,207] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:10:04.150,909] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:10:04.916,778] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:10:05.708,007] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:10:06.502,624] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:10:07.328,552] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:10:08.142,883] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:10:08.899,841] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:10:09.695,343] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:10:10.530,334] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:10:11.339,508] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:10:12.120,391] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:10:12.901,550] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:10:13.733,154] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:10:14.487,701] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:10:15.267,974] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:10:15.579,650] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:10:15.580,352] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:10:15.653,228] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:10:15.653,320] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:10:15.734,405] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:10:15.734,436] <dbg> bt_mesh_blob_srv: handle_block_start: 77: (78/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:10:17.065,002] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:10:17.822,021] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:10:18.665,374] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:10:19.480,651] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:10:20.272,918] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:10:21.054,260] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:10:21.854,980] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:10:22.674,743] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:10:23.424,865] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:10:24.204,345] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:10:25.021,179] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:10:25.810,424] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:10:26.618,011] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:10:27.445,007] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:10:28.249,816] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:10:29.039,855] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:10:29.838,623] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:10:30.657,562] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:10:31.466,430] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:10:32.241,668] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:10:33.068,786] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:10:33.847,015] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:10:34.654,022] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:10:35.426,940] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:10:36.241,302] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:10:37.026,062] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:10:37.844,696] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:10:38.633,636] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:10:39.424,926] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:10:40.213,134] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:10:41.046,020] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:10:41.842,742] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:10:42.654,266] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:10:43.454,742] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:10:44.264,801] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:10:45.049,560] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:10:45.841,308] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:10:46.173,461] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:10:46.174,194] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:10:46.228,057] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:10:46.228,088] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:10:46.334,808] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:10:46.334,808] <dbg> bt_mesh_blob_srv: handle_block_start: 78: (79/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:10:47.668,273] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:10:48.401,123] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:10:49.200,012] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:10:50.000,000] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:10:50.792,388] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:10:51.617,126] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:10:52.417,541] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:10:53.217,071] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:10:54.017,791] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:10:54.791,931] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:10:55.648,468] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:10:56.407,989] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:10:57.215,759] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:10:58.008,026] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:10:58.791,137] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:10:59.611,114] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:11:00.426,666] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:11:01.223,571] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:11:01.983,703] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:11:02.768,310] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:11:03.545,074] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:11:04.344,177] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:11:05.129,364] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:11:05.944,854] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:11:06.729,644] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:11:07.524,444] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:11:08.347,595] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:11:09.138,580] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:11:09.995,697] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:11:10.831,451] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:11:11.665,557] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:11:12.472,473] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:11:13.265,136] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:11:14.051,788] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:11:14.831,146] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:11:15.631,622] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:11:16.436,279] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:11:16.754,608] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:11:16.755,340] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:11:16.833,465] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:11:16.833,496] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:11:16.956,909] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:11:16.956,909] <dbg> bt_mesh_blob_srv: handle_block_start: 79: (80/81)
                                                                                    size: 4096
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 37
    [01:11:18.283,935] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 37/37
    [01:11:19.072,692] <dbg> bt_mesh_blob_srv: handle_chunk: 1/37 (113 bytes)
    [01:11:19.848,449] <dbg> bt_mesh_blob_srv: handle_chunk: 2/37 (113 bytes)
    [01:11:20.699,371] <dbg> bt_mesh_blob_srv: handle_chunk: 3/37 (113 bytes)
    [01:11:21.499,053] <dbg> bt_mesh_blob_srv: handle_chunk: 4/37 (113 bytes)
    [01:11:22.322,540] <dbg> bt_mesh_blob_srv: handle_chunk: 5/37 (113 bytes)
    [01:11:23.119,171] <dbg> bt_mesh_blob_srv: handle_chunk: 6/37 (113 bytes)
    [01:11:23.920,501] <dbg> bt_mesh_blob_srv: handle_chunk: 7/37 (113 bytes)
    [01:11:24.718,566] <dbg> bt_mesh_blob_srv: handle_chunk: 8/37 (113 bytes)
    [01:11:25.491,088] <dbg> bt_mesh_blob_srv: handle_chunk: 9/37 (113 bytes)
    [01:11:26.264,526] <dbg> bt_mesh_blob_srv: handle_chunk: 10/37 (113 bytes)
    [01:11:27.043,090] <dbg> bt_mesh_blob_srv: handle_chunk: 11/37 (113 bytes)
    [01:11:27.833,709] <dbg> bt_mesh_blob_srv: handle_chunk: 12/37 (113 bytes)
    [01:11:28.589,691] <dbg> bt_mesh_blob_srv: handle_chunk: 13/37 (113 bytes)
    [01:11:29.383,300] <dbg> bt_mesh_blob_srv: handle_chunk: 14/37 (113 bytes)
    [01:11:30.160,247] <dbg> bt_mesh_blob_srv: handle_chunk: 15/37 (113 bytes)
    [01:11:30.990,936] <dbg> bt_mesh_blob_srv: handle_chunk: 16/37 (113 bytes)
    [01:11:31.854,278] <dbg> bt_mesh_blob_srv: handle_chunk: 17/37 (113 bytes)
    [01:11:32.630,340] <dbg> bt_mesh_blob_srv: handle_chunk: 18/37 (113 bytes)
    [01:11:33.441,162] <dbg> bt_mesh_blob_srv: handle_chunk: 19/37 (113 bytes)
    [01:11:34.294,342] <dbg> bt_mesh_blob_srv: handle_chunk: 20/37 (113 bytes)
    [01:11:35.117,309] <dbg> bt_mesh_blob_srv: handle_chunk: 21/37 (113 bytes)
    [01:11:35.879,028] <dbg> bt_mesh_blob_srv: handle_chunk: 22/37 (113 bytes)
    [01:11:36.636,596] <dbg> bt_mesh_blob_srv: handle_chunk: 23/37 (113 bytes)
    [01:11:37.461,364] <dbg> bt_mesh_blob_srv: handle_chunk: 24/37 (113 bytes)
    [01:11:38.286,499] <dbg> bt_mesh_blob_srv: handle_chunk: 25/37 (113 bytes)
    [01:11:39.082,794] <dbg> bt_mesh_blob_srv: handle_chunk: 26/37 (113 bytes)
    [01:11:39.866,271] <dbg> bt_mesh_blob_srv: handle_chunk: 27/37 (113 bytes)
    [01:11:40.708,892] <dbg> bt_mesh_blob_srv: handle_chunk: 28/37 (113 bytes)
    [01:11:41.514,221] <dbg> bt_mesh_blob_srv: handle_chunk: 29/37 (113 bytes)
    [01:11:42.325,347] <dbg> bt_mesh_blob_srv: handle_chunk: 30/37 (113 bytes)
    [01:11:43.136,047] <dbg> bt_mesh_blob_srv: handle_chunk: 31/37 (113 bytes)
    [01:11:43.947,784] <dbg> bt_mesh_blob_srv: handle_chunk: 32/37 (113 bytes)
    [01:11:44.740,783] <dbg> bt_mesh_blob_srv: handle_chunk: 33/37 (113 bytes)
    [01:11:45.614,318] <dbg> bt_mesh_blob_srv: handle_chunk: 34/37 (113 bytes)
    [01:11:46.359,283] <dbg> bt_mesh_blob_srv: handle_chunk: 35/37 (113 bytes)
    [01:11:47.156,280] <dbg> bt_mesh_blob_srv: handle_chunk: 36/37 (113 bytes)
    [01:11:47.459,350] <dbg> bt_mesh_blob_srv: handle_chunk: 37/37 (28 bytes)
    [01:11:47.460,235] <dbg> bt_mesh_blob_srv: phase_set: Phase: 2
    [01:11:47.547,546] <dbg> bt_mesh_blob_srv: handle_block_get: 
    [01:11:47.547,576] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 0/37
    [01:11:47.625,762] <dbg> bt_mesh_blob_srv: phase_set: Phase: 3
    [01:11:47.625,793] <dbg> bt_mesh_blob_srv: handle_block_start: 80: (81/81)
                                                                                    size: 2280
                                                                                                    chunk size: 113
                                                                                                                    chunk count: 21
    [01:11:48.745,361] <dbg> bt_mesh_blob_srv: block_status_rsp: Status: 0, missing: 21/21
    [01:11:49.525,909] <dbg> bt_mesh_blob_srv: handle_chunk: 1/21 (113 bytes)
    [01:11:50.374,542] <dbg> bt_mesh_blob_srv: handle_chunk: 2/21 (113 bytes)
    [01:11:51.171,569] <dbg> bt_mesh_blob_srv: handle_chunk: 3/21 (113 bytes)
    [01:11:51.961,883] <dbg> bt_mesh_blob_srv: handle_chunk: 4/21 (113 bytes)
    [01:11:52.785,522] <dbg> bt_mesh_blob_srv: handle_chunk: 5/21 (113 bytes)
    [01:11:53.549,530] <dbg> bt_mesh_blob_srv: handle_chunk: 6/21 (113 bytes)
    [01:11:54.343,322] <dbg> bt_mesh_blob_srv: handle_chunk: 7/21 (113 bytes)
    [01:11:55.121,643] <dbg> bt_mesh_blob_srv: handle_chunk: 8/21 (113 bytes)
    [01:11:55.903,167] <dbg> bt_mesh_blob_srv: handle_chunk: 9/21 (113 bytes)
    [01:11:56.712,097] <dbg> bt_mesh_blob_srv: handle_chunk: 10/21 (113 bytes)
    [01:11:57.499,755] <dbg> bt_mesh_blob_srv: handle_chunk: 11/21 (113 bytes)
    [01:11:58.300,109] <dbg> bt_mesh_blob_srv: handle_chunk: 12/21 (113 bytes)
    [01:11:59.065,399] <dbg> bt_mesh_blob_srv: handle_chunk: 13/21 (113 bytes)
    [01:11:59.884,826] <dbg> bt_mesh_blob_srv: handle_chunk: 14/21 (113 bytes)
    [01:12:00.710,479] <dbg> bt_mesh_blob_srv: handle_chunk: 15/21 (113 bytes)
    [01:12:01.542,999] <dbg> bt_mesh_blob_srv: handle_chunk: 16/21 (113 bytes)
    [01:12:02.317,871] <dbg> bt_mesh_blob_srv: handle_chunk: 17/21 (113 bytes)
    [01:12:03.101,776] <dbg> bt_mesh_blob_srv: handle_chunk: 18/21 (113 bytes)
    [01:12:03.899,658] <dbg> bt_mesh_blob_srv: handle_chunk: 19/21 (113 bytes)
    [01:12:04.696,868] <dbg> bt_mesh_blob_srv: handle_chunk: 20/21 (113 bytes)
    *** Booting Zephyr OS build v3.3.99-ncs1-1 ***
    *** Booting Zephyr OS build v3.3.99-ncs1-1 ***
    Initializing...
    Current image version: 1.0.0+0
    [00:00:00.004,455] <inf> fs_nvs: 2 Sectors of 4096 bytes
    [00:00:00.004,486] <inf> fs_nvs: alloc wra: 0, 998
    [00:00:00.004,486] <inf> fs_nvs: data wra: 0, 7bc
    [00:00:00.005,401] <inf> bt_sdc_hci_driver: SoftDevice Controller build revision: 
                                                e0 7e 2e c1 5e 05 85 23  46 15 dc fa 8e 29 7d 70 |.~..^..# F....)}p
                                                10 93 a5 fc                                      |....             
    [00:00:00.007,843] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
    [00:00:00.007,873] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
    [00:00:00.007,904] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 224.11902 Build 2231721665
    [00:00:00.008,209] <inf> bt_hci_core: No ID address. App must call settings_load()
    Bluetooth initialized
    [00:00:00.270,629] <dbg> bt_mesh_dfu_srv: dfu_srv_settings_set: Recovered transfer (phase: 6, idx: 0)
    [00:00:00.306,121] <inf> bt_hci_core: Identity: CE:13:98:B7:CF:DD (random)
    [00:00:00.306,152] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x1077, manufacturer 0x0059
    [00:00:00.306,182] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x1077
    Mesh initialized
    [00:00:00.323,730] <dbg> bt_mesh_dfu_srv: bt_mesh_dfu_srv_applied: 
    [00:00:08.153,137] <dbg> bt_mesh_dfu_srv: handle_apply: 
    [00:00:08.153,167] <wrn> bt_mesh_dfu_srv: Apply: Invalid phase 0
    [00:00:08.242,218] <dbg> bt_mesh_dfu_srv: handle_info_get: from 0 (limit: 255)
    

    Also I have tried DFU with Mesh Distributor and Mesh Light Switch sample after adding BLOB TRANSFER MODEL and FIRMWARE UPDATE SERVER model to it. After successful transfer of the firmware it showed invalid BLOB ID.

    Thanks

Related