Update CTE params...failed (err -134) in 'direction_finding_connectionless_tx'

Hi

I'm working with the sample 'ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx' on nRF5340,  I followed this page and built with AoA mode, then added content of overlay-aoa.conf file to child_image/hci_rpmsg.conf file, ran this code:

G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx>west build -b nrf5340dk_nrf5340_cpuapp -- -DCMAKE_BUILD_TYPE=overlay-aoa.conf

Build and flash seems correct,  but output in putty is wrong:

*** Booting Zephyr OS build v2.6.99-ncs1-1  ***
Starting Connectionless Beacon Demo
Bluetooth initialization...success
Advertising set create...success
Update CTE params...failed (err -134)

 I tried as Amanda said, erased the kit before flash, but it doesn't help. How to solve this problem? Thanks in advance.

Best regards,

Majoris

  • Hello Majoris!

    As the nRF5340 is a multicore SoC, could you try this:

    nrfjprog --recover --coprocessor CP_NETWORK
    nrfjprog --recover

    Best regards,
    Elfving

  • Hi Elfving!

    Thanks for your reply. But sadly it failed, the error occurred again.

    I tried:

    G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx>nrfjprog --recover --coprocessor CP_NETWORK
    Recovering device. This operation might take 30s.
    Writing image to disable ap protect.
    Erasing user code and UICR flash areas.
    
    G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx>west build -b nrf5340dk_nrf5340_cpuapp -- -DCMAKE_BUILD_TYPE=overlay-aoa.conf
    -- west build: generating a build system
    Including boilerplate (Zephyr base (cached)): G:/ncs_v1.7.1/ncs1.7.1/zephyr/cmake/app/boilerplate.cmake
    -- Application: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx
    -- Using NCS Toolchain 1.7.1 for building. (G:/ncs_v1.7.1/ncs1.7.1/toolchain/cmake)
    -- Zephyr version: 2.6.99 (G:/ncs_v1.7.1/ncs1.7.1/zephyr), build: v2.6.99-ncs1-1
    -- Found west (found suitable version "0.11.1", minimum required is "0.7.1")
    -- Board: nrf5340dk_nrf5340_cpuapp
    -- Cache files will be written to: G:/ncs_v1.7.1/ncs1.7.1/zephyr/.cache
    -- Found dtc: G:/ncs_v1.7.1/ncs1.7.1/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found toolchain: gnuarmemb (G:/ncs_v1.7.1/ncs1.7.1/toolchain/opt)
    -- Found BOARD.dts: G:/ncs_v1.7.1/ncs1.7.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp.dts
    -- Generated zephyr.dts: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/zephyr.dts
    -- Generated devicetree_unfixed.h: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/include/generated/devicetree_unfixed.h
    -- Generated device_extern.h: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/include/generated/device_extern.h
    -- Including generated dts.cmake file: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/dts.cmake
    Parsing G:/ncs_v1.7.1/ncs1.7.1/zephyr/Kconfig
    Loaded configuration 'G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/.config'
    No change to configuration in 'G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/.config'
    No change to Kconfig header in 'G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/zephyr/include/generated/autoconf.h'
    Adding 'hci_rpmsg' firmware as child image since CONFIG_BT_RPMSG_NRF53 is set to 'y'
    
    === child image hci_rpmsg - CPUNET begin ===
    Including boilerplate (Zephyr base (cached)): G:/ncs_v1.7.1/ncs1.7.1/zephyr/cmake/app/boilerplate.cmake
    -- Application: G:/ncs_v1.7.1/ncs1.7.1/zephyr/samples/bluetooth/hci_rpmsg
    -- Using NCS Toolchain 1.7.1 for building. (G:/ncs_v1.7.1/ncs1.7.1/toolchain/cmake)
    -- Zephyr version: 2.6.99 (G:/ncs_v1.7.1/ncs1.7.1/zephyr), build: v2.6.99-ncs1-1
    -- Found west (found suitable version "0.11.1", minimum required is "0.7.1")
    -- Board: nrf5340dk_nrf5340_cpunet
    -- Cache files will be written to: G:/ncs_v1.7.1/ncs1.7.1/zephyr/.cache
    -- Found dtc: G:/ncs_v1.7.1/ncs1.7.1/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found toolchain: gnuarmemb (G:/ncs_v1.7.1/ncs1.7.1/toolchain/opt)
    -- Found BOARD.dts: G:/ncs_v1.7.1/ncs1.7.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpunet.dts
    -- Found devicetree overlay: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/child_image/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay
    -- Generated zephyr.dts: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/zephyr.dts
    -- Generated devicetree_unfixed.h: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/include/generated/devicetree_unfixed.h
    -- Generated device_extern.h: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/include/generated/device_extern.h
    -- Including generated dts.cmake file: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/dts.cmake
    Parsing G:/ncs_v1.7.1/ncs1.7.1/zephyr/Kconfig
    Loaded configuration 'G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/.config'
    No change to configuration in 'G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/.config'
    No change to Kconfig header in 'G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg/zephyr/include/generated/autoconf.h'
    CMake Warning at ../../../subsys/bluetooth/controller/CMakeLists.txt:28 (message):
    
    
      CONFIG_BT_CTLR_ADV_EXT=y, Advertising Extensions Feature in Zephyr
      Bluetooth Controller is EXPERIMENTAL.
    
    
    -- libmetal version: 1.0.0 (G:/ncs_v1.7.1/ncs1.7.1/zephyr/samples/bluetooth/hci_rpmsg)
    -- Build type:  overlay-aoa.conf
    -- Host:    Windows/AMD64
    -- Target:  Generic/arm
    -- Machine: cortexm
    -- open-amp version: 1.0.0 (G:/ncs_v1.7.1/ncs1.7.1/modules/lib/open-amp/open-amp)
    -- Host:    Windows/AMD64
    -- Target:  Generic/arm
    -- Machine: cortexm
    -- C_FLAGS :  -Wall -Wextra
    -- Configuring done
    -- Generating done
    -- Build files have been written to: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build/hci_rpmsg
    === child image hci_rpmsg - CPUNET end ===
    
    -- libmetal version: 1.0.0 (G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx)
    -- Build type:  overlay-aoa.conf
    -- Host:    Windows/AMD64
    -- Target:  Generic/arm
    -- Machine: cortexm
    -- open-amp version: 1.0.0 (G:/ncs_v1.7.1/ncs1.7.1/modules/lib/open-amp/open-amp)
    -- Host:    Windows/AMD64
    -- Target:  Generic/arm
    -- Machine: cortexm
    -- C_FLAGS :  -Wall -Wextra
    -- Configuring done
    -- Generating done
    -- Build files have been written to: G:/ncs_v1.7.1/ncs1.7.1/nrf/samples/bluetooth/direction_finding_connectionless_tx/build
    -- west build: building application
    [0/166] Performing build step for 'hci_rpmsg_subimage'
    [189/197] Linking C executable zephyr\zephyr_prebuilt.elf
    
    [195/197] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:      138100 B       256 KB     52.68%
                SRAM:       58044 B        64 KB     88.57%
               SRAM1:          0 GB        64 KB      0.00%
            IDT_LIST:          0 GB         2 KB      0.00%
    [197/197] Generating zephyr/merged_CPUNET.hex
    [155/166] Linking C executable zephyr\zephyr_prebuilt.elf
    
    [161/166] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:       42552 B         1 MB      4.06%
                SRAM:       20026 B       448 KB      4.37%
            IDT_LIST:          0 GB         2 KB      0.00%
    [164/164] Generating zephyr/merged_domains.hex
    
    G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx>west flash --recover
    -- west flash: rebuilding
    [0/4] Performing build step for 'hci_rpmsg_subimage'
    ninja: no work to do.
    -- west flash: using runner nrfjprog
    Using board 960171144
    -- runners.nrfjprog: Recovering and erasing flash memory for both the network and application cores.
    Recovering device. This operation might take 30s.
    Writing image to disable ap protect.
    Erasing user code and UICR flash areas.
    Recovering device. This operation might take 30s.
    Writing image to disable ap protect.
    Erasing user code and UICR flash areas.
    -- runners.nrfjprog: Flashing file: G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx\build\zephyr\merged_domains.hex
    -- runners.nrfjprog: G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx\build\zephyr\merged_domains.hex targets both nRF53 coprocessors; splitting it into: G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx\build\zephyr\GENERATED_CP_NETWORK_merged_domains.hex and G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx\build\zephyr\GENERATED_CP_APPLICATION_merged_domains.hex
    Parsing image file.
    Verified OK.
    Parsing image file.
    Verified OK.
    Applying pin reset.
    -- runners.nrfjprog: Board with serial number 960171144 flashed successfully.
    Best regards,

    Majoris

  • Adding  SET(OVERLAY_CONFIG "overlay-aoa.conf")  in CMakeLists is useful in my case.

  • Hi Elfving

    Sorry to trouble you so much. I solved the problem in tx sample, however, similar error occurred in rx, and I don't know how to fix it. With 'ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_rx', I ran ''west build -b nrf5340dk_nrf5340_cpuapp" and "west flash" , here's my output.

    *** Booting Zephyr OS build v2.6.99-ncs1-1  ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 33:2F:FB:A0:57:1D (random), AD evt type 3, Tx Pwr: 127, RSSI -97  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:69:B5:C8:9B:3D (random), AD evt type 3, Tx Pwr: 127, RSSI -75  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -76  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 39:B2:CD:59:2D:FF (random), AD evt type 3, Tx Pwr: 127, RSSI -83  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:1D:D6:A0:F8:63 (random), AD evt type 3, Tx Pwr: 127, RSSI -63  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:44:BD (public), AD evt type 0, Tx Pwr: 127, RSSI -74  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:44:BD (public), AD evt type 4, Tx Pwr: 127, RSSI -74 LE-LE-Bose Free SoundSport C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 04:6A:CF:AC:FD:24 (random), AD evt type 3, Tx Pwr: 127, RSSI -61  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0C:04:D8:34:44:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -90  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 13:E9:44:77:16:8B (random), AD evt type 3, Tx Pwr: 127, RSSI -98  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1C:43:F2:87:52:F9 (random), AD evt type 5, Tx Pwr: 127, RSSI -36 DF Connectionless Beacon App C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0780 (2400 ms), SID: 0
    success. Found periodic advertising.
    Creating Periodic Advertising Sync...success.
    Waiting for periodi[DEVICE]: 01:4E:A7:ED:EB:3B (random), AD evt type 3, Tx Pwr: 127, RSSI -102  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 52:1E:AB:07:99:8F (random), AD evt type 2, Tx Pwr: 127, RSSI -73  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 33:A0:4E:48:E0:9E (random), AD evt type 3, Tx Pwr: 127, RSSI -99  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0D:49:1E:A9:00:F7 (random), AD evt type 3, Tx Pwr: 127, RSSI -102  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    c sync...
    [DEVICE]: 0A:DD:F8:5A:57:60 (random), AD evt type 3, Tx Pwr: 127, RSSI -63  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: E9:E3:0D:73:48:C3 (random), AD evt type 0, Tx Pwr: 127, RSSI -85  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: E9:E3:0D:73:48:C3 (random), AD evt type 4, Tx Pwr: 127, RSSI -85  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: D5:D2:D6:29:FE:29 (random), AD evt type 0, Tx Pwr: 127, RSSI -73  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 69:B8:B0:8C:4D:C3 (random), AD evt type 0, Tx Pwr: 127, RSSI -79  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 69:B8:B0:8C:4D:C3 (random), AD evt type 4, Tx Pwr: 127, RSSI -79  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6C:0D:74:A4:0A:A5 (random), AD evt type 0, Tx Pwr: 127, RSSI -82  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: EF:EB:4C:53:09:15 (random), AD evt type 0, Tx Pwr: 127, RSSI -71  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: EF:EB:4C:53:09:15 (random), AD evt type 4, Tx Pwr: 127, RSSI -71  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 74:70:B5:3A:A5:ED (random), AD evt type 0, Tx Pwr: 127, RSSI -57  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    PER_ADV_SYNC[0]: [DEVICE]: 1C:43:F2:87:52:F9 (random) synced, Interval 0x0780 (2400 ms), PHY LE 2M
    success. Periodic sync established.
    Enable receiving of CTE...
    failed (err -134)
    Scan disable...Success.
    Waiting for periodic sync lost...
    *** Booting Zephyr OS build v2.6.99-ncs1-1  ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 0A:1D:D6:A0:F8:63 (random), AD evt type 3, Tx Pwr: 127, RSSI -60  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 0, Tx Pwr: 127, RSSI -95  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 4, Tx Pwr: 127, RSSI -95  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:69:B5:C8:9B:3D (random), AD evt type 3, Tx Pwr: 127, RSSI -76  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:DD:F8:5A:57:60 (random), AD evt type 3, Tx Pwr: 127, RSSI -64  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 15:B3:A3:E5:6D:65 (random), AD evt type 3, Tx Pwr: 127, RSSI -102  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 58:65:4F:04:05:80 (random), AD evt type 0, Tx Pwr: 127, RSSI -102  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5E:DD:88:D4:98:7A (random), AD evt type 0, Tx Pwr: 127, RSSI -86  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 36:65:8E:40:88:C6 (random), AD evt type 3, Tx Pwr: 127, RSSI -96  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 39:B2:CD:59:2D:FF (random), AD evt type 3, Tx Pwr: 127, RSSI -76  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 29:03:45:BC:F6:2D (random), AD evt type 3, Tx Pwr: 127, RSSI -74  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 34:1A:44:B5:3E:C2 (random), AD evt type 3, Tx Pwr: 127, RSSI -95  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6C:19:F6:53:60:15 (random), AD evt type 0, Tx Pwr: 127, RSSI -75  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 04:6A:CF:AC:FD:24 (random), AD evt type 3, Tx Pwr: 127, RSSI -60  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6C:0D:74:A4:0A:A5 (random), AD evt type 0, Tx Pwr: 127, RSSI -89  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: DC:D0:22:8D:9E:1F (random), AD evt type 0, Tx Pwr: 127, RSSI -103  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 27:6E:93:70:E0:4F (random), AD evt type 3, Tx Pwr: 127, RSSI -81  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 69:B8:B0:8C:4D:C3 (random), AD evt type 0, Tx Pwr: 127, RSSI -74  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 69:B8:B0:8C:4D:C3 (random), AD evt type 4, Tx Pwr: 127, RSSI -74  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1C:43:F2:87:52:F9 (random), AD evt type 5, Tx Pwr: 127, RSSI -39 DF Connectionless Beacon App C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0780 (2400 ms), SID: 0
    [DEVICE]: F3:12:BE:31:7F:DE (random), AD evt type 3, Tx Pwr: 127, RSSI -96  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 52:1E:AB:07:99:8F (random), AD evt type 2, Tx Pwr: 127, RSSI -58  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -77  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 0, Tx Pwr: 127, RSSI -97  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1B:AB:C7:10:68:93 (random), AD evt type 3, Tx Pwr: 127, RSSI -100  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 23:DF:9A:39:31:A2 (random), AD evt type 3, Tx Pwr: 127, RSSI -101  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 45:29:00:A7:86:CD (random), AD evt type 0, Tx Pwr: 127, RSSI -81  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 45:29:00:A7:86:CD (random), AD evt type 4, Tx Pwr: 127, RSSI -81  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: F3:2B:5F:F2:02:61 (random), AD evt type 3, Tx Pwr: 127, RSSI -98  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0D:49:1E:A9:00:F7 (random), AD evt type 3, Tx Pwr: 127, RSSI -102  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 70:7B:8E:B8:35:84 (random), AD evt type 0, Tx Pwr: 127, RSSI -92  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:1D:D6:A0:F8:63 (random), AD evt type 3, Tx Pwr: 127, RSSI -60  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 39:B2:CD:59:2D:FF (random), AD evt type 3, Tx Pwr: 127, RSSI -87  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 36:65:8E:40:88:C6 (random), AD evt type 3, Tx Pwr: 127, RSSI -99  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6F:E5:2D:AC:C3:F2 (random), AD evt type 0, Tx Pwr: 127, RSSI -98  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    success. Found periodic advertising.
    Creating Periodic Advertising Sync...success.
    Waiting for periodic sync...
    [DEVICE]: DC:D0:22:8D:9E:1F (random), AD evt type 0, Tx Pwr: 127, RSSI -89  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:69:B5:C8:9B:3D (random), AD evt type 3, Tx Pwr: 127, RSSI -75  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 34:1A:44:B5:3E:C2 (random), AD evt type 3, Tx Pwr: 127, RSSI -95  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 29:03:45:BC:F6:2D (random), AD evt type 3, Tx Pwr: 127, RSSI -74  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: CB:CD:65:7F:87:69 (random), AD evt type 3, Tx Pwr: 127, RSSI -94  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 33:2F:FB:A0:57:1D (random), AD evt type 3, Tx Pwr: 127, RSSI -97  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -77  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 27:6E:93:70:E0:4F (random), AD evt type 3, Tx Pwr: 127, RSSI -81  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 25:9A:36:B6:D1:3C (random), AD evt type 3, Tx Pwr: 127, RSSI -90  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:6D:D8 (public), AD evt type 0, Tx Pwr: 127, RSSI -69  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:6D:D8 (public), AD evt type 4, Tx Pwr: 127, RSSI -69 LE-reserved_M C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 04:6A:CF:AC:FD:24 (random), AD evt type 3, Tx Pwr: 127, RSSI -63  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: A4:C1:38:8A:EE:08 (public), AD evt type 0, Tx Pwr: 127, RSSI -99  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0C:04:D8:34:44:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -93  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    PER_ADV_SYNC[0]: [DEVICE]: 1C:43:F2:87:52:F9 (random) synced, Interval 0x0780 (2400 ms), PHY LE 2M
    [DEVICE]: 7C:25:B3:82:3D:DF (random), AD evt type 0, Tx Pwr: 127, RSSI -97  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7C:25:B3:82:3D:DF (random), AD evt type 4, Tx Pwr: 127, RSSI -97  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: E9:E3:0D:73:48:C3 (random), AD evt type 0, Tx Pwr: 127, RSSI -89  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:78:CA:B5:33:8B (random), AD evt type 3, Tx Pwr: 127, RSSI -99  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 01:4E:A7:ED:EB:3B (random), AD evt type 3, Tx Pwr: 127, RSSI -100  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7F:5C:BD:21:00:08 (random), AD evt type 0, Tx Pwr: 127, RSSI -97  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 23:DF:9A:39:31:A2 (random), AD evt type 3, Tx Pwr: 127, RSSI -93  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: C7:DF:69:CB:29:B9 (random), AD evt type 3, Tx Pwr: 127, RSSI -60  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 72:28:1B:2C:8F:8C (random), AD evt type 0, Tx Pwr: 127, RSSI -85  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:1D:D6:A0:F8:63 (random), AD evt type 3, Tx Pwr: 127, RSSI -59  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 15:B3:A3:E5:6D:65 (random), AD evt type 3, Tx Pwr: 127, RSSI -99  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 52:1E:AB:07:99:8F (random), AD evt type 2, Tx Pwr: 127, RSSI -69  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5E:DD:88:D4:98:7A (random), AD evt type 0, Tx Pwr: 127, RSSI -84  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 33:A0:4E:48:E0:9E (random), AD evt type 3, Tx Pwr: 127, RSSI -100  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7C:DE:C8:B9:F0:3D (random), AD evt type 0, Tx Pwr: 127, RSSI -86  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 70:7B:8E:B8:35:84 (random), AD evt type 0, Tx Pwr: 127, RSSI -93  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 39:B2:CD:59:2D:FF (random), AD evt type 3, Tx Pwr: 127, RSSI -87  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 18:AF:AF:27:28:11 (random), AD evt type 3, Tx Pwr: 127, RSSI -94  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: DC:D0:22:8D:9E:1F (random), AD evt type 0, Tx Pwr: 127, RSSI -98  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6A:97:15:F7:92:54 (random), AD evt type 0, Tx Pwr: 127, RSSI -93  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6F:E5:2D:AC:C3:F2 (random), AD evt type 0, Tx Pwr: 127, RSSI -98  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 49:59:0A:E4:C7:F9 (random), AD evt type 3, Tx Pwr: 127, RSSI -97  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    success.[DEVICE]: 6C:19:F6:53:60:15 (random), AD evt type 0, Tx Pwr: 127, RSSI -75  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 36:65:8E:40:88:C6 (random), AD evt type 3, Tx Pwr: 127, RSSI -96  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 34:1A:44:B5:3E:C2 (random), AD evt type 3, Tx Pwr: 127, RSSI -95  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 58:DB:31:24:18:0E (random), AD evt type 2, Tx Pwr: 127, RSSI -94  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1C:43:F2:87:52:F9 (random), AD evt type 5, Tx Pwr: 127, RSSI -38 DF Connectionless Beacon App C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0780 (2400 ms), SID: 0
     Periodic sync established.
    Enable receiving of CTE...
    failed (err -134)
    Scan disable...Success.
    Waiting for periodic sync lost...
    *** Booting Zephyr OS build v2.6.99-ncs1-1  ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 0C:04:D8:34:44:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -95  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -71  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 27:6E:93:70:E0:4F (random), AD evt type 3, Tx Pwr: 127, RSSI -80  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:3F:CA:E1:73:07 (random), AD evt type 0, Tx Pwr: 127, RSSI -90  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:69:B5:C8:9B:3D (random), AD evt type 3, Tx Pwr: 127, RSSI -76  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: DC:D0:22:8D:9E:1F (random), AD evt type 0, Tx Pwr: 127, RSSI -96  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 77:F6:87:5F:DE:93 (random), AD evt type 0, Tx Pwr: 127, RSSI -98  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 33:2F:FB:A0:57:1D (random), AD evt type 3, Tx Pwr: 127, RSSI -88  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:44:BD (public), AD evt type 0, Tx Pwr: 127, RSSI -102  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 04:6A:CF:AC:FD:24 (random), AD evt type 3, Tx Pwr: 127, RSSI -61  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 39:B2:CD:59:2D:FF (random), AD evt type 3, Tx Pwr: 127, RSSI -75  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 36:65:8E:40:88:C6 (random), AD evt type 3, Tx Pwr: 127, RSSI -96  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 45:29:00:A7:86:CD (random), AD evt type 0, Tx Pwr: 127, RSSI -90  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 70:7B:8E:B8:35:84 (random), AD evt type 0, Tx Pwr: 127, RSSI -96  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 64:EE:8C:32:81:9F (random), AD evt type 0, Tx Pwr: 127, RSSI -101  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 29:03:45:BC:F6:2D (random), AD evt type 3, Tx Pwr: 127, RSSI -69  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1B:AB:C7:10:68:93 (random), AD evt type 3, Tx Pwr: 127, RSSI -86  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7F:5C:BD:21:00:08 (random), AD evt type 0, Tx Pwr: 127, RSSI -97  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 48:D8:45:1A:48:1D (public), AD evt type 0, Tx Pwr: 127, RSSI -92  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 0, Tx Pwr: 127, RSSI -96  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -72  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:DD:F8:5A:57:60 (random), AD evt type 3, Tx Pwr: 127, RSSI -64  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 25:9A:36:B6:D1:3C (random), AD evt type 3, Tx Pwr: 127, RSSI -91  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:69:B5:C8:9B:3D (random), AD evt type 3, Tx Pwr: 127, RSSI -80  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: C7:DF:69:CB:29:B9 (random), AD evt type 3, Tx Pwr: 127, RSSI -62  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1C:43:F2:87:52:F9 (random), AD evt type 5, Tx Pwr: 127, RSSI -36 DF Connectionless Beacon App C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0780 (2400 ms), SID: 0
    success. Found periodic advertising.
    Creating Periodic Advertising Sync...success.
    Waiting for periodic sync...
    [DEVICE]: 33:2F:FB:A0:57:1D (random), AD evt type 3, Tx Pwr: 127, RSSI -88  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 15:B3:A3:E5:6D:65 (random), AD evt type 3, Tx Pwr: 127, RSSI -103  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: CE:E0:2F:66:35:39 (random), AD evt type 3, Tx Pwr: 127, RSSI -80  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 04:6A:CF:AC:FD:24 (random), AD evt type 3, Tx Pwr: 127, RSSI -61  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:1D:D6:A0:F8:63 (random), AD evt type 3, Tx Pwr: 127, RSSI -57  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: DC:D0:22:8D:9E:1F (random), AD evt type 0, Tx Pwr: 127, RSSI -93  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 66:82:28:FF:FF:9B (random), AD evt type 2, Tx Pwr: 127, RSSI -99  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 72:28:1B:2C:8F:8C (random), AD evt type 0, Tx Pwr: 127, RSSI -81  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 36:65:8E:40:88:C6 (random), AD evt type 3, Tx Pwr: 127, RSSI -88  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:44:BD (public), AD evt type 0, Tx Pwr: 127, RSSI -76  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:11:A5:4F:44:BD (public), AD evt type 4, Tx Pwr: 127, RSSI -77 LE-LE-Bose Free SoundSport C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 29:03:45:BC:F6:2D (random), AD evt type 3, Tx Pwr: 127, RSSI -69  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:DD:F8:5A:57:60 (random), AD evt type 3, Tx Pwr: 127, RSSI -69  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1B:AB:C7:10:68:93 (random), AD evt type 3, Tx Pwr: 127, RSSI -86  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0C:04:D8:34:44:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -93  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 25:9A:36:B6:D1:3C (random), AD evt type 3, Tx Pwr: 127, RSSI -95  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7C:25:B3:82:3D:DF (random), AD evt type 0, Tx Pwr: 127, RSSI -92  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -76  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:69:B5:C8:9B:3D (random), AD evt type 3, Tx Pwr: 127, RSSI -78  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 69:B8:B0:8C:4D:C3 (random), AD evt type 0, Tx Pwr: 127, RSSI -73  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 15:B3:A3:E5:6D:65 (random), AD evt type 3, Tx Pwr: 127, RSSI -100  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 52:1E:AB:07:99:8F (random), AD evt type 2, Tx Pwr: 127, RSSI -74  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 0, Tx Pwr: 127, RSSI -95  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 4, Tx Pwr: 127, RSSI -95  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: EF:EB:4C:53:09:15 (random), AD evt type 0, Tx Pwr: 127, RSSI -67  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: EF:EB:4C:53:09:15 (random), AD evt type 4, Tx Pwr: 127, RSSI -66  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    PER_ADV_SYNC[0]: [DEVICE]: 1C:43:F2:87:52:F9 (random) synced, Interval 0x0780 (2400 ms), PHY LE 2M
    [DEVICE]: 1C:43:F2:87:52:F9 (random), AD evt type 5, Tx Pwr: 127, RSSI -36 DF Connectionless Beacon App C:0 S:0 D:0 SR:0 E:1 Prim: LE 1M, Secn: LE 2M, Interval: 0x0780 (2400 ms), SID: 0
    [DEVICE]: 0C:04:D8:34:44:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -88  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5E:DD:88:D4:98:7A (random), AD evt type 0, Tx Pwr: 127, RSSI -85  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5E:DD:88:D4:98:7A (random), AD evt type 4, Tx Pwr: 127, RSSI -85  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 27:6E:93:70:E0:4F (random), AD evt type 3, Tx Pwr: 127, RSSI -82  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6C:0D:74:A4:0A:A5 (random), AD evt type 0, Tx Pwr: 127, RSSI -91  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 25:9A:36:B6:D1:3C (random), AD evt type 3, Tx Pwr: 127, RSSI -88  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:5C:ED:0B:8E:D5 (random), AD evt type 3, Tx Pwr: 127, RSSI -72  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6C:19:F6:53:60:15 (random), AD evt type 0, Tx Pwr: 127, RSSI -79  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 29:03:45:BC:F6:2D (random), AD evt type 3, Tx Pwr: 127, RSSI -69  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 52:1E:AB:07:99:8F (random), AD evt type 2, Tx Pwr: 127, RSSI -64  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 49:59:0A:E4:C7:F9 (random), AD evt type 3, Tx Pwr: 127, RSSI -101  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1B:AB:C7:10:68:93 (random), AD evt type 3, Tx Pwr: 127, RSSI -86  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 33:2F:FB:A0:57:1D (random), AD evt type 3, Tx Pwr: 127, RSSI -89  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    success. Periodic sync [DEVICE]: A4:C1:38:8A:EE:08 (public), AD evt type 0, Tx Pwr: 127, RSSI -98  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 0, Tx Pwr: 127, RSSI -98  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 54:EA:B1:CE:B7:2B (random), AD evt type 4, Tx Pwr: 127, RSSI -97  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 74:70:B5:3A:A5:ED (random), AD evt type 0, Tx Pwr: 127, RSSI -66  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0A:DD:F8:5A:57:60 (random), AD evt type 3, Tx Pwr: 127, RSSI -63  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7C:DE:C8:B9:F0:3D (random), AD evt type 0, Tx Pwr: 127, RSSI -90  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    established.
    Enab[DEVICE]: 04:6A:CF:AC:FD:24 (random), AD evt type 3, Tx Pwr: 127, RSSI -58  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    le receiving of CTE...
    failed (err -134)
    Scan disable...Success.
    Waiting for periodic sync lost...
    *

    Thanks in advance.

    Best regards,

    Majoris

  • Hey again Majoris!

    Hmm that is a bit odd, though we have only recently started supporting the nRF5340 with our direction finding samples, there might be some compatibility hurdles we have to make our way through. Could you try the Zephyr samples and see if they give a similar error?

    Best regards,

    Elfving

Related