direction_finding_connectionless Tx&Rx((nrf5340dk)):Unable to achieve synchronization, unable to receive CTE package

I have uploaded my project

1832.direction_finding_connectionless.zip

This problem has been bothering me for a long time!And if possible, I really hope someone could download it to see where the problem is. Thank you in advance!I have listed some modifications I made to the SDK examples(D:\NCS\ncs2.5.0\v2.5.0\nrf\samples\bluetooth\direction_finding_connectionless_rx&tx) and the experimental results later.


hardware: nrf5340-dk

ncs:2.5.0

sample: direction_finding_connectionless_rx  &  direction_finding_connectionless_tx (AoD mode)

issue:
Creating Periodic Advertising Sync...ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:338
*** Booting nRF Connect SDK v2.5.0 ***with err -11
after debug, I find the code stall at hci_core.c 388:
err = k_sem_take(&sync_sem, HCI_CMD_TIMEOUT);
BT_ASSERT_MSG(err == 0, "command opcode 0x%04x timeout with err %d", opcode, err);
I cannot run into create_sync() after the scan_enable() is runed even if I run the Rx sample along with the TX sample.
I can not find CTE advertising package. 
[DEVICE]: 76:E6:BA:B0:C6:17 (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
but the interval always is 0. and SID always is 255.
I cannot find : success. Periodic sync established.So, never run to receive CTE.
I connected an external antenna matrix with 4 antennas at the TX end using an RF connector, I tried the connection example (Direction finding central/peripheral)  and used the same configuration as direction_finding_connectionless_rx/tx,and according to Direction finding central/peripheral testing, the antenna signal was indeed successfully connected to the external antenna.It did connect successfully and received CTE data.But in direction_finding_connectionless_rx/tx example, using the same configuration failed.
direction_finding_connectionless_tx(AOD mode):
Configuration:
Control panel output:
*** Booting nRF Connect SDK v2.5.0 ***
Starting Connectionless Beacon Demo
Bluetooth initialization...success
Advertising set create...success
Update CTE params...success
Periodic advertising params set...success
Enable CTE...success
Periodic advertising enable...success
Extended advertising enable...success
Started extended advertising as DF:51:35:BB:2D:FC (random)
direction_finding_connectionless_rx:
Configuration:
Control panel output:
First time programming code:
*** Booting nRF Connect SDK v2.5.0 ***
Starting Connectionless Locator Demo
Bluetooth initialization...success
Scan callbacks register...success.
Periodic Advertising callbacks register...success.
Start scanning...success
Waiting for periodic advertising...
[DEVICE]: 36:24:D7:AC:34:13 (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]: 70:BD:2C:AA:B9:D6 (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:BD:2C:AA:B9:D6 (random), AD evt type 4, Tx Pwr: 127, RSSI -89  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 12:86:E6:5C:F9:40 (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]: 69:1B:97:62:73:42 (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]: 7F:13:80:1F:B5:29 (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]: 29:5A:96:94:BD:E3 (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]: 5F:97:DC:DC:01:BE (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]: 38:E9:2C:46:09:43 (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]: 7D:85:8C:FE:F6:99 (random), AD evt type 2, Tx Pwr: 127, RSSI -76  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 7A:73:92:C1:D1:1C (random), AD evt type 2, Tx Pwr: 127, RSSI -80  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 33:A5:ED:97:96:BF (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
Continuous second time programming code:
[DEVICE]: 7B:34:B4:83:65:85 (random), AD evt type 3, Tx Pwr: 127, RSSI -68  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 76:E6:BA:B0:C6:17 (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
success. Found periodic advertising.
Creating Periodic Advertising Sync...ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:338
*** Booting nRF Connect SDK v2.5.0 ***with err -11
Starting Connectionless Locator Demo
Bluetooth initialization...failed (err -11)
success
Scan callbacks register...success.
Periodic Advertising callbacks register...success.
Start scanning...failed (err -11)
Waiting for periodic advertising...
*** Booting nRF Connect SDK v2.5.0 ***
Starting Connectionless Locator Demo
Bluetooth initialization...success
Scan callbacks register...success.
Periodic Advertising callbacks register...success.
Start scanning...success
Waiting for periodic advertising...
[DEVICE]: FC:02:F2:8B:8A:8E (public), AD evt type 0, Tx Pwr: 127, RSSI -89 FR8010_MI C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 75:26:60:D1:5E:74 (random), AD evt type 3, Tx Pwr: 127, RSSI -92  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 38:FC:98:8C:0F:B3 (public), 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]: 38:FC:98:8C:0F:B3 (public), AD evt type 4, Tx Pwr: 127, RSSI -92  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 72:E9:B7:AD:B2:40 (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]: 72:E9:B7:AD:B2:40 (random), AD evt type 4, Tx Pwr: 127, RSSI -75  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
When I modify the code(hci_core.c 388) ,err -11 disappeared, but synchronization was still not achieved and CTE data was not received:
 (Change HCI_CMD_TIMEOUT to K_FOREVER;I did not modify this code in the project I uploaded;
hci_core.c 66: #define HCI_CMD_TIMEOUT      K_SECONDS(10))
err = k_sem_take(&sync_sem, K_FOREVER);        
BT_ASSERT_MSG(err == 0, "command opcode 0x%04x timeout with err %d", opcode, err);
First time programming code:
*** Booting nRF Connect SDK v2.5.0 ***
Starting Connectionless Locator Demo
Bluetooth initialization...success
Scan callbacks register...success.
Periodic Advertising callbacks register...success.
Start scanning...success
Waiting for periodic advertising...
[DEVICE]: 0B:77:C4:66:D4:59 (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]: 18:96:1D:03:92:A7 (random), AD evt type 3, Tx Pwr: 127, RSSI -92  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 6A:6A:79:86:AA:30 (random), AD evt type 0, Tx Pwr: 127, RSSI -78  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 32:73:62:FF:00:78 (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]: 30:0A:60:4B:94:22 (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
Continuous second time programming code:
[DEVICE]: 7A:29:E0:CF:BD:C0 (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]: 7A:29:E0:CF:BD:C0 (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
success. Found periodic advertising.
Creating Periodic Advertising Sync...*** Booting nRF Connect SDK v2.5.0 ***
Starting Connectionless Locator Demo
Bluetooth initialization...success
Scan callbacks register...success.
Periodic Advertising callbacks register...success.
Start scanning...success
Waiting for periodic advertising...
[DEVICE]: 59:A5:67:B4:31:29 (random), AD evt type 2, Tx Pwr: 127, RSSI -82  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 7A:29:E0:CF:BD:C0 (random), AD evt type 0, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
[DEVICE]: 7A:29:E0:CF:BD:C0 (random), AD evt type 4, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
Antenna matrix connection(TX  AOD):
Four GPIOs used to control antenna switching are connected to the external antenna matrix via DuPont cables.The antenna array is connected through RF connectors.
  antenna 
  RF connector
I don't know if it's a problem with my hardware configuration or software configuration.
Parents
  • Hi,

    Could you provide more information on what is shown in "first time programming code" and "continuous second time programming code"?

    When exactly did the ASSERTION FAIL error occur? Is assertion error reproducible on your end?

    Best regards,
    Dejan

  •  Hi,Dejan

    Thank you very much for your comfort. I have tried to adjust my mindset and I believe that the problem will eventually be solved.

    After the sender's code was flashed to nrf5340dk, I flash the receiver's code on another board. On the receiving end, after the first time flash the code, I clicked on flash key again, and the results of these two burns were different.The console has been printing text like this:"[DEVICE]: CF:62:C2:8A:64:34 (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", but there is no synchronization.

    1.First time programming code:

    *** Booting nRF Connect SDK v2.5.0 ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 38:A6:4D:3B:8E:4C (random), AD evt type 3, Tx Pwr: 127, RSSI -56  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 00:BC:E9:16:2F:D9 (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]: 61:FD:9A:F2:5B:EF (random), 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]: 61:FD:9A:F2:5B:EF (random), AD evt type 4, Tx Pwr: 127, RSSI -75  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 17:EE:ED:DD:BE:7E (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]: 17:95:25:48:98:46 (random), AD evt type 3, Tx Pwr: 127, RSSI -85  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: D2:51:A1:08:D3:93 (public), 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]: 11:D6:AB:B0:8B:32 (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]: 68:73:1F:4A:64:7C (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]: 68:73:1F:4A:64:7C (random), AD evt type 4, Tx Pwr: 127, RSSI -80  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 35:55:77:56:D5:0E (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]: 34:65:8B:3E:C4:55 (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]: 5C:C1:F0:C7:67:88 (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]: 2D:83:D6:E9:FA:B2 (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]: 69:A8:D3:ED:9D:02 (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]: 69:A8:D3:ED:9D:02 (random), AD evt type 4, Tx Pwr: 127, RSSI -66 LE-晨曦 C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 31:0B:98:FB:F6:28 (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]: 5D:12:A0:42:67:CA (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]: 17:96:C5:EB:02:CE (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]: 5F:F7:5B:88:F2:BF (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]: 5F:F7:5B:88:F2:BF (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]: 7F:04:80:25:B2:FD (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]: 38:A6:4D:3B:8E:4C (random), AD evt type 3, Tx Pwr: 127, RSSI -56  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1C:46:A4:7B:F0:4C (random), AD evt type 3, Tx Pwr: 127, RSSI -67  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 00:BC:E9:16:2F:D9 (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]: 3D:B6:BC:D3:8F:23 (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]: 75:3F:EA:42:F9:0D (random), AD evt type 0, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 75:3F:EA:42:F9:0D (random), AD evt type 4, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 07:7A:C5:61:5F:8B (random), AD evt type 3, Tx Pwr: 127, RSSI -51  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 3D:A2:53:A0:B7:85 (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]: 11:D6:AB:B0:8B:32 (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]: 17:95:25:48:98:46 (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]: 17:EE:ED:DD:BE:7E (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]: 08:03:CD:B1:5F:83 (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]: 3A:FC:5C:0C:54:96 (random), AD evt type 3, Tx Pwr: 127, RSSI -84  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 45:DF:6C:8A:91:CC (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]: 71:90:71:12:09:F0 (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]: 31:0B:98:FB:F6:28 (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
    [DEVICE]: 56:F5:DA:3A:5B:D3 (random), AD evt type 3, Tx Pwr: 127, RSSI -65  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5C:C1:F0:C7:67:88 (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]: 17:96:C5:EB:02:CE (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]: 3A:6E:F3:AA:F5:88 (random), AD evt type 3, Tx Pwr: 127, RSSI -67  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0B:CF:A8:09:1D:8B (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]: 7F:04:80:25:B2:FD (random), AD evt type 0, Tx Pwr: 127, RSSI -87  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7F:04:80:25:B2:FD (random), AD evt type 4, Tx Pwr: 127, RSSI -88  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 02:E8:71:9F:4A:DF (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]: 3D:B6:BC:D3:8F:23 (random), AD evt type 5, Tx Pwr: 127, RSSI -35 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]: 41:17:8B:EA:B4:EF (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]: 75:3F:EA:42:F9:0D (random), AD evt type 0, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 75:3F:EA:42:F9:0D (random), AD evt type 4, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 4B:57:B9:4B:A1:CB (random), AD evt type 2, Tx Pwr: 127, RSSI -65  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 47:AB:48:64:6F:02 (public), AD evt type 0, Tx Pwr: 127, RSSI -87  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5D:12:A0:42:67:CA (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]: 5D:12:A0:42:67:CA (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]: 38:A6:4D:3B:8E:4C (random), AD evt type 3, Tx Pwr: 127, RSSI -50  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 11:D6:AB:B0:8B:32 (random), AD evt type 3, Tx Pwr: 127, RSSI -84  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6B:E6:35:5B:86:E5 (random), AD evt type 0, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0

    2.continuous second time programming code:

    Most of the time it's like this:

    [DEVICE]: 26:30:76:21:1B:4E (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
    success. Found periodic advertising.
    Creating Periodic Advertising Sync...ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:338
    *** Booting nRF Connect SDK v2.5.0 ***with err -11
    Starting Connectionless Locator Demo
    Bluetooth initialization...failed (err -11)
    success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scannin*** Booting nRF Connect SDK v2.5.0 ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 0F:8C:38:71:57:52 (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]: 4F:FD:EB:D7:69:D6 (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]: 0B:80:29:1E:C4:95 (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]: 55:20:C3:85:85:52 (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]: 55:20:C3:85:85:52 (random), AD evt type 4, Tx Pwr: 127, RSSI -67  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 38:48:5B:8F:8A:2E (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]: 28:3E:3A:93:D2:A5 (random), AD evt type 3, Tx Pwr: 127, RSSI -67  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 26:30:76:21:1B:4E (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]: 2B:1C:F0:03:5F:61 (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]: 0B:16:B6:9F:98:10 (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]: 30:66:D0:50:F8:45 (public), AD evt type 0, Tx Pwr: 127, RSSI -80  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 30:66:D0:50:F8:45 (public), AD evt type 4, Tx Pwr: 127, RSSI -79 M-Pencil C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 06:D9:32:56:79:FC (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]: 75:7E:21:65:97:CD (random), AD evt type 0, Tx Pwr: 127, RSSI -94  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5C:E5:A6:C4:F1:12 (random), AD evt type 3, Tx Pwr: 127, RSSI -73  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 16:E5:3F:ED:54:96 (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]: 39:9E:87:42:68:38 (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]: 3D:B6:BC:D3:8F:23 (random), AD evt type 5, Tx Pwr: 127, RSSI -47 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]: 7F:04:80:25:B2:FD (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]: 7F:04:80:25:B2:FD (random), AD evt type 4, Tx Pwr: 127, RSSI -91  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 10:76:14:C2:E1:3A (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]: 2F:F8:4B:94:0B:52 (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]: 7B:7C:AB:6B:48:81 (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]: 4C:B3:E8:56:D8:52 (random), AD evt type 0, Tx Pwr: 127, RSSI -64  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 4C:B3:E8:56:D8:52 (random), AD evt type 4, Tx Pwr: 127, RSSI -64  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0B:80:29:1E:C4:95 (random), AD evt type 3, Tx Pwr: 127, RSSI -68  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 76:E3:27:25:EE:00 (random), 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]: 76:E3:27:25:EE:00 (random), AD evt type 4, Tx Pwr: 127, RSSI -69  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0F:8C:38:71:57:52 (random), AD evt type 3, Tx Pwr: 127, RSSI -52  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7C:1E:16:3E:76:F9 (random), AD evt type 3, Tx Pwr: 127, RSSI -92  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7B:C9:66:B6:57:57 (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]: 4F:32:44:C6:F7:B4 (random), AD evt type 0, Tx Pwr: 127, RSSI -68  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 4F:32:44:C6:F7:B4 (random), AD evt type 4, Tx Pwr: 127, RSSI -68 LE-���曦 C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 2B:1C:F0:03:5F:61 (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]: 39:D1:3F:C9:DF:70 (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]: E6:B0:BE:EF:B7:5A (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]: CF:62:C2:8A:64:34 (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]: 30:66:D0:50:F8:45 (public), AD evt type 0, Tx Pwr: 127, RSSI -72  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 30:66:D0:50:F8:45 (public), AD evt type 4, Tx Pwr: 127, RSSI -72 M-Pencil C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 4F:FD:EB:D7:69:D6 (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]: 26:30:76:21:1B:4E (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]: 2F:13:1E:81:59:A5 (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
    Sometimes it's like this:

    success. Periodic sync established.
    Enable receiving of CTE...
    *** Booting nRF Connect SDK v2.5.0 ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 34:8C:70:3B:C3:21 (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]: 38:A6:4D:3B:8E:4C (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]: 17:96:C5:EB:02:CE (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]: 0B:CF:A8:09:1D:8B (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]: 55:59:9E:F3:0D:D6 (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]: 5C:C1:F0:C7:67:88 (random), AD evt type 3, Tx Pwr: 127, RSSI -66  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 34:65:8B:3E:C4:55 (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]: 07:7A:C5:61:5F:8B (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]: 11:D6:AB:B0:8B:32 (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]: 75:3F:EA:42:F9:0D (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]: 75:3F:EA:42:F9:0D (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]: 47:AB:48:64:6F:02 (public), 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]: 5F:F7:5B:88:F2:BF (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]: 5F:F7:5B:88:F2:BF (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
    [DEVICE]: 02:E8:71:9F:4A:DF (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]: 3A:8B:7E:1B:BA:36 (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]: 00:BC:E9:16:2F:D9 (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]: 60:76:33:3A:08:05 (random), AD evt type 2, Tx Pwr: 127, RSSI -72  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 46:D4:86:30:08:C7 (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
    [DEVICE]: 50:BD:5B:A0:94:5D (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]: 71:90:71:12:09:F0 (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]: 1C:46:A4:7B:F0:4C (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]: 19:85:47:E1:4E:41 (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]: 62:BB:9B:16:ED:B7 (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]: 61:FD:9A:F2:5B:EF (random), AD evt type 0, Tx Pwr: 127, RSSI -62  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 61:FD:9A:F2:5B:EF (random), AD evt type 4, Tx Pwr: 127, RSSI -63  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 69:A8:D3:ED:9D:02 (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]: 69:A8:D3:ED:9D:02 (random), AD evt type 4, Tx Pwr: 127, RSSI -71 LE-晨曦 C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 17:EE:ED:DD:BE:7E (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
    [DEVICE]: 35:55:77:56:D5:0E (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]: 3D:A2:53:A0:B7:85 (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]: 4B:57:B9:4B:A1:CB (random), AD evt type 2, Tx Pwr: 127, RSSI -71  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 17:95:25:48:98:46 (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]: 5D:42:1C:09:26:F4 (random), AD evt type 0, Tx Pwr: 127, RSSI -94  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5C:C1:F0:C7:67:88 (random), AD evt type 3, Tx Pwr: 127, RSSI -67  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 34:65:8B:3E:C4:55 (random), AD evt type 3, Tx Pwr: 127, RSSI -68  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 07:7A:C5:61:5F:8B (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
    [DEVICE]: 38:A6:4D:3B:8E:4C (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]: 6E:9D:56:1E:56:3B (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]: 34:8C:70:3B:C3:21 (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]: 02:E8:71:9F:4A:DF (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]: 55:59:9E:F3:0D:D6 (random), AD evt type 3, Tx Pwr: 127, RSSI -73  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5D:12:A0:42:67:CA (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]: 5F:F7:5B:88:F2:BF (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]: 5F:F7:5B:88:F2:BF (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
    [DEVICE]: 69:2F:17:E6:C8:FE (random), AD evt type 3, Tx Pwr: 127, RSSI -67  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 3D:B6:BC:D3:8F:23 (random), AD evt type 5, Tx Pwr: 127, RSSI -33 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]: 3A:8B:7E:1B:BA:36 (random), AD evt type 3, Tx Pwr: 127, RSSI -65  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 22:72:2A:A2:A9:9F (random), AD evt type 3, Tx Pwr: 127, RSSI -70  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 36:83:2F:F9:82:86 (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]: 60:76:33:3A:08:05 (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]: 00:BC:E9:16:2F:D9 (random), AD evt type 3, Tx Pwr: 127, RSSI -68  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1C:46:A4:7B:F0:4C (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

    Even in rare cases, CTE can be received, but the device's address is not the address of my another board, which means CTE has not been received yet:

    PER_ADV_SYNC[0]: [DEVICE]: 3D:B6:BC:D3:8F:23 (random) synced, Interval 0x0780 (2400 ms), PHY LE 2M
    success. Periodic sync established.
    Enable receiving of CTE...
    success. CTE receive enabled.
    Scan disable...Success.
    Waiting for periodic sync lost...
    CTE[0]: samples count 45, cte type AOD 2 [us], slot durations: 2 [us], packet status CRC OK, RSSI -450
    CTE[0]: samples count 45, cte type AOD 2 [us], slot durations: 2 [us], packet status CRC OK, RSSI -410
    CTE[0]: samples count 45, cte type AOD 2 [us], slot durations: 2 [us], packet status CRC OK, RSSI -410
    CTE[0]: samples count 45, cte type AOD 2 [us], slot durations: 2 [us], packet status CRC OK, RSSI -410
    CTE[0]: samples count 45, cte type AOD 2 [us], slot durations: 2 [us], packet status CRC OK, RSSI -410
    

    Is assertion error reproducible on your end?

    YES,It is reproducible.

    According to the output log of the console, an assertion error occurred at line 338 of hci_core. c. That's the 23rd line of the code I added.The code for this section is as follows:

    int bt_hci_cmd_send_sync(uint16_t opcode, struct net_buf *buf,
    			 struct net_buf **rsp)
    {
    	struct k_sem sync_sem;
    	uint8_t status;
    	int err;
    
    	if (!buf) {
    		buf = bt_hci_cmd_create(opcode, 0);
    		if (!buf) {
    			return -ENOBUFS;
    		}
    	}
    
    	LOG_DBG("buf %p opcode 0x%04x len %u", buf, opcode, buf->len);
    
    	k_sem_init(&sync_sem, 0, 1);
    	cmd(buf)->sync = &sync_sem;
    
    	net_buf_put(&bt_dev.cmd_tx_queue, net_buf_ref(buf));
    
    	err = k_sem_take(&sync_sem, HCI_CMD_TIMEOUT);
    	BT_ASSERT_MSG(err == 0, "command opcode 0x%04x timeout with err %d", opcode, err);
    
    	status = cmd(buf)->status;
    	if (status) {
    		LOG_WRN("opcode 0x%04x status 0x%02x", opcode, status);
    		net_buf_unref(buf);
    
    		switch (status) {
    		case BT_HCI_ERR_CONN_LIMIT_EXCEEDED:
    			return -ECONNREFUSED;
    		case BT_HCI_ERR_INSUFFICIENT_RESOURCES:
    			return -ENOMEM;
    		default:
    			return -EIO;
    		}
    	}
    
    	LOG_DBG("rsp %p opcode 0x%04x len %u", buf, opcode, buf->len);
    
    	if (rsp) {
    		*rsp = buf;
    	} else {
    		net_buf_unref(buf);
    	}
    
    	return 0;
    }

    Best regards,
    xu shengxian

  • Hi,

    Thank you for providing additional information.

    Could you please provide UART log from the network core?

    Best regards,
    Dejan

  • Sorry, I had a meeting last night and didn't reply in time.

    Could you please provide UART log from the network core?

    I don't know how to get UART log from the network core.What I have obtained is the printed output of the terminal, which should be the output of the application core.I am looking for how to get UART log from the network core.

  • Hi,

    You can just use another VCOM port to which you connect using your terminal emulation application.

    Best regards,
    Dejan

Reply Children
  • Hi,

    I just use another VCOM port to get UART log from the network core.I use COM7 to print the log data of the application core and COM8 to print the log information of the network core. But the printed log data in COM8 does not contain any useful information.

    I flash the code once and it prints it once(*** Booting nRF Connect SDK v2.5.0 ***)

    COM8:

    COM7:

  • Hi,

    Could you try to add 2 lines shown below to your child_image\hci_rpmsg.conf file and provide new logs from both cores?

    CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191
    CONFIG_LOG=y

    Best regards,
    Dejan

  • Hi,

    Thank you for your suggestion! But I have returned to my dormitory now, I will try tomorrow.

    Best regards,

    xu shengxian

  • Hi,

    Thank you for your suggestion!I conducted a test, and here are the results.

    1.TX

    (1)network core

    *** Booting nRF Connect SDK v2.5.0 ***
    [00:00:00.006,134] <inf> bt_hci_raw: Bluetooth enabled in RAW mode
    [00:00:00.006,683] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 13 messages dropped ---
    [00:00:00.013,244] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 6 messages dropped ---
    [00:00:00.017,150] <inf> hci_rpmsg: Sent message of 11 bytes.
    --- 8 messages dropped ---
    [00:00:00.018,157] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,341] <inf> hci_rpmsg: Sent message of 71 bytes.
    [00:00:00.018,493] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,646] <inf> hci_rpmsg: Sent message of 15 bytes.
    [00:00:00.018,798] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,951] <inf> hci_rpmsg: Sent message of 13 bytes.
    [00:00:00.019,104] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.019,256] <inf> hci_rpmsg: Sent message of 30 bytes.
    [00:00:00.019,409] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.019,561] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.024,139] <inf> hci_rpmsg: Received message of 29 bytes.
    [00:00:00.024,322] <inf> hci_rpmsg: Sent message of 8 bytes.
    [00:00:00.024,475] <inf> hci_rpmsg: Received message of 11 bytes.
    [00:00:00.024,627] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.027,252] <inf> hci_rpmsg: Received message of 21 bytes.
    [00:00:00.027,404] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.031,250] <inf> hci_rpmsg: Received message of 11 bytes.
    [00:00:00.031,463] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.033,447] <inf> hci_rpmsg: Received message of 6 bytes.
    [00:00:00.033,660] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.037,139] <inf> hci_rpmsg: Received message of 6 bytes.
    [00:00:00.037,353] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.042,327] <inf> hci_rpmsg: Received message of 11 bytes.
    [00:00:00.042,480] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.042,663] <inf> hci_rpmsg: Received message of 38 bytes.
    [00:00:00.042,877] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.043,029] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.043,518] <inf> hci_rpmsg: Sent message of 7 bytes.

    (2)application core

    *** Booting nRF Connect SDK v2.5.0 ***
    Starting Connectionless Beacon Demo
    Bluetooth initialization...success
    Advertising set create...success
    Update CTE params...success
    Periodic advertising params set...success
    Enable CTE...success
    Periodic advertising enable...success
    Extended advertising enable...success
    Started extended advertising as F4:3C:80:4D:E1:2A (random)

    2.RX

    (1)network core

    *** Booting nRF Connect SDK v2.5.0 ***
    [00:00:00.005,706] <inf> bt_hci_raw: Bluetooth enabled in RAW mode
    [00:00:00.006,256] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 9 messages dropped ---
    [00:00:00.010,375] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 7 messages dropped ---
    [00:00:00.016,113] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 3 messages dropped ---
    [00:00:00.016,418] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 2 messages dropped ---
    [00:00:00.016,876] <inf> hci_rpmsg: Sent message of 7 bytes.
    --- 1 messages dropped ---
    [00:00:00.017,150] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.017,303] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.017,456] <inf> hci_rpmsg: Sent message of 19 bytes.
    [00:00:00.017,578] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.017,761] <inf> hci_rpmsg: Sent message of 71 bytes.
    [00:00:00.017,913] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,066] <inf> hci_rpmsg: Sent message of 15 bytes.
    --- 1 messages dropped ---
    [00:00:00.018,524] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 2 messages dropped ---
    [00:00:00.018,829] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.018,981] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.030,548] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.030,731] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.030,853] <inf> hci_rpmsg: Received message of 12 bytes.
    [00:00:00.031,036] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.031,188] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.031,494] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.035,522] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.038,574] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.039,154] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.039,764] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.049,865] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.056,213] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.060,607] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.079,071] <inf> hci_rpmsg: Sent message of 59 bytes.
    [00:00:00.100,494] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.105,377] <inf> hci_rpmsg: Sent message of 44 bytes.
    [00:00:00.107,208] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.107,818] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.109,649] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.114,257] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.114,990] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.119,049] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.122,528] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.155,426] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.158,020] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.158,966] <inf> hci_rpmsg: Sent message of 50 bytes.
    [00:00:00.168,060] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.171,691] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.173,889] <inf> hci_rpmsg: Sent message of 37 bytes.
    [00:00:00.175,598] <inf> hci_rpmsg: Sent message of 44 bytes.
    [00:00:00.217,437] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.217,834] <inf> hci_rpmsg: Sent message of 37 bytes.
    [00:00:00.232,147] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.238,708] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.242,950] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.280,029] <inf> hci_rpmsg: Sent message of 46 bytes.
    [00:00:00.280,639] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.281,524] <inf> hci_rpmsg: Sent message of 53 bytes.
    [00:00:00.299,621] <inf> hci_rpmsg: Sent message of 37 bytes.
    [00:00:00.301,147] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.302,734] <inf> hci_rpmsg: Sent message of 46 bytes.
    [00:00:00.340,393] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.344,207] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.355,041] <inf> hci_rpmsg: Sent message of 46 bytes.
    [00:00:00.355,682] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.357,849] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.361,480] <inf> hci_rpmsg: Sent message of 50 bytes.
    [00:00:00.362,182] <inf> hci_rpmsg: Sent message of 39 bytes.

    continuous second time programming log:

    *** Booting nRF Connect SDK v2.5.0 ***
    [00:00:00.006,011] <inf> bt_hci_raw: Bluetooth enabled in RAW mode
    [00:00:00.006,561] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 9 messages dropped ---
    [00:00:00.010,711] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 7 messages dropped ---
    [00:00:00.015,991] <inf> hci_rpmsg: Received message of 4 bytes.
    --- 4 messages dropped ---
    [00:00:00.016,754] <inf> hci_rpmsg: Sent message of 11 bytes.
    --- 2 messages dropped ---
    [00:00:00.017,181] <inf> hci_rpmsg: Received message of 12 bytes.
    [00:00:00.017,333] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.017,456] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.017,608] <inf> hci_rpmsg: Sent message of 19 bytes.
    [00:00:00.017,761] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.017,944] <inf> hci_rpmsg: Sent message of 71 bytes.
    [00:00:00.018,066] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,249] <inf> hci_rpmsg: Sent message of 15 bytes.
    [00:00:00.018,371] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,524] <inf> hci_rpmsg: Sent message of 13 bytes.
    [00:00:00.018,676] <inf> hci_rpmsg: Received message of 4 bytes.
    [00:00:00.018,859] <inf> hci_rpmsg: Sent message of 30 bytes.
    [00:00:00.019,012] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.019,165] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.030,731] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.030,883] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.031,036] <inf> hci_rpmsg: Received message of 12 bytes.
    [00:00:00.031,219] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.031,341] <inf> hci_rpmsg: Received message of 10 bytes.
    [00:00:00.031,646] <inf> hci_rpmsg: Sent message of 7 bytes.
    [00:00:00.035,461] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.042,785] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.043,518] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.044,128] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.046,875] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.052,917] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.056,640] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.096,893] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.106,933] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.109,832] <inf> hci_rpmsg: Sent message of 37 bytes.
    [00:00:00.158,111] <inf> hci_rpmsg: Sent message of 46 bytes.
    [00:00:00.158,721] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.162,231] <inf> hci_rpmsg: Sent message of 59 bytes.
    [00:00:00.162,841] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.166,381] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.168,975] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.169,708] <inf> hci_rpmsg: Sent message of 42 bytes.
    [00:00:00.170,898] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.172,882] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.179,534] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.180,450] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.182,525] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.216,918] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.221,405] <inf> hci_rpmsg: Sent message of 47 bytes.
    [00:00:00.222,015] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.229,034] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.232,025] <inf> hci_rpmsg: Sent message of 46 bytes.
    [00:00:00.239,135] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.242,950] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.275,024] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.275,665] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.291,351] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.337,554] <inf> hci_rpmsg: Sent message of 59 bytes.
    [00:00:00.398,254] <inf> hci_rpmsg: Sent message of 44 bytes.
    [00:00:00.409,851] <inf> hci_rpmsg: Sent message of 53 bytes.
    [00:00:00.414,337] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.422,180] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.422,973] <inf> hci_rpmsg: Sent message of 50 bytes.
    [00:00:00.456,542] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.465,942] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.468,078] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.476,379] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.476,867] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.480,346] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.481,567] <inf> hci_rpmsg: Sent message of 59 bytes.
    [00:00:00.542,785] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.655,975] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.656,555] <inf> hci_rpmsg: Sent message of 47 bytes.
    [00:00:00.657,165] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.700,897] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.705,230] <inf> hci_rpmsg: Sent message of 48 bytes.
    [00:00:00.705,841] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.706,359] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.708,312] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.708,831] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.713,500] <inf> hci_rpmsg: Sent message of 46 bytes.
    [00:00:00.714,111] <inf> hci_rpmsg: Sent message of 29 bytes.
    [00:00:00.718,231] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.723,937] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.760,925] <inf> hci_rpmsg: Sent message of 60 bytes.
    [00:00:00.777,557] <inf> hci_rpmsg: Sent message of 59 bytes.

    (2)application core

    *** Booting nRF Connect SDK v2.5.0 ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 1E:B4:7F:98:51:17 (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]: 28:BC:64:63:36:11 (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
    [DEVICE]: 6B:CB:38:CC:A4:BA (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]: 6B:CB:38:CC:A4:BA (random), AD evt type 4, Tx Pwr: 127, RSSI -88  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 3C:6D:F3:99:44:04 (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]: 14:94:54:F2:94:73 (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]: 2B:22:73:C8:73:31 (random), AD evt type 3, Tx Pwr: 127, RSSI -70  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 08:A7:27:53:DC:50 (random), AD evt type 5, Tx Pwr: 127, RSSI -24 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]: 1A:6C:0D:4E:83:09 (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]: 10:35:C4:17:C8:D7 (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]: 7E:F5:49:15:55:85 (random), AD evt type 0, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7E:F5:49:15:55:85 (random), AD evt type 4, Tx Pwr: 127, RSSI -70  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5E:01:F2:A5:D0:AF (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]: 26:F6:87:A9:98:02 (random), AD evt type 3, Tx Pwr: 127, RSSI -47  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 45:02:A1:F3:B6:FA (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]: 61:BB:EC:25:F2:48 (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]: 10:BB:A6:A6:82:C9 (random), AD evt type 3, Tx Pwr: 127, RSSI -92  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7E:21:E5:4A:3C:FE (random), AD evt type 2, Tx Pwr: 127, RSSI -72  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 71:EF:BF:15:72:27 (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]: 30:66:D0:50:F8:45 (public), AD evt type 0, Tx Pwr: 127, RSSI -80  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1F:CC:C5:C7:17:29 (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
    [DEVICE]: 47:AB:48:64:6F:02 (public), AD evt type 0, Tx Pwr: 127, RSSI -88  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: D0:A0:D2:9D:FE:B7 (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]: 59:03:1B:CE:76:BE (random), AD evt type 0, Tx Pwr: 127, RSSI -83  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 3F:7B:2C:1B:5E:B5 (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]: FA:4E:9D:BA:44:26 (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]: 0E:B0:67:93:51:1C (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
    [DEVICE]: 2F:F8:26:5A:D9:7B (random), AD evt type 3, Tx Pwr: 127, RSSI -48  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 28:BC:64:63:36:11 (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

    continuous second time programming log:

    [DEVICE]: 42:98:50:20:9C:61 (random), AD evt type 0, Tx Pwr: 127, RSSI -58 Apple Pencil C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 42:98:50:20:9C:61 (random), AD evt type 4, Tx Pwr: 127, RSSI -58  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    success. Periodic sync established.
    Enable receiving of CTE...
    ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:338
    *** Booting nRF Connect SDK v2.5.0 ***with err -11
    Starting Connectionless Locator Demo
    Bluetooth initialization...failed (err -11)
    success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...failed (err -11)
    Waiting for periodic advertising...
    *** Booting nRF Connect SDK v2.5.0 ***
    Starting Connectionless Locator Demo
    Bluetooth initialization...success
    Scan callbacks register...success.
    Periodic Advertising callbacks register...success.
    Start scanning...success
    Waiting for periodic advertising...
    [DEVICE]: 1D:D3:CF:89:42:45 (random), AD evt type 3, Tx Pwr: 127, RSSI -51  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 5E:01:F2:A5:D0:AF (random), AD evt type 3, Tx Pwr: 127, RSSI -66  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7E:F5:49:15:55:85 (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]: 7E:F5:49:15:55:85 (random), AD evt type 4, Tx Pwr: 127, RSSI -67  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 0E:B0:67:93:51:1C (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]: 39:35:DE:78:8B:F3 (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]: 7E:21:E5:4A:3C:FE (random), AD evt type 2, Tx Pwr: 127, RSSI -75  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 26:F6:87:A9:98:02 (random), AD evt type 3, Tx Pwr: 127, RSSI -42  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 43:D6:98:3B:02:FA (random), AD evt type 3, Tx Pwr: 127, RSSI -79  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: FA:A3:ED:EB:F7:EB (random), AD evt type 0, Tx Pwr: 127, RSSI -65  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 68:C1:6F:FE:4C:3C (random), AD evt type 0, Tx Pwr: 127, RSSI -64  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 68:C1:6F:FE:4C:3C (random), AD evt type 4, Tx Pwr: 127, RSSI -63  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 42:98:50:20:9C:61 (random), AD evt type 0, Tx Pwr: 127, RSSI -55 Apple Pencil C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 42:98:50:20:9C:61 (random), AD evt type 4, Tx Pwr: 127, RSSI -53  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 16:E4:13:D3:CD:6F (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]: CC:14:BC:B8:0A:BD (public), 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]: CC:14:BC:B8:0A:BD (public), AD evt type 4, Tx Pwr: 127, RSSI -74 EDIFIER BLE C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 31:40:5D:BD:18:FB (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]: 49:5A:16:B9:F9:46 (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]: 3F:7B:2C:1B:5E:B5 (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]: 3C:6D:F3:99:44:04 (random), AD evt type 3, Tx Pwr: 127, RSSI -66  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1B:AC:5D:C1:4C:61 (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]: 63:9A:55:16:BD:F8 (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]: 60:4E:CA:12:45:43 (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]: 60:4E:CA:12:45:43 (random), AD evt type 4, Tx Pwr: 127, RSSI -72  C:1 S:1 D:0 SR:1 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 63:14:8E:B5:15:61 (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]: 78:5B:C3:E8:05:F0 (random), AD evt type 0, Tx Pwr: 127, RSSI -59  C:1 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 7E:21:E5:4A:3C:FE (random), AD evt type 2, Tx Pwr: 127, RSSI -77  C:0 S:1 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 1D:D3:CF:89:42:45 (random), AD evt type 3, Tx Pwr: 127, RSSI -51  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255
    [DEVICE]: 6B:CB:38:CC:A4:BA (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]: 6B:CB:38:CC:A4:BA (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]: 27:00:38:A0:CC:95 (random), AD evt type 3, Tx Pwr: 127, RSSI -73  C:0 S:0 D:0 SR:0 E:0 Prim: LE 1M, Secn: No packets, Interval: 0x0000 (0 ms), SID: 255

  • Hi,

    Thank you for providing the logs. We will further look into this internally. I will get back to you with more information probably during next week.

    Best regards,
    Dejan

Related