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.
  • 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