This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC2640R2: Receive unexpected packet

Part Number: LAUNCHXL-CC2640R2

Hi,

My SDK version is simplelink_cc2640r2_sdk_1_50_00_58, and I used host_test example with "GATT_DB_OFF_CHIP" enabled.

I used HCITester to simulate switching peripheral and central role.

This is my test script : 

idx=0
idxmax=1000

while idx < idxmax

Send_HCI_Reset
#Wait_HCI_Command_Complete_Reset_Event
sleep 2000

Send_GAP_DeviceInit 0x04, 20, 0, 0, 1
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE00, 
Wait_HCI_Vendor_Specific_Event 10000, 0x0600, 0x00, , , , , 
Send_GATT_AddService 0x2800, 5
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFDFC, 
Send_GATT_AddAttribute "03:28", 3
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFDFE, 
Send_GATT_AddAttribute "e1:ff", 3
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFDFE, 
Send_GATT_AddAttribute "03:28", 3
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFDFE, 
Send_GATT_AddAttribute "e2:ff", 3
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFDFE, 
Send_GAP_UpdateAdvertisingData 1, "02:01:06"
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE07, 
Wait_HCI_Vendor_Specific_Event , 0x0602, 0x00, 
Send_GAP_MakeDiscoverable 0, 0x00, 0, 0x07, 0x00
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE06, 
Wait_HCI_Vendor_Specific_Event , 0x0603, 
sleep 5000
Send_GAP_EndDiscoverable
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE08, 
Wait_HCI_Vendor_Specific_Event , 0x0604, 

Send_HCI_Reset
#Wait_HCI_Command_Complete_Reset_Event
sleep 2000

Send_GAP_DeviceInit 0x08, 20, 0, 0, 1
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE00, 
Wait_HCI_Vendor_Specific_Event 10000, 0x0600, 0x00, , , , ,
Send_GAP_SetParam 36,-127
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE30, 
Send_GAP_SetParam 2,2000
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE30,
index=0
indexMax=20

while index < indexMax
#Send_GAP_SetParam 16,16
#Send_GAP_SetParam 17,16
Send_GAP_DeviceDiscoveryRequest 3, 0, 0
Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE04, 
Wait_HCI_Vendor_Specific_Event , 0x060D, 0x00, , , , , , 
sleep 2100
index++
wend

idx++
wend

Log : 3482.log.txt

When execute above script for a while, it received unexpected packet.

14:18:28.289 Incoming Dump:
14:18:28.289 0000: 00 40 00 20 69 e6 00 00 .@. i...
14:18:28.295 Incoming Dump:
14:18:28.295 0000: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
14:18:28.295 0010: 01 c9 01 10 01 c9 01 10 ........
14:18:28.302 Incoming Dump:
14:18:28.302 0000: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
14:18:28.303 0010: 01 c9 01 10 01 c9 01 10 3f c9 01 10 2d e9 fe 4f ........?...-..O
14:18:28.303 0020: 04 46 e0 48 00 21 2c 22 34 30 07 46 0c f0 62 f9 .F.H.!,"40.F..b.
14:18:28.303 0030: 00 20 02 90 20 78 a0 38 00 f0 fb 83 80 1e 00 f0 . .. x.8........
14:18:28.303 Incoming Dump:
14:18:28.303 0000: d0 83 0e 38 00 f0 cc 82 12 38 00 f0 88 82 0e 38 ...8.....8.....8
14:18:28.303 0010: 40 f0 31 84 a0 78 02 9d 11 28 a8 46 00 f2 7d 82 @.1..x...(.F..}.
14:18:28.303 0020: df e8 10 f0 5d 01 19 01 71 02 69 02 66 02 42 02 ....]...q.i.f.B.
14:18:28.303 0030: 36 02 1e 02 10 02 f8 01 78 00 dd 01 ca 01 49 00 6.......x.....I.
14:18:28.303 0040: be 01 12 00 7b 02 a2 ....

.

.

.

14:18:28.589 Packet "se", Opcode 0x0046

What is above packet ?

  • Hi Vicky,

    Have you confirmed that you are using the latest version of the HCI test xml file from the wiki page here:
    processors.wiki.ti.com/.../LPRF_BLE_HCITester
  • Hi Sean,

    Yes. I download the latest version of the HCI test xml file.
  • Hi Sean,
    Please help to clarify this issue, ASAP.
    Our customer is waiting for the answer


    BRs
    Aaron Kuo
  • Hi Aaron,

    I ran your script but do not observe the unexpected opcode/event. I suspect this is a PC tool parsing issue on your setup. You could take logic analyzer traces of the UART lines if you wanted to confirm likewise.See attached log. HCITester Trace Log-TI.txt

    Beyond that, is this causing you any operational/functional issues?

    Best wishes

  • Hi Aaron,

    We are not able to reproduce the issue.
    Have you tried the recommendations given above?
  • Hi Sean,

    I ran the script for about one hour, then this issue is occurred.

    This issue will be occurred when execute the script for a long time.

    Below is my test log, I delete some log because the file is too large.

    08:47:43.403 Loading Library "D:\Doc\Project\IODATA\TI\Tool\HCITesterXML.xml"...
    08:47:43.593 Load Succeeded
    08:47:43.605 --
    08:47:43.605 VersionPlatform = "TI LPRF BLE"
    08:47:43.605 VersionMajor = 0
    08:47:43.605 VersionMinor = 9
    08:47:43.605 --
    08:48:59.698 *** Script Started: "C:\Users\mt03054\Downloads\7411.switch_central_peripheral_script.txt" ***
    08:48:59.699 --
    08:48:59.699 Packet "HCI_Reset", Opcode 0x0c03
    08:48:59.699 --
    08:48:59.699 Outgoing Dump:
    08:48:59.699     0000: 01 03 0c 00                                     ....
    08:48:59.702 Incoming Dump:
    08:48:59.702     0000: 04 0e 04 01 03 0c 00                            .......
    08:48:59.702 --
    08:48:59.702 Packet "HCI_Command_Complete_Reset_Event", Opcode 0x0c03
    08:48:59.702 Parameters:
    08:48:59.702 | Number HCI commands : 0x01
    08:48:59.702 | Command Opcode      : 0x0c03
    08:48:59.702 | Status              : 0x00 (Success)
    08:48:59.702 --
    08:48:59.702 Event ignored while sleeping: HCI_Command_Complete_Reset_Event (0xc03)
    08:49:01.699 --
    08:49:01.699 Packet "GAP_DeviceInit", Opcode 0xfe00
    08:49:01.699 Parameters:
    08:49:01.699 | profileRole      : 0x04 (GAP_PROFILE_PERIPHERAL)
    08:49:01.699 | maxScanResponses : 20
    08:49:01.699 | IRK              : "0"
    08:49:01.699 | CSRK             : "0"
    08:49:01.699 | signCounter      : 1
    08:49:01.699 --
    08:49:01.699 Outgoing Dump:
    08:49:01.699     0000: 01 00 fe 26 04 14 00 00 00 00 00 00 00 00 00 00 ...&............
    08:49:01.699     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    08:49:01.699     0020: 00 00 00 00 00 00 01 00 00 00                   ..........
    08:49:01.707 Incoming Dump:
    08:49:01.707     0000: 04 ff 06 7f 06 00 00 fe                         ........
    08:49:01.709 Incoming Dump:
    08:49:01.709     0000: 00                                              .
    08:49:01.730 --
    08:49:01.730 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.742 Parameters:
    08:49:01.742 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.742 | Status       : 0x00 (SUCCESS)
    08:49:01.742 | opCode       : 0xfe00 (GAP_DeviceInit)
    08:49:01.742 | dataLen      : 0x00
    08:49:01.742 --
    08:49:01.744 Incoming Dump:
    08:49:01.744     0000: 04 ff 2c 00 06 00 43 fa 69 22 91 b0 ff 00 05 92 ..,...C.i"......
    08:49:01.744     0010: 7c ce ff 39 1a 2e 03 74 74 ac 6c d9 8a 23 bb 6d |..9...tt.l..#.m
    08:49:01.744     0020: eb 9e 12 ca ae 43 eb 8a 9d 88 53 ca bb df d7    .....C....S....
    08:49:01.755 --
    08:49:01.755 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.762 Parameters:
    08:49:01.762 | Event Opcode : 0x0600 (GAP_DeviceInitDone)
    08:49:01.762 | Status       : 0x00 (SUCCESS)
    08:49:01.762 | devAddr      : "B0:91:22:69:FA:43"
    08:49:01.762 | dataPktLen   : 0x00ff
    08:49:01.762 | numDataPkts  : 0x05
    08:49:01.762 | IRK          : "92:7C:CE:FF:39:1A:2E:03:74:74:AC:6C:D9:8A:23:BB"
    08:49:01.762 | CSRK         : "6D:EB:9E:12:CA:AE:43:EB:8A:9D:88:53:CA:BB:DF:D7"
    08:49:01.762 --
    08:49:01.769 --
    08:49:01.769 Packet "GATT_AddService", Opcode 0xfdfc
    08:49:01.769 Parameters:
    08:49:01.769 | UUID       : 0x2800 (PrimaryService)
    08:49:01.769 | numAttrs   : 5
    08:49:01.769 | encKeySize : 16
    08:49:01.769 --
    08:49:01.769 Outgoing Dump:
    08:49:01.769     0000: 01 fc fd 05 00 28 05 00 10                      .....(...
    08:49:01.772 Incoming Dump:
    08:49:01.772     0000: 04 ff 06 7f 06 00 fc fd                         ........
    08:49:01.772 Incoming Dump:
    08:49:01.772     0000: 00                                              .
    08:49:01.779 --
    08:49:01.779 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.786 Parameters:
    08:49:01.786 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.786 | Status       : 0x00 (SUCCESS)
    08:49:01.786 | opCode       : 0xfdfc (GATT_AddService)
    08:49:01.786 | dataLen      : 0x00
    08:49:01.786 --
    08:49:01.794 --
    08:49:01.794 Packet "GATT_AddAttribute", Opcode 0xfdfe
    08:49:01.794 Parameters:
    08:49:01.794 | UUID        : "03:28"
    08:49:01.794 | permissions : 3 (GATT_PERMIT_READ|GATT_PERMIT_WRITE)
    08:49:01.794 --
    08:49:01.794 Outgoing Dump:
    08:49:01.794     0000: 01 fe fd 03 03 28 03                            .....(.
    08:49:01.797 Incoming Dump:
    08:49:01.797     0000: 04 ff 06 7f 06 00 fe fd                         ........
    08:49:01.798 Incoming Dump:
    08:49:01.798     0000: 00                                              .
    08:49:01.807 --
    08:49:01.807 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.814 Parameters:
    08:49:01.814 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.814 | Status       : 0x00 (SUCCESS)
    08:49:01.814 | opCode       : 0xfdfe (GATT_AddAttribute)
    08:49:01.814 | dataLen      : 0x00
    08:49:01.814 --
    08:49:01.821 --
    08:49:01.821 Packet "GATT_AddAttribute", Opcode 0xfdfe
    08:49:01.821 Parameters:
    08:49:01.821 | UUID        : "e1:ff"
    08:49:01.821 | permissions : 3 (GATT_PERMIT_READ|GATT_PERMIT_WRITE)
    08:49:01.821 --
    08:49:01.821 Outgoing Dump:
    08:49:01.821     0000: 01 fe fd 03 e1 ff 03                            .......
    08:49:01.824 Incoming Dump:
    08:49:01.824     0000: 04 ff 06 7f 06 00 fe fd                         ........
    08:49:01.824 Incoming Dump:
    08:49:01.824     0000: 00                                              .
    08:49:01.831 --
    08:49:01.831 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.838 Parameters:
    08:49:01.838 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.838 | Status       : 0x00 (SUCCESS)
    08:49:01.838 | opCode       : 0xfdfe (GATT_AddAttribute)
    08:49:01.838 | dataLen      : 0x00
    08:49:01.838 --
    08:49:01.845 --
    08:49:01.845 Packet "GATT_AddAttribute", Opcode 0xfdfe
    08:49:01.845 Parameters:
    08:49:01.845 | UUID        : "03:28"
    08:49:01.845 | permissions : 3 (GATT_PERMIT_READ|GATT_PERMIT_WRITE)
    08:49:01.845 --
    08:49:01.845 Outgoing Dump:
    08:49:01.845     0000: 01 fe fd 03 03 28 03                            .....(.
    08:49:01.848 Incoming Dump:
    08:49:01.848     0000: 04 ff 06 7f 06 00 fe fd                         ........
    08:49:01.848 Incoming Dump:
    08:49:01.848     0000: 00                                              .
    08:49:01.855 --
    08:49:01.855 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.861 Parameters:
    08:49:01.861 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.861 | Status       : 0x00 (SUCCESS)
    08:49:01.861 | opCode       : 0xfdfe (GATT_AddAttribute)
    08:49:01.861 | dataLen      : 0x00
    08:49:01.861 --
    08:49:01.868 --
    08:49:01.868 Packet "GATT_AddAttribute", Opcode 0xfdfe
    08:49:01.868 Parameters:
    08:49:01.868 | UUID        : "e2:ff"
    08:49:01.868 | permissions : 3 (GATT_PERMIT_READ|GATT_PERMIT_WRITE)
    08:49:01.868 --
    08:49:01.868 Outgoing Dump:
    08:49:01.868     0000: 01 fe fd 03 e2 ff 03                            .......
    08:49:01.871 Incoming Dump:
    08:49:01.871     0000: 04 ff 0a 7f 06 00 fe fd                         ........
    08:49:01.872 Incoming Dump:
    08:49:01.872     0000: 04 01 00 05 00                                  .....
    08:49:01.879 --
    08:49:01.879 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.887 Parameters:
    08:49:01.887 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.887 | Status       : 0x00 (SUCCESS)
    08:49:01.887 | opCode       : 0xfdfe (GATT_AddAttribute)
    08:49:01.887 | dataLen      : 0x04
    08:49:01.887 | payload      : "01:00:05:00"
    08:49:01.887 --
    08:49:01.894 --
    08:49:01.894 Packet "GAP_UpdateAdvertisingData", Opcode 0xfe07
    08:49:01.894 Parameters:
    08:49:01.894 | adType     : 1 (Advertisement Data)
    08:49:01.894 | dataLen    : 0x03
    08:49:01.894 | advertData : "02:01:06"
    08:49:01.894 --
    08:49:01.894 Outgoing Dump:
    08:49:01.894     0000: 01 07 fe 05 01 03 02 01 06                      .........
    08:49:01.897 Incoming Dump:
    08:49:01.897     0000: 04 ff 06 7f 06 00 07 fe                         ........
    08:49:01.898 Incoming Dump:
    08:49:01.898     0000: 00                                              .
    08:49:01.905 --
    08:49:01.905 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.911 Parameters:
    08:49:01.911 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.911 | Status       : 0x00 (SUCCESS)
    08:49:01.911 | opCode       : 0xfe07 (GAP_UpdateAdvertisingData)
    08:49:01.911 | dataLen      : 0x00
    08:49:01.911 --
    08:49:01.912 Incoming Dump:
    08:49:01.912     0000: 04 ff 04 02 06 00 01                            .......
    08:49:01.918 --
    08:49:01.918 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.924 Parameters:
    08:49:01.924 | Event Opcode : 0x0602 (GAP_AdvertDataUpdateDone)
    08:49:01.924 | Status       : 0x00 (SUCCESS)
    08:49:01.924 | adType       : 0x01 (Advertisement Data)
    08:49:01.924 --
    08:49:01.930 --
    08:49:01.930 Packet "GAP_MakeDiscoverable", Opcode 0xfe06
    08:49:01.930 Parameters:
    08:49:01.930 | eventType         : 0 (GAP_ADTYPE_ADV_IND)
    08:49:01.930 | initiatorAddrType : 0x00 (ADDRTYPE_PUBLIC)
    08:49:01.930 | initiatorAddr     : "0":
    08:49:01.930 | channelMap        : 0x07 (Chan 37|Chan 38|Chan 39)
    08:49:01.930 | filterPolicy      : 0x00 (GAP_FILTER_POLICY_ALL)
    08:49:01.930 --
    08:49:01.931 Outgoing Dump:
    08:49:01.931     0000: 01 06 fe 0a 00 00 00 00 00 00 00 00 07 00       ..............
    08:49:01.934 Incoming Dump:
    08:49:01.934     0000: 04 ff 06 7f 06 00 06 fe                         ........
    08:49:01.935 Incoming Dump:
    08:49:01.935     0000: 00                                              .
    08:49:01.942 --
    08:49:01.942 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.949 Parameters:
    08:49:01.949 | Event Opcode : 0x067f (CommandStatus)
    08:49:01.949 | Status       : 0x00 (SUCCESS)
    08:49:01.949 | opCode       : 0xfe06 (GAP_MakeDiscoverable)
    08:49:01.949 | dataLen      : 0x00
    08:49:01.949 --
    08:49:01.949 Incoming Dump:
    08:49:01.949     0000: 04 ff 03 03 06 00                               ......
    08:49:01.955 --
    08:49:01.955 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:01.961 Parameters:
    08:49:01.961 | Event Opcode : 0x0603 (GAP_MakeDiscoverableDone)
    08:49:01.961 | Status       : 0x00 (SUCCESS)
    08:49:01.961 --
    08:49:06.968 --
    08:49:06.968 Packet "GAP_EndDiscoverable", Opcode 0xfe08
    08:49:06.968 --
    08:49:06.968 Outgoing Dump:
    08:49:06.968     0000: 01 08 fe 00                                     ....
    08:49:06.970 Incoming Dump:
    08:49:06.970     0000: 04 ff 06 7f 06 00 08 fe                         ........
    08:49:06.972 Incoming Dump:
    08:49:06.972     0000: 00                                              .
    08:49:06.984 --
    08:49:06.984 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:06.996 Parameters:
    08:49:06.996 | Event Opcode : 0x067f (CommandStatus)
    08:49:06.996 | Status       : 0x00 (SUCCESS)
    08:49:06.996 | opCode       : 0xfe08 (GAP_EndDiscoverable)
    08:49:06.996 | dataLen      : 0x00
    08:49:06.996 --
    08:49:06.997 Incoming Dump:
    08:49:06.997     0000: 04 ff 03 04 06 00                               ......
    08:49:07.008 --
    08:49:07.008 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:07.014 Parameters:
    08:49:07.014 | Event Opcode : 0x0604 (GAP_EndDiscoverableDone)
    08:49:07.014 | Status       : 0x00 (SUCCESS)
    08:49:07.014 --
    08:49:07.020 --
    08:49:07.020 Packet "HCI_Reset", Opcode 0x0c03
    08:49:07.020 --
    08:49:07.020 Outgoing Dump:
    08:49:07.020     0000: 01 03 0c 00                                     ....
    08:49:07.023 Incoming Dump:
    08:49:07.023     0000: 04 0e 04 01 03 0c 00                            .......
    08:49:07.023 --
    08:49:07.023 Packet "HCI_Command_Complete_Reset_Event", Opcode 0x0c03
    08:49:07.023 Parameters:
    08:49:07.023 | Number HCI commands : 0x01
    08:49:07.023 | Command Opcode      : 0x0c03
    08:49:07.023 | Status              : 0x00 (Success)
    08:49:07.023 --
    08:49:07.024 Event ignored while sleeping: HCI_Command_Complete_Reset_Event (0xc03)
    08:49:09.021 --
    08:49:09.021 Packet "GAP_DeviceInit", Opcode 0xfe00
    08:49:09.021 Parameters:
    08:49:09.021 | profileRole      : 0x08 (GAP_PROFILE_CENTRAL)
    08:49:09.021 | maxScanResponses : 20
    08:49:09.021 | IRK              : "0"
    08:49:09.021 | CSRK             : "0"
    08:49:09.021 | signCounter      : 1
    08:49:09.021 --
    08:49:09.021 Outgoing Dump:
    08:49:09.021     0000: 01 00 fe 26 08 14 00 00 00 00 00 00 00 00 00 00 ...&............
    08:49:09.021     0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    08:49:09.021     0020: 00 00 00 00 00 00 01 00 00 00                   ..........
    08:49:09.029 Incoming Dump:
    08:49:09.029     0000: 04 ff 06 7f 06 00 00 fe                         ........
    08:49:09.030 Incoming Dump:
    08:49:09.030     0000: 00                                              .
    08:49:09.052 --
    08:49:09.052 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.064 Parameters:
    08:49:09.064 | Event Opcode : 0x067f (CommandStatus)
    08:49:09.064 | Status       : 0x00 (SUCCESS)
    08:49:09.064 | opCode       : 0xfe00 (GAP_DeviceInit)
    08:49:09.064 | dataLen      : 0x00
    08:49:09.064 --
    08:49:09.065 Incoming Dump:
    08:49:09.065     0000: 04 ff 2c 00 06 00 43 fa 69 22 91 b0 ff 00 05 92 ..,...C.i"......
    08:49:09.065     0010: 7c ce ff 39 1a 2e 03 74 74 ac 6c d9 8a 23 bb 6d |..9...tt.l..#.m
    08:49:09.065     0020: eb 9e 12 ca ae 43 eb 8a 9d 88 53 ca bb df d7    .....C....S....
    08:49:09.076 --
    08:49:09.076 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.083 Parameters:
    08:49:09.083 | Event Opcode : 0x0600 (GAP_DeviceInitDone)
    08:49:09.083 | Status       : 0x00 (SUCCESS)
    08:49:09.083 | devAddr      : "B0:91:22:69:FA:43"
    08:49:09.083 | dataPktLen   : 0x00ff
    08:49:09.083 | numDataPkts  : 0x05
    08:49:09.083 | IRK          : "92:7C:CE:FF:39:1A:2E:03:74:74:AC:6C:D9:8A:23:BB"
    08:49:09.083 | CSRK         : "6D:EB:9E:12:CA:AE:43:EB:8A:9D:88:53:CA:BB:DF:D7"
    08:49:09.083 --
    08:49:09.089 --
    08:49:09.090 Packet "GAP_SetParam", Opcode 0xfe30
    08:49:09.090 Parameters:
    08:49:09.090 | paramID    : 36 (TGAP_SCAN_RSP_RSSI_MIN)
    08:49:09.090 | paramValue : -127
    08:49:09.090 --
    08:49:09.090 Outgoing Dump:
    08:49:09.090     0000: 01 30 fe 03 24 81 ff                            .0..$..
    08:49:09.092 Incoming Dump:
    08:49:09.092     0000: 04 ff 06 7f 06 00 30 fe                         ......0.
    08:49:09.093 Incoming Dump:
    08:49:09.093     0000: 00                                              .
    08:49:09.100 --
    08:49:09.100 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.106 Parameters:
    08:49:09.106 | Event Opcode : 0x067f (CommandStatus)
    08:49:09.106 | Status       : 0x00 (SUCCESS)
    08:49:09.106 | opCode       : 0xfe30 (GAP_SetParam)
    08:49:09.106 | dataLen      : 0x00
    08:49:09.106 --
    08:49:09.114 --
    08:49:09.114 Packet "GAP_SetParam", Opcode 0xfe30
    08:49:09.114 Parameters:
    08:49:09.114 | paramID    : 2 (TGAP_GEN_DISC_SCAN)
    08:49:09.114 | paramValue : 2000
    08:49:09.114 --
    08:49:09.114 Outgoing Dump:
    08:49:09.114     0000: 01 30 fe 03 02 d0 07                            .0.....
    08:49:09.116 Incoming Dump:
    08:49:09.116     0000: 04 ff 06 7f 06 00 30 fe                         ......0.
    08:49:09.117 Incoming Dump:
    08:49:09.117     0000: 00                                              .
    08:49:09.123 --
    08:49:09.123 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.130 Parameters:
    08:49:09.130 | Event Opcode : 0x067f (CommandStatus)
    08:49:09.130 | Status       : 0x00 (SUCCESS)
    08:49:09.130 | opCode       : 0xfe30 (GAP_SetParam)
    08:49:09.130 | dataLen      : 0x00
    08:49:09.130 --
    08:49:09.138 --
    08:49:09.138 Packet "GAP_DeviceDiscoveryRequest", Opcode 0xfe04
    08:49:09.138 Parameters:
    08:49:09.138 | mode       : 3 (DEVDISC_MODE_ALL)
    08:49:09.138 | activeScan : 0 (Disabled)
    08:49:09.138 | whiteList  : 0 (DEVDISC_POLICY_ALL)
    08:49:09.138 --
    08:49:09.138 Outgoing Dump:
    08:49:09.138     0000: 01 04 fe 03 03 00 00                            .......
    08:49:09.141 Incoming Dump:
    08:49:09.141     0000: 04 ff 06 7f 06 00 04 fe                         ........
    08:49:09.142 Incoming Dump:
    08:49:09.142     0000: 00                                              .
    08:49:09.150 --
    08:49:09.150 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.157 Parameters:
    08:49:09.157 | Event Opcode : 0x067f (CommandStatus)
    08:49:09.157 | Status       : 0x00 (SUCCESS)
    08:49:09.157 | opCode       : 0xfe04 (GAP_DeviceDiscoveryRequest)
    08:49:09.157 | dataLen      : 0x00
    08:49:09.157 --
    08:49:09.207 Incoming Dump:
    08:49:09.207     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    08:49:09.207 Incoming Dump:
    08:49:09.207     0000: 43 da b6 07 50 02 c4 1f                         C...P...
    08:49:09.208 Incoming Dump:
    08:49:09.208     0000: 1e ff 06 00 01 09 20 00                         ...... .
    08:49:09.209 Incoming Dump:
    08:49:09.209     0000: 65 d5 1c 51 ad 54 8d 4f                         e..Q.T.O
    08:49:09.209 Incoming Dump:
    08:49:09.209     0000: 61 62 fe 66 b6 c1 6d b6                         ab.f..m.
    08:49:09.211 Incoming Dump:
    08:49:09.211     0000: 24 81 11 83 6d f6 83                            $...m..
    08:49:09.228 --
    08:49:09.228 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.236 Parameters:
    08:49:09.236 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:09.236 | Status       : 0x00 (SUCCESS)
    08:49:09.236 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:09.236 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:09.236 | addr         : "02:50:07:B6:DA:43"
    08:49:09.236 | rssi         : -60
    08:49:09.236 | dataLen      : 0x1f
    08:49:09.236 | dataField    : "1E:FF:06:00:01:09:20:00:65:D5:1C:51:AD:54:8D:4F:61:62:FE:66:B6:C1:6D:B6:24:81:11:83:6D:F6:83"
    08:49:09.236 --
    08:49:09.374 Incoming Dump:
    08:49:09.374     0000: 04 ff 22 0d 06 00 00 00                         ..".....
    08:49:09.374 Incoming Dump:
    08:49:09.374     0000: 12 6a 3e 9a b8 40 ad 15                         .j>..@..
    08:49:09.374 Incoming Dump:
    08:49:09.374     0000: 02 01 1a 11 07 fc 9d d0                         ........
    08:49:09.375 Incoming Dump:
    08:49:09.375     0000: b3 cb 84 e0 84 06 42 f3                         ......B.
    08:49:09.377 Incoming Dump:
    08:49:09.377     0000: f7 e1 e0 bf cb                                  .....
    08:49:09.401 --
    08:49:09.401 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.415 Parameters:
    08:49:09.415 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:09.415 | Status       : 0x00 (SUCCESS)
    08:49:09.415 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:09.415 | addrType     : 0x00 (ADDRTYPE_PUBLIC)
    08:49:09.415 | addr         : "40:B8:9A:3E:6A:12"
    08:49:09.415 | rssi         : -83
    08:49:09.415 | dataLen      : 0x15
    08:49:09.415 | dataField    : "02:01:1A:11:07:FC:9D:D0:B3:CB:84:E0:84:06:42:F3:F7:E1:E0:BF:CB"
    08:49:09.415 --
    08:49:09.427 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:09.465 Incoming Dump:
    08:49:09.465     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    08:49:09.465 Incoming Dump:
    08:49:09.465     0000: cf 20 12 a5 aa 31 b4 1f                         . ...1..
    08:49:09.466 Incoming Dump:
    08:49:09.466     0000: 1e ff 06 00 01 09 20 00                         ...... .
    08:49:09.467 Incoming Dump:
    08:49:09.467     0000: d2 7e ea 1b a2 b0 47 8e                         .~....G.
    08:49:09.467 Incoming Dump:
    08:49:09.467     0000: 1b 78 81 e7 19 ba 96 8d                         .x......
    08:49:09.469 Incoming Dump:
    08:49:09.469     0000: ff 81 c8 34 9c 54 0d                            ...4.T.
    08:49:09.493 --
    08:49:09.493 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.505 Parameters:
    08:49:09.505 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:09.505 | Status       : 0x00 (SUCCESS)
    08:49:09.505 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:09.505 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:09.505 | addr         : "31:AA:A5:12:20:CF"
    08:49:09.505 | rssi         : -76
    08:49:09.505 | dataLen      : 0x1f
    08:49:09.505 | dataField    : "1E:FF:06:00:01:09:20:00:D2:7E:EA:1B:A2:B0:47:8E:1B:78:81:E7:19:BA:96:8D:FF:81:C8:34:9C:54:0D"
    08:49:09.505 --
    08:49:09.505 Incoming Dump:
    08:49:09.505     0000: 04 ff 2c 0d 06 00 00 01 11 3f 14 77 0a db b7 1f ..,......?.w....
    08:49:09.505     0010: 02 01 06 1b ff 57 01 00 d9 e5 70 a2 c4 20 ed 6f .....W....p.. .o
    08:49:09.505     0020: 2b c8 bf e1 1b d3 d5 e4                         +.......
    08:49:09.506 Incoming Dump:
    08:49:09.506     0000: 02 db 0a 77 14 3f 11                            ...w.?.
    08:49:09.515 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:09.515 --
    08:49:09.515 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.524 Parameters:
    08:49:09.524 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:09.524 | Status       : 0x00 (SUCCESS)
    08:49:09.524 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:09.524 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:09.524 | addr         : "DB:0A:77:14:3F:11"
    08:49:09.524 | rssi         : -73
    08:49:09.524 | dataLen      : 0x1f
    08:49:09.524 | dataField    : "02:01:06:1B:FF:57:01:00:D9:E5:70:A2:C4:20:ED:6F:2B:C8:BF:E1:1B:D3:D5:E4:02:DB:0A:77:14:3F:11"
    08:49:09.524 --
    08:49:09.525 Incoming Dump:
    08:49:09.525     0000: 04 ff 1b 0d 06 00 00 01                         ........
    08:49:09.525 Incoming Dump:
    08:49:09.525     0000: 4a 38 88 49 75 46 bf 0e                         J8.IuF..
    08:49:09.526 Incoming Dump:
    08:49:09.526     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    08:49:09.527 Incoming Dump:
    08:49:09.527     0000: 05 0b 10 35 1c 5b                               ...5.[
    08:49:09.531 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:09.533 --
    08:49:09.533 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.539 Parameters:
    08:49:09.539 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:09.539 | Status       : 0x00 (SUCCESS)
    08:49:09.539 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:09.539 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:09.539 | addr         : "46:75:49:88:38:4A"
    08:49:09.539 | rssi         : -65
    08:49:09.539 | dataLen      : 0x0e
    08:49:09.539 | dataField    : "02:01:1A:0A:FF:4C:00:10:05:0B:10:35:1C:5B"
    08:49:09.539 --
    08:49:09.545 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:09.654 Incoming Dump:
    08:49:09.654     0000: 04 ff 2b 0d 06 00 03 01                         ..+.....
    08:49:09.654 Incoming Dump:
    08:49:09.654     0000: 9a 3e a1 23 07 10 be 1e                         .>.#....
    08:49:09.655 Incoming Dump:
    08:49:09.655     0000: 02 01 04 1a ff 4c 00 02                         .....L..
    08:49:09.656 Incoming Dump:
    08:49:09.656     0000: 15 44 57 61 22 37 18 4b                         .DWa"7.K
    08:49:09.656 Incoming Dump:
    08:49:09.656     0000: 96 bc 85 cb 1c 44 ac bb                         .....D..
    08:49:09.658 Incoming Dump:
    08:49:09.658     0000: 0b 00 03 3e 9a c5                               ...>..
    08:49:09.677 --
    08:49:09.677 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:09.685 Parameters:
    08:49:09.685 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:09.685 | Status       : 0x00 (SUCCESS)
    08:49:09.685 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:09.685 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:09.685 | addr         : "10:07:23:A1:3E:9A"
    08:49:09.685 | rssi         : -66
    08:49:09.685 | dataLen      : 0x1e
    08:49:09.685 | dataField    : "02:01:04:1A:FF:4C:00:02:15:44:57:61:22:37:18:4B:96:BC:85:CB:1C:44:AC:BB:0B:00:03:3E:9A:C5"
    08:49:09.685 --
    08:49:09.694 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:10.228 Incoming Dump:
    08:49:10.228     0000: 04 ff 2b 0d 06 00 03 01                         ..+.....
    08:49:10.229 Incoming Dump:
    08:49:10.229     0000: 8d 3e a1 23 07 10 c0 1e                         .>.#....
    08:49:10.229 Incoming Dump:
    08:49:10.229     0000: 02 01 04 1a ff 4c 00 02                         .....L..
    08:49:10.230 Incoming Dump:
    08:49:10.230     0000: 15 44 57 61 22 37 18 4b                         .DWa"7.K
    08:49:10.231 Incoming Dump:
    08:49:10.231     0000: 96 bc 85 cb 1c 44 ac bb                         .....D..
    08:49:10.232 Incoming Dump:
    08:49:10.232     0000: 0b 00 03 3e 8d c5                               ...>..
    08:49:10.240 --
    08:49:10.240 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:10.247 Parameters:
    08:49:10.247 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:10.247 | Status       : 0x00 (SUCCESS)
    08:49:10.247 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:10.247 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:10.247 | addr         : "10:07:23:A1:3E:8D"
    08:49:10.247 | rssi         : -64
    08:49:10.247 | dataLen      : 0x1e
    08:49:10.247 | dataField    : "02:01:04:1A:FF:4C:00:02:15:44:57:61:22:37:18:4B:96:BC:85:CB:1C:44:AC:BB:0B:00:03:3E:8D:C5"
    08:49:10.247 --
    08:49:10.247 Incoming Dump:
    08:49:10.247     0000: 04 ff                                           ..
    08:49:10.247 Incoming Dump:
    08:49:10.247     0000: 18 0d 06 00 00 01 48 8f 35 26 9c 7f a3 0b 02 01 ......H.5&......
    08:49:10.247     0010: 06 07 ff 4c 00 10 02 0b 00                      ...L.....
    08:49:10.253 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:10.254 --
    08:49:10.254 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:10.259 Parameters:
    08:49:10.259 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:10.259 | Status       : 0x00 (SUCCESS)
    08:49:10.259 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:10.259 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:10.259 | addr         : "7F:9C:26:35:8F:48"
    08:49:10.259 | rssi         : -93
    08:49:10.259 | dataLen      : 0x0b
    08:49:10.259 | dataField    : "02:01:06:07:FF:4C:00:10:02:0B:00"
    08:49:10.259 --
    08:49:10.265 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:11.133 Incoming Dump:
    08:49:11.133     0000: 04 ff 1b 0d 06 00 00 01                         ........
    08:49:11.133 Incoming Dump:
    08:49:11.133     0000: 5b 59 6c bc 00 61 b1 0e                         [Yl..a..
    08:49:11.134 Incoming Dump:
    08:49:11.134     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    08:49:11.135 Incoming Dump:
    08:49:11.135     0000: 05 0b 10 44 6b 4f                               ...DkO
    08:49:11.157 --
    08:49:11.157 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:11.175 Parameters:
    08:49:11.175 | Event Opcode : 0x060d (GAP_DeviceInformation)
    08:49:11.175 | Status       : 0x00 (SUCCESS)
    08:49:11.175 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:11.175 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.175 | addr         : "61:00:BC:6C:59:5B"
    08:49:11.175 | rssi         : -79
    08:49:11.175 | dataLen      : 0x0e
    08:49:11.175 | dataField    : "02:01:1A:0A:FF:4C:00:10:05:0B:10:44:6B:4F"
    08:49:11.175 --
    08:49:11.176 Incoming Dump:
    08:49:11.176     0000: 04 ff 4c 01 06 00 09 03 01 43 da b6 07 50 02 00 ..L......C...P..
    08:49:11.176     0010: 00 12 6a 3e 9a b8 40 03 01 cf 20 12 a5 aa 31 00 ..j>..@... ...1.
    08:49:11.176     0020: 01 11 3f 14 77 0a db 00 01 4a 38 88 49 75 46 03 ..?.w....J8.IuF.
    08:49:11.177     0030: 01 9a 3e a1 23 07 10 03 01 8d 3e a1 23 07 10 00 ..>.#.....>.#...
    08:49:11.177     0040: 01 48 8f 35 26 9c 7f 00 01 5b 59 6c bc 00 61    .H.5&....[Yl..a
    08:49:11.184 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    08:49:11.184 --
    08:49:11.184 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    08:49:11.191 Parameters:
    08:49:11.191 | Event Opcode : 0x0601 (GAP_DeviceDiscovery)
    08:49:11.191 | Status       : 0x00 (SUCCESS)
    08:49:11.191 | numDevs      : 0x09
    08:49:11.191 | eventType    : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "02:50:07:B6:DA:43"
    08:49:11.191 | eventType    : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:11.191 | addrType     : 0x00 (ADDRTYPE_PUBLIC)
    08:49:11.191 | addr         : "40:B8:9A:3E:6A:12"
    08:49:11.191 | eventType    : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "31:AA:A5:12:20:CF"
    08:49:11.191 | eventType    : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "DB:0A:77:14:3F:11"
    08:49:11.191 | eventType    : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "46:75:49:88:38:4A"
    08:49:11.191 | eventType    : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "10:07:23:A1:3E:9A"
    08:49:11.191 | eventType    : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "10:07:23:A1:3E:8D"
    08:49:11.191 | eventType    : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "7F:9C:26:35:8F:48"
    08:49:11.191 | eventType    : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    08:49:11.191 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    08:49:11.191 | addr         : "61:00:BC:6C:59:5B"
    08:49:11.191 --
    .
    .
    .
    .
    .
    .
    09:31:25.248 Packet "GAP_DeviceDiscoveryRequest", Opcode 0xfe04
    09:31:25.249 Parameters:
    09:31:25.249 | mode       : 3 (DEVDISC_MODE_ALL)
    09:31:25.249 | activeScan : 0 (Disabled)
    09:31:25.249 | whiteList  : 0 (DEVDISC_POLICY_ALL)
    09:31:25.249 --
    09:31:25.249 Outgoing Dump:
    09:31:25.249     0000: 01 04 fe 03 03 00 00                            .......
    09:31:25.252 Incoming Dump:
    09:31:25.252     0000: 04 ff 06 7f 06 00 04 fe                         ........
    09:31:25.253 Incoming Dump:
    09:31:25.253     0000: 00                                              .
    09:31:25.259 --
    09:31:25.259 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.265 Parameters:
    09:31:25.265 | Event Opcode : 0x067f (CommandStatus)
    09:31:25.265 | Status       : 0x00 (SUCCESS)
    09:31:25.265 | opCode       : 0xfe04 (GAP_DeviceDiscoveryRequest)
    09:31:25.265 | dataLen      : 0x00
    09:31:25.265 --
    09:31:25.282 Incoming Dump:
    09:31:25.282     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:25.282 Incoming Dump:
    09:31:25.282     0000: a7 81 eb 2d 3b 15 a9 1f                         ...-;...
    09:31:25.283 Incoming Dump:
    09:31:25.283     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:25.284 Incoming Dump:
    09:31:25.284     0000: 87 e0 d6 b8 93 69 c9 be                         .....i..
    09:31:25.284 Incoming Dump:
    09:31:25.284     0000: 37 e2 9e 2b da 7f 56 5b                         7..+..V[
    09:31:25.286 Incoming Dump:
    09:31:25.286     0000: 3a a7 fd c9 76 a7 9c                            :...v..
    09:31:25.291 --
    09:31:25.291 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.297 Parameters:
    09:31:25.297 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.297 | Status       : 0x00 (SUCCESS)
    09:31:25.297 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:25.297 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.297 | addr         : "15:3B:2D:EB:81:A7"
    09:31:25.297 | rssi         : -87
    09:31:25.297 | dataLen      : 0x1f
    09:31:25.297 | dataField    : "1E:FF:06:00:01:09:20:00:87:E0:D6:B8:93:69:C9:BE:37:E2:9E:2B:DA:7F:56:5B:3A:A7:FD:C9:76:A7:9C"
    09:31:25.297 --
    09:31:25.307 Incoming Dump:
    09:31:25.307     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:25.307 Incoming Dump:
    09:31:25.307     0000: 63 47 1c b8 21 20 ae 1f                         cG..! ..
    09:31:25.308 Incoming Dump:
    09:31:25.308     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:25.309 Incoming Dump:
    09:31:25.309     0000: d2 7e ea 1b a2 b0 47 8e                         .~....G.
    09:31:25.310 Incoming Dump:
    09:31:25.310     0000: 1b 78 81 e7 19 ba 96 8d                         .x......
    09:31:25.311 Incoming Dump:
    09:31:25.311     0000: ff 81 c8 34 9c 54 0d                            ...4.T.
    09:31:25.316 --
    09:31:25.316 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.322 Parameters:
    09:31:25.322 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.322 | Status       : 0x00 (SUCCESS)
    09:31:25.322 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:25.322 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.322 | addr         : "20:21:B8:1C:47:63"
    09:31:25.322 | rssi         : -82
    09:31:25.322 | dataLen      : 0x1f
    09:31:25.322 | dataField    : "1E:FF:06:00:01:09:20:00:D2:7E:EA:1B:A2:B0:47:8E:1B:78:81:E7:19:BA:96:8D:FF:81:C8:34:9C:54:0D"
    09:31:25.322 --
    09:31:25.322 Incoming Dump:
    09:31:25.322     0000: 04                                              .
    09:31:25.322 Incoming Dump:
    09:31:25.322     0000: ff 2c 0d 06 00 03 01 d6 9b 0c a2 a8 3f ad 1f 1e .,..........?...
    09:31:25.322     0010: ff 06 00 01 09 20 00 36 a6 35 51 96 bf fa 38 56 ..... .6.5Q...8V
    09:31:25.322     0020: 6d 7c 5f 42 6f 82 bf fc e1 90 76 fb d2 2d       m|_Bo.....v..-
    09:31:25.328 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.329 --
    09:31:25.329 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.335 Parameters:
    09:31:25.335 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.335 | Status       : 0x00 (SUCCESS)
    09:31:25.335 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:25.335 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.335 | addr         : "3F:A8:A2:0C:9B:D6"
    09:31:25.335 | rssi         : -83
    09:31:25.335 | dataLen      : 0x1f
    09:31:25.335 | dataField    : "1E:FF:06:00:01:09:20:00:36:A6:35:51:96:BF:FA:38:56:6D:7C:5F:42:6F:82:BF:FC:E1:90:76:FB:D2:2D"
    09:31:25.335 --
    09:31:25.342 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.356 Incoming Dump:
    09:31:25.356     0000: 04 ff 18 0d 06 00 00 00                         ........
    09:31:25.356 Incoming Dump:
    09:31:25.356     0000: 99 92 a1 08 03 60 be 0b                         .....`..
    09:31:25.357 Incoming Dump:
    09:31:25.357     0000: 02 01 06 07 ff 4c 00 10                         .....L..
    09:31:25.358 Incoming Dump:
    09:31:25.358     0000: 02 0b 00                                        ...
    09:31:25.363 --
    09:31:25.363 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.370 Parameters:
    09:31:25.370 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.370 | Status       : 0x00 (SUCCESS)
    09:31:25.370 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    09:31:25.370 | addrType     : 0x00 (ADDRTYPE_PUBLIC)
    09:31:25.370 | addr         : "60:03:08:A1:92:99"
    09:31:25.370 | rssi         : -66
    09:31:25.370 | dataLen      : 0x0b
    09:31:25.370 | dataField    : "02:01:06:07:FF:4C:00:10:02:0B:00"
    09:31:25.370 --
    09:31:25.375 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.379 Incoming Dump:
    09:31:25.379     0000: 04 ff 28 0d 06 00 03 00                         ..(.....
    09:31:25.379 Incoming Dump:
    09:31:25.379     0000: 12 6a 3e 9a b8 40 ac 1b                         .j>..@..
    09:31:25.380 Incoming Dump:
    09:31:25.380     0000: 1a ff 4c 00 02 15 50 76                         ..L...Pv
    09:31:25.380 Incoming Dump:
    09:31:25.380     0000: 5c b7 d9 ea 4e 21 99 a4                         \...N!..
    09:31:25.381 Incoming Dump:
    09:31:25.381     0000: fa 87 96 13 a4 92 ef 88                         ........
    09:31:25.382 Incoming Dump:
    09:31:25.382     0000: ef 2f ce                                        ./.
    09:31:25.387 --
    09:31:25.387 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.393 Parameters:
    09:31:25.393 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.393 | Status       : 0x00 (SUCCESS)
    09:31:25.393 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:25.393 | addrType     : 0x00 (ADDRTYPE_PUBLIC)
    09:31:25.393 | addr         : "40:B8:9A:3E:6A:12"
    09:31:25.393 | rssi         : -84
    09:31:25.393 | dataLen      : 0x1b
    09:31:25.393 | dataField    : "1A:FF:4C:00:02:15:50:76:5C:B7:D9:EA:4E:21:99:A4:FA:87:96:13:A4:92:EF:88:EF:2F:CE"
    09:31:25.393 --
    09:31:25.399 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.592 Incoming Dump:
    09:31:25.593     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:25.593 Incoming Dump:
    09:31:25.593     0000: 1e 83 df 3d 8d 25 a9 1f                         ...=.%..
    09:31:25.593 Incoming Dump:
    09:31:25.593     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:25.594 Incoming Dump:
    09:31:25.594     0000: 76 f7 3d a8 0e 56 58 83                         v.=..VX.
    09:31:25.594 Incoming Dump:
    09:31:25.594     0000: e8 d6 bc a2 62 37 d4 57                         ....b7.W
    09:31:25.596 Incoming Dump:
    09:31:25.596     0000: c9 2c f8 00 c2 56 e3                            .,...V.
    09:31:25.618 --
    09:31:25.618 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.633 Parameters:
    09:31:25.633 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.633 | Status       : 0x00 (SUCCESS)
    09:31:25.633 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:25.633 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.633 | addr         : "25:8D:3D:DF:83:1E"
    09:31:25.633 | rssi         : -87
    09:31:25.633 | dataLen      : 0x1f
    09:31:25.633 | dataField    : "1E:FF:06:00:01:09:20:00:76:F7:3D:A8:0E:56:58:83:E8:D6:BC:A2:62:37:D4:57:C9:2C:F8:00:C2:56:E3"
    09:31:25.633 --
    09:31:25.634 Incoming Dump:
    09:31:25.634     0000: 04 ff 1b 0d 06 00 00 01 bf a8 43 93 ad 74 b2 0e ..........C..t..
    09:31:25.634     0010: 02 01 1a 0a ff 4c 00 10 05 0a 10 dd 8d c3       .....L........
    09:31:25.644 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.646 --
    09:31:25.646 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.656 Parameters:
    09:31:25.656 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.656 | Status       : 0x00 (SUCCESS)
    09:31:25.656 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    09:31:25.656 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.656 | addr         : "74:AD:93:43:A8:BF"
    09:31:25.656 | rssi         : -78
    09:31:25.656 | dataLen      : 0x0e
    09:31:25.656 | dataField    : "02:01:1A:0A:FF:4C:00:10:05:0A:10:DD:8D:C3"
    09:31:25.656 --
    09:31:25.662 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.758 Incoming Dump:
    09:31:25.758     0000: 04 ff 24 0d 06 00 00 01                         ..$.....
    09:31:25.758 Incoming Dump:
    09:31:25.758     0000: 40 a5 1b 07 f2 51 b3 17                         @....Q..
    09:31:25.758 Incoming Dump:
    09:31:25.758     0000: 02 01 06 13 ff 4c 00 0c                         .....L..
    09:31:25.759 Incoming Dump:
    09:31:25.759     0000: 0e 00 9a 07 f8 dd 37 d0                         ......7.
    09:31:25.761 Incoming Dump:
    09:31:25.761     0000: 6e 74 78 ec 1b cb 9a                            ntx....
    09:31:25.782 --
    09:31:25.782 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.800 Parameters:
    09:31:25.800 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.800 | Status       : 0x00 (SUCCESS)
    09:31:25.800 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    09:31:25.800 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.800 | addr         : "51:F2:07:1B:A5:40"
    09:31:25.800 | rssi         : -77
    09:31:25.800 | dataLen      : 0x17
    09:31:25.800 | dataField    : "02:01:06:13:FF:4C:00:0C:0E:00:9A:07:F8:DD:37:D0:6E:74:78:EC:1B:CB:9A"
    09:31:25.800 --
    09:31:25.811 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.818 Incoming Dump:
    09:31:25.818     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:25.818 Incoming Dump:
    09:31:25.818     0000: a5 59 1c db d5 7a bb 0e                         .Y...z..
    09:31:25.819 Incoming Dump:
    09:31:25.819     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    09:31:25.820 Incoming Dump:
    09:31:25.820     0000: 05 01 90 1a bf c7                               ......
    09:31:25.828 --
    09:31:25.828 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.836 Parameters:
    09:31:25.836 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.836 | Status       : 0x00 (SUCCESS)
    09:31:25.836 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    09:31:25.836 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.836 | addr         : "7A:D5:DB:1C:59:A5"
    09:31:25.836 | rssi         : -69
    09:31:25.836 | dataLen      : 0x0e
    09:31:25.836 | dataField    : "02:01:1A:0A:FF:4C:00:10:05:01:90:1A:BF:C7"
    09:31:25.836 --
    09:31:25.845 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.886 Incoming Dump:
    09:31:25.886     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:25.887 Incoming Dump:
    09:31:25.887     0000: cd 3b 15 1d 12 33 a8 1f                         .;...3..
    09:31:25.887 Incoming Dump:
    09:31:25.887     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:25.888 Incoming Dump:
    09:31:25.888     0000: c4 e5 93 6d 5d b6 0f 1a                         ...m]...
    09:31:25.889 Incoming Dump:
    09:31:25.889     0000: b7 9a 14 5c 01 a3 2f 04                         ...\../.
    09:31:25.890 Incoming Dump:
    09:31:25.890     0000: ee 43 40 38 89 3f 39                            .C@8.?9
    09:31:25.898 --
    09:31:25.898 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.906 Parameters:
    09:31:25.906 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.906 | Status       : 0x00 (SUCCESS)
    09:31:25.906 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:25.906 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.906 | addr         : "33:12:1D:15:3B:CD"
    09:31:25.906 | rssi         : -88
    09:31:25.906 | dataLen      : 0x1f
    09:31:25.906 | dataField    : "1E:FF:06:00:01:09:20:00:C4:E5:93:6D:5D:B6:0F:1A:B7:9A:14:5C:01:A3:2F:04:EE:43:40:38:89:3F:39"
    09:31:25.906 --
    09:31:25.914 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:25.967 Incoming Dump:
    09:31:25.967     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:25.967 Incoming Dump:
    09:31:25.967     0000: d5 c3 04 dd bf 6a a7 0e 02 01 1a 0a ff 4c 00 10 .....j.......L..
    09:31:25.969 Incoming Dump:
    09:31:25.969     0000: 05 0b 10 02 e5 2a                               .....*
    09:31:25.988 --
    09:31:25.988 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:25.996 Parameters:
    09:31:25.996 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:25.996 | Status       : 0x00 (SUCCESS)
    09:31:25.996 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    09:31:25.996 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:25.996 | addr         : "6A:BF:DD:04:C3:D5"
    09:31:25.996 | rssi         : -89
    09:31:25.996 | dataLen      : 0x0e
    09:31:25.996 | dataField    : "02:01:1A:0A:FF:4C:00:10:05:0B:10:02:E5:2A"
    09:31:25.996 --
    09:31:26.004 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:26.077 Incoming Dump:
    09:31:26.077     0000: 04 ff 2b 0d 06 00 03 01                         ..+.....
    09:31:26.078 Incoming Dump:
    09:31:26.078     0000: 8d 3e a1 23 07 10 bc 1e                         .>.#....
    09:31:26.078 Incoming Dump:
    09:31:26.078     0000: 02 01 04 1a ff 4c 00 02                         .....L..
    09:31:26.079 Incoming Dump:
    09:31:26.079     0000: 15 44 57 61 22 37 18 4b                         .DWa"7.K
    09:31:26.080 Incoming Dump:
    09:31:26.080     0000: 96 bc 85 cb 1c 44 ac bb                         .....D..
    09:31:26.081 Incoming Dump:
    09:31:26.081     0000: 0b 00 03 3e 8d c5                               ...>..
    09:31:26.089 --
    09:31:26.089 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:26.097 Parameters:
    09:31:26.097 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:26.097 | Status       : 0x00 (SUCCESS)
    09:31:26.097 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:26.097 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:26.097 | addr         : "10:07:23:A1:3E:8D"
    09:31:26.097 | rssi         : -68
    09:31:26.097 | dataLen      : 0x1e
    09:31:26.097 | dataField    : "02:01:04:1A:FF:4C:00:02:15:44:57:61:22:37:18:4B:96:BC:85:CB:1C:44:AC:BB:0B:00:03:3E:8D:C5"
    09:31:26.097 --
    09:31:26.106 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:26.182 Incoming Dump:
    09:31:26.182     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:26.182 Incoming Dump:
    09:31:26.182     0000: 00 93 22 f6 7f 34 a2 1f                         .."..4..
    09:31:26.183 Incoming Dump:
    09:31:26.183     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:26.183 Incoming Dump:
    09:31:26.183     0000: 26 03 78 96 18 22 60 b6                         &.x.."`.
    09:31:26.184 Incoming Dump:
    09:31:26.184     0000: e5 df fc 9d 34 c4 ca 21                         ....4..!
    09:31:26.186 Incoming Dump:
    09:31:26.186     0000: b6 fd cb 94 f4 61 ab                            .....a.
    09:31:26.206 --
    09:31:26.206 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:26.224 Parameters:
    09:31:26.224 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:26.224 | Status       : 0x00 (SUCCESS)
    09:31:26.224 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:26.224 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:26.224 | addr         : "34:7F:F6:22:93:00"
    09:31:26.224 | rssi         : -94
    09:31:26.224 | dataLen      : 0x1f
    09:31:26.224 | dataField    : "1E:FF:06:00:01:09:20:00:26:03:78:96:18:22:60:B6:E5:DF:FC:9D:34:C4:CA:21:B6:FD:CB:94:F4:61:AB"
    09:31:26.224 --
    09:31:26.232 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:26.454 Incoming Dump:
    09:31:26.454     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:26.455 Incoming Dump:
    09:31:26.455     0000: 78 27 61 0c 2c 5c b2 0e                         x'a.,\..
    09:31:26.455 Incoming Dump:
    09:31:26.455     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    09:31:26.457 Incoming Dump:
    09:31:26.457     0000: 05 0a 10 1e 6b dd                               ....k.
    09:31:26.473 --
    09:31:26.473 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:26.485 Parameters:
    09:31:26.485 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:26.485 | Status       : 0x00 (SUCCESS)
    09:31:26.485 | eventTypes   : 0x00 (GAP_ADRPT_ADV_IND - Connectable undirected)
    09:31:26.485 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:26.485 | addr         : "5C:2C:0C:61:27:78"
    09:31:26.485 | rssi         : -78
    09:31:26.485 | dataLen      : 0x0e
    09:31:26.485 | dataField    : "02:01:1A:0A:FF:4C:00:10:05:0A:10:1E:6B:DD"
    09:31:26.485 --
    09:31:26.496 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:27.135 Incoming Dump:
    09:31:27.135     0000: 04 ff 2b 0d 06 00 03 01                         ..+.....
    09:31:27.135 Incoming Dump:
    09:31:27.136     0000: 9a 3e a1 23 07 10 be 1e                         .>.#....
    09:31:27.136 Incoming Dump:
    09:31:27.136     0000: 02 01 04 1a ff 4c 00 02                         .....L..
    09:31:27.136 Incoming Dump:
    09:31:27.136     0000: 15 44 57 61 22 37 18 4b                         .DWa"7.K
    09:31:27.137 Incoming Dump:
    09:31:27.137     0000: 96 bc 85 cb 1c 44 ac bb                         .....D..
    09:31:27.139 Incoming Dump:
    09:31:27.139     0000: 0b 00 03 3e 9a c5                               ...>..
    09:31:27.158 --
    09:31:27.158 Packet "HCI_Vendor_Specific_Event", Opcode 0x00ff
    09:31:27.169 Parameters:
    09:31:27.169 | Event Opcode : 0x060d (GAP_DeviceInformation)
    09:31:27.169 | Status       : 0x00 (SUCCESS)
    09:31:27.169 | eventTypes   : 0x03 (GAP_ADRPT_ADV_NONCONN_IND - Non-Connectable undirected)
    09:31:27.169 | addrType     : 0x01 (ADDRTYPE_RANDOM)
    09:31:27.169 | addr         : "10:07:23:A1:3E:9A"
    09:31:27.169 | rssi         : -66
    09:31:27.169 | dataLen      : 0x1e
    09:31:27.169 | dataField    : "02:01:04:1A:FF:4C:00:02:15:44:57:61:22:37:18:4B:96:BC:85:CB:1C:44:AC:BB:0B:00:03:3E:9A:C5"
    09:31:27.169 --
    09:31:27.180 Event ignored while sleeping: HCI_Vendor_Specific_Event (0xff)
    09:31:27.258 Incoming Dump:
    09:31:27.258     0000: 00 40 00 20 19 e6 00 00                         .@. ....
    09:31:27.278 Incoming Dump:
    09:31:27.278     0000: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
    09:31:27.278     0010: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
    09:31:27.278     0020: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
    09:31:27.278     0030: 3f c9 01 10 2d e9 fe 4f                         ?...-..O
    09:31:27.278 Incoming Dump:
    09:31:27.278     0000: 04 46 e0 48 00 21 2c 22 34 30 07 46 0c f0 60 f9 .F.H.!,"40.F..`.
    09:31:27.278     0010: 00 20 02 90 20 78 a0 38 00 f0 fb 83 80 1e 00 f0 . .. x.8........
    09:31:27.278     0020: d0 83 0e 38 00 f0 cc 82 12 38 00 f0 88 82 0e 38 ...8.....8.....8
    09:31:27.278     0030: 40 f0 31 84 a0 78 02 9d 11 28 a8 46 00 f2 7d    @.1..x...(.F..}
    09:31:27.406 --
    09:31:27.406 Packet "GAP_DeviceDiscoveryRequest", Opcode 0xfe04
    09:31:27.406 Parameters:
    09:31:27.406 | mode       : 3 (DEVDISC_MODE_ALL)
    09:31:27.406 | activeScan : 0 (Disabled)
    09:31:27.406 | whiteList  : 0 (DEVDISC_POLICY_ALL)
    09:31:27.406 --
    09:31:27.406 Outgoing Dump:
    09:31:27.406     0000: 01 04 fe 03 03 00 00                            .......
    09:31:27.410 Incoming Dump:
    09:31:27.410     0000: 04 ff 06 7f 06 00 04 fe                         ........
    09:31:27.410 Incoming Dump:
    09:31:27.410     0000: 00                                              .
    09:31:27.468 Incoming Dump:
    09:31:27.468     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:27.469 Incoming Dump:
    09:31:27.469     0000: 1e 83 df 3d 8d 25 ac 1f                         ...=.%..
    09:31:27.469 Incoming Dump:
    09:31:27.469     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:27.470 Incoming Dump:
    09:31:27.470     0000: 76 f7 3d a8 0e 56 58 83                         v.=..VX.
    09:31:27.471 Incoming Dump:
    09:31:27.471     0000: e8 d6 bc a2 62 37 d4 57                         ....b7.W
    09:31:27.472 Incoming Dump:
    09:31:27.472     0000: c9 2c f8 00 c2 56 e3                            .,...V.
    09:31:27.504 Incoming Dump:
    09:31:27.504     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:27.505 Incoming Dump:
    09:31:27.505     0000: a7 81 eb 2d 3b 15 a9 1f                         ...-;...
    09:31:27.505 Incoming Dump:
    09:31:27.505     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:27.506 Incoming Dump:
    09:31:27.506     0000: 87 e0 d6 b8 93 69 c9 be                         .....i..
    09:31:27.507 Incoming Dump:
    09:31:27.507     0000: 37 e2 9e 2b da 7f 56 5b                         7..+..V[
    09:31:27.508 Incoming Dump:
    09:31:27.508     0000: 3a a7 fd c9 76 a7 9c                            :...v..
    09:31:27.526 Incoming Dump:
    09:31:27.526     0000: 04 ff 2b 0d 06 00 03 00                         ..+.....
    09:31:27.527 Incoming Dump:
    09:31:27.527     0000: 12 6a 3e 9a b8 40 b6 1e                         .j>..@..
    09:31:27.527 Incoming Dump:
    09:31:27.527     0000: 1d ff 2d 01 02 00 01 10                         ..-.....
    09:31:27.528 Incoming Dump:
    09:31:27.528     0000: 3f 53 66 f7 a1 66 47 3a                         ?Sf..fG:
    09:31:27.529 Incoming Dump:
    09:31:27.529     0000: b1 ac db b7 a3 7b 37 da                         .....{7.
    09:31:27.530 Incoming Dump:
    09:31:27.530     0000: f7 37 5a 41 01 7d                               .7ZA.}
    09:31:27.562 Incoming Dump:
    09:31:27.562     0000: 04 ff 18 0d 06 00 00 00                         ........
    09:31:27.563 Incoming Dump:
    09:31:27.563     0000: 99 92 a1 08 03 60 b3                            .....`.
    09:31:27.564 --
    09:31:27.564 Packet "se", Opcode 0x0046
    09:31:27.564 Parameters:
    09:31:27.564 | Layer        : 0x04
    09:31:27.564 | Event Opcode : 0x46
    09:31:27.564 | Length       : 0xe0
    09:31:27.564 | Payload      : "48:00:21:2C:22:34:30:07:46:0C:F0:60:F9:00:20:02:90:20:78:A0:38:00:F0:FB:83:80:1E:00:F0:D0:83:0E:38:00:F0:CC:82:12:38:00:F0:88:82:0E:38:40:F0:31:84:A0:78:02:9D:11:28:A8:46:00:F2:7D:04:FF:06:7F:06:00:04:FE:00:04:FF:2C:0D:06:00:03:01:1E:83:DF:3D:8D:25:AC:1F:1E:FF:06:00:01:09:20:00:76:F7:3D:A8:0E:56:58:83:E8:D6:BC:A2:62:37:D4:57:C9:2C:F8:00:C2:56:E3:04:FF:2C:0D:06:00:03:01:A7:81:EB:2D:3B:15:A9:1F:1E:FF:06:00:01:09:20:00:87:E0:D6:B8:93:69:C9:BE:37:E2:9E:2B:DA:7F:56:5B:3A:A7:FD:C9:76:A7:9C:04:FF:2B:0D:06:00:03:00:12:6A:3E:9A:B8:40:B6:1E:1D:FF:2D:01:02:00:01:10:3F:53:66:F7:A1:66:47:3A:B1:AC:DB:B7:A3:7B:37:DA:F7:37:5A:41:01:7D:04:FF:18:0D:06:00:00:00:99:92:A1:08:03:60:B3"
    09:31:27.564 --
    09:31:27.564 ERROR - File: "C:\Users\mt03054\Downloads\7411.switch_central_peripheral_script.txt", Line: 52
    09:31:27.564 ERROR - Event Mismatch. Expected: HCI_Vendor_Specific_Event, Got: se
    09:31:27.564 ERRORed Line (52): Wait_HCI_Vendor_Specific_Event , 0x067F, 0x00, 0xFE04,
    09:31:27.564 Incoming Dump:
    09:31:27.564     0000: 0b                                              .
    09:31:27.564 --
    09:31:27.564 *** Script End ***
    09:31:27.564 --
    09:31:27.565 Incoming Dump:
    09:31:27.565     0000: 02 01 06 07 ff 4c 00 10 02 0b 00                .....L.....
    09:31:27.710 Incoming Dump:
    09:31:27.710     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:27.711 Incoming Dump:
    09:31:27.711     0000: a5 59 1c db d5 7a bb 0e                         .Y...z..
    09:31:27.712 Incoming Dump:
    09:31:27.712     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    09:31:27.712 Incoming Dump:
    09:31:27.712     0000: 05 01 90 1a bf c7                               ......
    09:31:27.756 Incoming Dump:
    09:31:27.756     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:27.757 Incoming Dump:
    09:31:27.757     0000: cd 3b 15 1d 12 33 a7 1f                         .;...3..
    09:31:27.758 Incoming Dump:
    09:31:27.758     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:27.758 Incoming Dump:
    09:31:27.759     0000: c4 e5 93 6d 5d b6 0f 1a                         ...m]...
    09:31:27.759 Incoming Dump:
    09:31:27.759     0000: b7 9a 14 5c 01 a3 2f 04                         ...\../.
    09:31:27.760 Incoming Dump:
    09:31:27.760     0000: ee 43 40 38 89 3f 39                            .C@8.?9
    09:31:27.777 Incoming Dump:
    09:31:27.777     0000: 04 ff 24 0d 06 00 00 01                         ..$.....
    09:31:27.778 Incoming Dump:
    09:31:27.778     0000: 40 a5 1b 07 f2 51 bc 17                         @....Q..
    09:31:27.779 Incoming Dump:
    09:31:27.779     0000: 02 01 06 13 ff 4c 00 0c                         .....L..
    09:31:27.780 Incoming Dump:
    09:31:27.780     0000: 0e 00 9a 07 f8 dd 37 d0                         ......7.
    09:31:27.780 Incoming Dump:
    09:31:27.780     0000: 6e 74 78 ec 1b cb 9a                            ntx....
    09:31:27.812 Incoming Dump:
    09:31:27.812     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:27.812 Incoming Dump:
    09:31:27.812     0000: 63 47 1c b8 21 20 b2 1f                         cG..! ..
    09:31:27.813 Incoming Dump:
    09:31:27.813     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:27.814 Incoming Dump:
    09:31:27.814     0000: d2 7e ea 1b a2 b0 47 8e                         .~....G.
    09:31:27.814 Incoming Dump:
    09:31:27.814     0000: 1b 78 81 e7 19 ba 96 8d                         .x......
    09:31:27.815 Incoming Dump:
    09:31:27.815     0000: ff 81 c8 34 9c 54 0d                            ...4.T.
    09:31:27.854 Incoming Dump:
    09:31:27.854     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:27.855 Incoming Dump:
    09:31:27.855     0000: d6 9b 0c a2 a8 3f ae 1f                         .....?..
    09:31:27.855 Incoming Dump:
    09:31:27.855     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:27.856 Incoming Dump:
    09:31:27.856     0000: 36 a6 35 51 96 bf fa 38                         6.5Q...8
    09:31:27.857 Incoming Dump:
    09:31:27.857     0000: 56 6d 7c 5f 42 6f 82 bf                         Vm|_Bo..
    09:31:27.858 Incoming Dump:
    09:31:27.858     0000: fc e1 90 76 fb d2 2d                            ...v..-
    09:31:28.048 Incoming Dump:
    09:31:28.048     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:28.049 Incoming Dump:
    09:31:28.049     0000: bf a8 43 93 ad 74 b2 0e                         ..C..t..
    09:31:28.050 Incoming Dump:
    09:31:28.050     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    09:31:28.050 Incoming Dump:
    09:31:28.050     0000: 05 0a 10 dd 8d c3                               ......
    09:31:28.078 Incoming Dump:
    09:31:28.078     0000: 04 ff 2b 0d 06 00 03 01                         ..+.....
    09:31:28.078 Incoming Dump:
    09:31:28.078     0000: 8d 3e a1 23 07 10 af 1e                         .>.#....
    09:31:28.079 Incoming Dump:
    09:31:28.079     0000: 02 01 04 1a ff 4c 00 02                         .....L..
    09:31:28.080 Incoming Dump:
    09:31:28.080     0000: 15 44 57 61 22 37 18 4b                         .DWa"7.K
    09:31:28.080 Incoming Dump:
    09:31:28.080     0000: 96 bc 85 cb 1c 44 ac bb                         .....D..
    09:31:28.081 Incoming Dump:
    09:31:28.081     0000: 0b 00 03 3e 8d c5                               ...>..
    09:31:28.135 Incoming Dump:
    09:31:28.135     0000: 04 ff 2b 0d 06 00 03 01                         ..+.....
    09:31:28.135 Incoming Dump:
    09:31:28.135     0000: 9a 3e a1 23 07 10 be 1e                         .>.#....
    09:31:28.136 Incoming Dump:
    09:31:28.136     0000: 02 01 04 1a ff 4c 00 02                         .....L..
    09:31:28.137 Incoming Dump:
    09:31:28.137     0000: 15 44 57 61 22 37 18 4b                         .DWa"7.K
    09:31:28.137 Incoming Dump:
    09:31:28.137     0000: 96 bc 85 cb 1c 44 ac bb                         .....D..
    09:31:28.138 Incoming Dump:
    09:31:28.138     0000: 0b 00 03 3e 9a c5                               ...>..
    09:31:28.346 Incoming Dump:
    09:31:28.346     0000: 04 ff 2c 0d 06 00 00 01                         ..,.....
    09:31:28.347 Incoming Dump:
    09:31:28.347     0000: 11 3f 14 77 0a db aa 1f                         .?.w....
    09:31:28.347 Incoming Dump:
    09:31:28.347     0000: 02 01 06 1b ff 57 01 00                         .....W..
    09:31:28.348 Incoming Dump:
    09:31:28.348     0000: d9 e5 70 a2 c4 20 ed 6f                         ..p.. .o
    09:31:28.349 Incoming Dump:
    09:31:28.349     0000: 2b c8 bf e1 1b d3 d5 e4                         +.......
    09:31:28.350 Incoming Dump:
    09:31:28.350     0000: 02 db 0a 77 14 3f 11                            ...w.?.
    09:31:28.352 Incoming Dump:
    09:31:28.352     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:28.353 Incoming Dump:
    09:31:28.353     0000: 78 27 61 0c 2c 5c b2 0e                         x'a.,\..
    09:31:28.353 Incoming Dump:
    09:31:28.354     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    09:31:28.354 Incoming Dump:
    09:31:28.354     0000: 05 0a 10 1e 6b dd                               ....k.
    09:31:28.909 Incoming Dump:
    09:31:28.909     0000: 04 ff 2c 0d 06 00 03 01                         ..,.....
    09:31:28.909 Incoming Dump:
    09:31:28.909     0000: 00 93 22 f6 7f 34 a1 1f                         .."..4..
    09:31:28.910 Incoming Dump:
    09:31:28.910     0000: 1e ff 06 00 01 09 20 00                         ...... .
    09:31:28.911 Incoming Dump:
    09:31:28.911     0000: 26 03 78 96 18 22 60 b6                         &.x.."`.
    09:31:28.911 Incoming Dump:
    09:31:28.911     0000: e5 df fc 9d 34 c4 ca 21                         ....4..!
    09:31:28.912 Incoming Dump:
    09:31:28.912     0000: b6 fd cb 94 f4 61 ab                            .....a.
    09:31:29.110 Incoming Dump:
    09:31:29.110     0000: 04 ff 1b 0d 06 00 00 01                         ........
    09:31:29.110 Incoming Dump:
    09:31:29.110     0000: d5 c3 04 dd bf 6a a8 0e                         .....j..
    09:31:29.111 Incoming Dump:
    09:31:29.111     0000: 02 01 1a 0a ff 4c 00 10                         .....L..
    09:31:29.112 Incoming Dump:
    09:31:29.112     0000: 05 0b 10 02 e5 2a                               .....*
    09:31:29.409 Incoming Dump:
    09:31:29.409     0000: 04 ff 84 01 06 00 10 03                         ........
    09:31:29.410 Incoming Dump:
    09:31:29.410     0000: 01 1e 83 df 3d 8d 25 03                         ....=.%.
    09:31:29.410 Incoming Dump:
    09:31:29.410     0000: 01 a7 81 eb 2d 3b 15 03                         ....-;..
    09:31:29.411 Incoming Dump:
    09:31:29.411     0000: 00 12 6a 3e 9a b8 40 00                         ..j>..@.
    09:31:29.412 Incoming Dump:
    09:31:29.412     0000: 00 99 92 a1 08 03 60 00                         ......`.
    09:31:29.413 Incoming Dump:
    09:31:29.413     0000: 01 a5 59 1c db d5 7a 03                         ..Y...z.
    09:31:29.413 Incoming Dump:
    09:31:29.413     0000: 01 cd 3b 15 1d 12 33 00                         ..;...3.
    09:31:29.414 Incoming Dump:
    09:31:29.414     0000: 01 40 a5 1b 07 f2 51 03                         .@....Q.
    09:31:29.415 Incoming Dump:
    09:31:29.415     0000: 01 63 47 1c b8 21 20 03                         .cG..! .
    09:31:29.415 Incoming Dump:
    09:31:29.415     0000: 01 d6 9b 0c a2 a8 3f 00                         ......?.
    09:31:29.416 Incoming Dump:
    09:31:29.416     0000: 01 bf a8 43 93 ad 74 03                         ...C..t.
    09:31:29.417 Incoming Dump:
    09:31:29.417     0000: 01 8d 3e a1 23 07 10 03                         ..>.#...
    09:31:29.417 Incoming Dump:
    09:31:29.417     0000: 01 9a 3e a1 23 07 10 00                         ..>.#...
    09:31:29.418 Incoming Dump:
    09:31:29.418     0000: 01 11 3f 14 77 0a db 00                         ..?.w...
    09:31:29.419 Incoming Dump:
    09:31:29.419     0000: 01 78 27 61 0c 2c 5c 03                         .x'a.,\.
    09:31:29.419 Incoming Dump:
    09:31:29.419     0000: 01 00 93 22 f6 7f 34 00                         ..."..4.
    09:31:29.420 Incoming Dump:
    09:31:29.420     0000: 01 d5 c3 04 dd bf 6a                            ......j
    

    09:31:27.258 Incoming Dump:
    09:31:27.258 0000: 00 40 00 20 19 e6 00 00 .@. ....
    09:31:27.278 Incoming Dump:
    09:31:27.278 0000: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
    09:31:27.278 0010: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
    09:31:27.278 0020: 01 c9 01 10 01 c9 01 10 01 c9 01 10 01 c9 01 10 ................
    09:31:27.278 0030: 3f c9 01 10 2d e9 fe 4f ?...-..O
    09:31:27.278 Incoming Dump:
    09:31:27.278 0000: 04 46 e0 48 00 21 2c 22 34 30 07 46 0c f0 60 f9 .F.H.!,"40.F..`.
    09:31:27.278 0010: 00 20 02 90 20 78 a0 38 00 f0 fb 83 80 1e 00 f0 . .. x.8........
    09:31:27.278 0020: d0 83 0e 38 00 f0 cc 82 12 38 00 f0 88 82 0e 38 ...8.....8.....8
    09:31:27.278 0030: 40 f0 31 84 a0 78 02 9d 11 28 a8 46 00 f2 7d @.1..x...(.F..}
    09:31:27.406 --
    09:31:27.406 Packet "GAP_DeviceDiscoveryRequest", Opcode 0xfe04
    09:31:27.406 Parameters:
    09:31:27.406 | mode : 3 (DEVDISC_MODE_ALL)
    09:31:27.406 | activeScan : 0 (Disabled)
    09:31:27.406 | whiteList : 0 (DEVDISC_POLICY_ALL)
    09:31:27.406 --
    09:31:27.406 Outgoing Dump:
    09:31:27.406 0000: 01 04 fe 03 03 00 00 .......
    09:31:27.410 Incoming Dump:
    09:31:27.410 0000: 04 ff 06 7f 06 00 04 fe ........
    09:31:27.410 Incoming Dump:
    09:31:27.410 0000: 00 .
    09:31:27.468 Incoming Dump:
    09:31:27.468 0000: 04 ff 2c 0d 06 00 03 01 ..,.....
    09:31:27.469 Incoming Dump:
    09:31:27.469 0000: 1e 83 df 3d 8d 25 ac 1f ...=.%..
    09:31:27.469 Incoming Dump:
    09:31:27.469 0000: 1e ff 06 00 01 09 20 00 ...... .
    09:31:27.470 Incoming Dump:
    09:31:27.470 0000: 76 f7 3d a8 0e 56 58 83 v.=..VX.
    09:31:27.471 Incoming Dump:
    09:31:27.471 0000: e8 d6 bc a2 62 37 d4 57 ....b7.W
    09:31:27.472 Incoming Dump:
    09:31:27.472 0000: c9 2c f8 00 c2 56 e3 .,...V.
    09:31:27.504 Incoming Dump:
    09:31:27.504 0000: 04 ff 2c 0d 06 00 03 01 ..,.....
    09:31:27.505 Incoming Dump:
    09:31:27.505 0000: a7 81 eb 2d 3b 15 a9 1f ...-;...
    09:31:27.505 Incoming Dump:
    09:31:27.505 0000: 1e ff 06 00 01 09 20 00 ...... .
    09:31:27.506 Incoming Dump:
    09:31:27.506 0000: 87 e0 d6 b8 93 69 c9 be .....i..
    09:31:27.507 Incoming Dump:
    09:31:27.507 0000: 37 e2 9e 2b da 7f 56 5b 7..+..V[
    09:31:27.508 Incoming Dump:
    09:31:27.508 0000: 3a a7 fd c9 76 a7 9c :...v..
    09:31:27.526 Incoming Dump:
    09:31:27.526 0000: 04 ff 2b 0d 06 00 03 00 ..+.....
    09:31:27.527 Incoming Dump:
    09:31:27.527 0000: 12 6a 3e 9a b8 40 b6 1e .j>..@..
    09:31:27.527 Incoming Dump:
    09:31:27.527 0000: 1d ff 2d 01 02 00 01 10 ..-.....
    09:31:27.528 Incoming Dump:
    09:31:27.528 0000: 3f 53 66 f7 a1 66 47 3a ?Sf..fG:
    09:31:27.529 Incoming Dump:
    09:31:27.529 0000: b1 ac db b7 a3 7b 37 da .....{7.
    09:31:27.530 Incoming Dump:
    09:31:27.530 0000: f7 37 5a 41 01 7d .7ZA.}
    09:31:27.562 Incoming Dump:
    09:31:27.562 0000: 04 ff 18 0d 06 00 00 00 ........
    09:31:27.563 Incoming Dump:
    09:31:27.563 0000: 99 92 a1 08 03 60 b3 .....`.
    09:31:27.564 --
    09:31:27.564 Packet "se", Opcode 0x0046
    09:31:27.564 Parameters:
    09:31:27.564 | Layer : 0x04
    09:31:27.564 | Event Opcode : 0x46
    09:31:27.564 | Length : 0xe0
    09:31:27.564 | Payload : "48:00:21:2C:22:34:30:07:46:0C:F0:60:F9:00:20:02:90:20:78:A0:38:00:F0:FB:83:80:1E:00:F0:D0:83:0E:38:00:F0:CC:82:12:38:00:F0:88:82:0E:38:40:F0:31:84:A0:78:02:9D:11:28:A8:46:00:F2:7D:04:FF:06:7F:06:00:04:FE:00:04:FF:2C:0D:06:00:03:01:1E:83:DF:3D:8D:25:AC:1F:1E:FF:06:00:01:09:20:00:76:F7:3D:A8:0E:56:58:83:E8:D6:BC:A2:62:37:D4:57:C9:2C:F8:00:C2:56:E3:04:FF:2C:0D:06:00:03:01:A7:81:EB:2D:3B:15:A9:1F:1E:FF:06:00:01:09:20:00:87:E0:D6:B8:93:69:C9:BE:37:E2:9E:2B:DA:7F:56:5B:3A:A7:FD:C9:76:A7:9C:04:FF:2B:0D:06:00:03:00:12:6A:3E:9A:B8:40:B6:1E:1D:FF:2D:01:02:00:01:10:3F:53:66:F7:A1:66:47:3A:B1:AC:DB:B7:A3:7B:37:DA:F7:37:5A:41:01:7D:04:FF:18:0D:06:00:00:00:99:92:A1:08:03:60:B3"
    09:31:27.564 --

    JXS suggested that I could take logic analyzer traces of the UART lines.

    But I don't know how to check the signal because I am not sure when this issue will appear.

  • Hi Vicky,

    I ran the script for a while and was unable to reproduce the issue. Instead the script failed with the attached log.

    It seems there may be some variability in the script.

    In any case it appears that the HCI command parser on the HCI tester tool has encountered one of the following situations

    1. It received a malformed message from the device

    2. It received a valid message from the device but had an error while parsing it on the PC side.

    To better help you resolve the issue, I have the following suggestions/questions

    - Is the device responsive at this time? Is it able to continue advertising and scanning?

    - Attach to a running target and ensure that no exceptions have occurs, runtime stack overflows, or heap allocation failures

    - Please attach a logic analyzer capture that JXS requested, even though the filsize may become large, most modern analyzers have a way to segment to multiple files or put a cap on file size, be sure to use the lowest acceptable resolution to capture the data.

    The logic capture is essential in discerning whether the issue is caused by #1 or #2 above.

    failed_log.htm