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.

CC2652R: Missing GAP_LINK_TERMINATED_EVENT (Host Test)

Part Number: CC2652R
Other Parts Discussed in Thread: , SYSCONFIG

Host Test application is loaded on CC2651R1 chip and configured as simple server. An android BLE App connects as client and stays for ever. But iPhone app connects and stays in connection for 10-12 minutes  then disconnects. We don't have access to the iPhone source code. Host test app (BLE server) does not send any disconnect event to the host application.

If we disconnect manually with iPhone app, then Host Test application sends the disconnect event but never sends the disconnect event when it disconnects automatically after 10-12 mins. Using the CC2440 usb sniffer, we could capture only until the connection request from iPhone. After that sniffer looses the tracking. No encryption commands are used for the host_test server application from the host.. 

Please help us understand the issue

1) Why we don't get  the disconnect event when using the iPhone APP after 10-15 mins of successful connection? We get the disconnect event when we do the disconnection from iPhone before it disconnects by itself. Android app keep the connection for ever. 

2) Why the sniffer is not tracking iPhone after connection request (logs attached)?  When we connect the same host_test server app using android app, then we can sniff completely. Server does not have any encryption. Just one GATT_AddService and few   GATT_AddAttributes . 

UPDATE:

After iPhone disconnection, i send the command "HCI_EXT_GetConnInfoCmd" to host_test.  I got the reply as, iPhone is in still connection. I turned OFF the BLE form iPhone settings but even after 15 mins, host_test shows, the connection is there. 

Rx: 04 FF 10 20 04 00 20 FC 08 01 00 01 7C 67 5F 30 A0 54 01
Event 0xFC20 Alloc Conns(8) Active Conns(1)

iPhoneConnectsToHostTest.psd  

  • Hi,

    I have assigned an expert to comment on this. In the meantime, could you provide the SDK version you are using?

    Best Regards,

    Jan

  • Thanks, sdk_6_10_00_29

  • Hi Sen,

    Thank you for posting on the E2E forums! I have a couple questions to help us debug this issue.

    1. I am unable to open the .psd file you have provided. What is the software that you used to get the log?

    2. What are the connection parameters you are using for the application?

    Best,

    Nima

  • Thanks Nima,

    I used BTool V1.42.19 

    GapInit_setPhyParam 01 60 FE 04 01 02 50 00            | 80-->100ms (minimum connection interval)
    GapInit_setPhyParam 01 60 FE 04 01 03 C8 00           | 200-->250ms(maximum connection interval)
    GapInit_setPhyParam 01 60 FE 04 01 04 06 00           |6--> (connection latency)
    GapInit_setPhyParam 01 60 FE 04 01 05 40 06           |1600-->16000ms (supervision timeout)

  • Hi Sen,

    I'll continue to do some testing on my end. In the meantime, I would look over the Apple Design Guidelines Section 41.6 as it describes the requirements for their connection parameters. Here is some additional documentation from Apple Technical Q&A QA1931: Using the correct Bluetooth LE Advertising and Connection Parameters for a stable connection (apple.com).

    Please let me know if that helps!

    Best,

    Nima  

  • Thanks Nima.

    As i mentioned, iPhone APP is a black box for us now.

    Question is, why it is disconnecting after 10-15mins, but host_test never sends the disconnect notification. After iPhone disconnect, I disabled the iPhone BLE from settings. The host_test still says there is an active connection with iPhone after 15-30 mins where my supervision timeout is 16seconds (HCI_LEReadRemoteUsedFeatures & HCI_EXT_GetConnInfoCmd both still works after iPhone-BLE is turned off) 

    When the iPhone connection is active,  if i do a disconnect on the iPhone, then host_test send the disconnect event to the host as expected. But not when iPhone disconnects on its own. 

    I guess stack is in weird state, when iPhone disconnects. 

  • Hi Sen,

    I'm looking into this and will update you when I have some more information. In the meantime, what program should I use to open iPhoneConnectsToHostTest.psd that you provided?

    Best,

    Nima

  • Please use: Texas Instruments\SmartRF Packet Sniffer\Packet Sniffer https://www.ti.com/tool/PACKET-SNIFFER

  • Hi Sen,

    I'm still unable to open the file. Do you mind sending it over again?

    Best,

    Nima

  • 2538.iPhoneConnectsToHostTest.psd

    I could still download and open.

  • Hi Sen,

    Thank you and my apologies, I will take a look at it and update you tomorrow with my findings.

    Best,

    Nima

  • Hi Sen,

    My apologies, but I'll need some extra time on this. I will keep you updated.

    Best,

    Nima

  • Hi Sen,

    The packet sniffer does not support BLE-5 packet sniffing, which may be the reason we can't see some of the packets. If you have access to an Ellisys Frontline sniffer I recommend using that to see the BLE-5 packets and sending over that log.

    Some questions in the meantime:

    1. Could you provide a log of an Android device connecting?

    2. Are you interfacing with host_test via BTool, and if you are could you share those logs as well?

    3. Have any modifications been made to host_test?

    Best,

    Nima

  • Hi Nima,

    The host_test is running on CC2652R1 and I believe, it is BLE 4.2. Also, for android, I could sniff completely and attached here.  Not sure, why not for iPhone. Hope you could open my previous attachment, 

    1) Android sniff log is attached. AndroidAppConnectsToHostTest.psd

    2) The host_test running on CC2652R1 chipset. The GATT server is running on the host processor.

    How we can run host_test as server (peripheral device) using btool? any btool script can respond to the request come from client (iPhone app here) such as ATT_READ_BY_GROUP_TYPE_REQ. If you can provide the steps, i can run the server using btool, then i can provide your the logs. 

    3)

    Only change is 

    build_config.opt

    -DGATT_DB_OFF_CHIP
    -DGATT_TEST

  • Hi Sen,

    Thank you for the log it'll be helpful. Here is a thread that explains how to run host_test as a peripheral: (+) LAUNCHXL-CC26X2R1: Setting BLE role in host_test example - Bluetooth forum - Bluetooth®︎ - TI E2E support forums.

    Best,

    Nima

  • Hi Nima,

    That thread does not talk about btool. It was stand alone host_test as peripheral. Please share the details if you know, how to use btool + host_test as peripheral (with DGATT_DB_OFF_CHIP)

  • Hi Sen,

    My apologies for the late response. In build_config.opt (under /TOOLS) add the following line:

    -DHOST_CONFIG=PERIPHERAL_CFG

    After the device has been flashed with the modified host_test, follow the instructions in the link to configure it for btool. Here are the instructions for using BTool. Once in BTool with the device connected run the following commands.

    1. In "Select Device Operation" go to "Advanced Commands."

    2. Under HCI Extended, click on HCIExt_ResetSystemCmd and press the button "Send Command."

    3. Under GAP, click on GAP_DeviceInit, and change the parameters to match the following and then press "Send Command":

    4. Under GAP AE, select GapAdv_create, and press "Send Command."

    5. Under GAP AE, select GapAdv_setParam, and press "Send Command." You can set up advertising related options here as well.

    6. Under GAP AE, select GapAdv_loadData, and press "Send Command."

    7. Lastly, under GAP AE, select GapAdv_enable and press "Send Command." This will enable advertising.

    After these steps, host_test will be configured as a peripheral device and will be advertising and connectable. Please let me know if you run into any issues.

    Best,

    Nima

  • Thanks Nima. I tried this but it does not replicate the exact steps as we needed. This steps do not have any service or char discovery then read write functionality. When iPhone disconnects,  we get the disconnect notification in this simple scenario, after couple of minutes.

    On the other hand, in the original issue, the disconnects happens after 12-15 mins and we dont get any disconnect notification from host_test. Did you get any inside with my logs? 

  • Hi Sen,

    I was able to look at the logs, but they did not provide enough detail for me to debug the issue. If possible, could you give the commands that you need to use so that I can reproduce this issue on my end?

    Best,

    Nima

  • Hi Nima,

    TI CC2652R1
    ble_version: 0.2.37.549 00
    >>> GAP_DeviceInit 01 00 FE 08 0C 00 00 00 00 00 00 00 00
    >>> GapAdv_create 01 3E FE 15 13 00 A0 00 00 A0 00 00 07 00 00 00 00 00 00 00 00 7F 01 01 00 00
    >>> GATT_AddService 01 FC FD 05 00 28 07 00 10
    >>> GATT_AddAttribute 01 FE FD 03 03 28 03
    >>> GATT_AddAttribute 01 FE FD 03 00 2A 03
    >>> GATT_AddAttribute 01 FE FD 03 01 29 03
    >>> GATT_AddAttribute 01 FE FD 03 03 28 03
    >>> GATT_AddAttribute 01 FE FD 03 01 2A 03
    >>> GATT_AddAttribute 01 FE FD 03 02 29 03
    >>> GapAdv_loadData 09 44 FE 19 00 00 00 15 00 02 01 06 11 06 9E CA DC 24 0E E5 A9 E0 93 F3 A3 B5 01 00 40 6E
    >>> GapAdv_loadScanRspData 09 44 FE 23 00 00 01 1F 00 02 0A 00 05 0A 12 50 68 00 15 09 41 50 35 30 31 30 55 2D 57 4D 30 31 32 31 34 36 57 2D 33 30
    >>> GapAdv_enable 01 3F FE 04 00 00 00 00

    Then iPhone connects and stays for 10-15 mins then disconnects.... Sorry, I could not give much information with iPhone APP but you could try anything. Issue is, after iPhone disconnect automatically, we dont get any event notification. CC2653R1 shows, still in connection.   

  • Hi Sen,

    I executed the commands and I noticed that all of the GATT commands are failing. Are they failing on your end as well?

    Below is the attached log from my test. The iPhone was connected for about 14 minutes until I manually disconnected it.

    [1] : <Warning> - 01:20:10.195
    The Last 1 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [2] : <Tx> - 01:20:10.194
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE00 (GAP_DeviceInit)
    -Data Length    : 0x08 (8) byte(s)
     ProfileRole    : 0x0C (12) (
                      Peripheral
                      Central)
     AddrMode       : 0x00 (0) (ADDRMODE_PUBLIC)
     RandomAddr     : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 0C 00 00 00 00 00 00 00 00          .............
    --------------------------------------------------------------------
    [3] : <Rx> - 01:20:10.204
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE00 (GAP_DeviceInit)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 00 FE 00                      .........
    --------------------------------------------------------------------
    [4] : <Rx> - 01:20:10.219
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x2C (44) bytes(s)
     Event          : 0x0600 (1536) (GAP_DeviceInitDone)
     Status         : 0x00 (0) (SUCCESS)
     DevAddr        : 80:6F:B0:EE:AD:2A
     DataPktLen     : 0x00FF (255)
     NumDataPkts    : 0x05 (5)
     IRK            : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
     CSRK           : 45:43:EC:5A:49:C5:2B:B3:48:1E:7A:B2:E0:49:FD:24
    Dump(Rx):
    0000:04 FF 2C 00 06 00 2A AD EE B0 6F 80 FF 00 05 00 ..,...*...o.....
    0010:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 45 ...............E
    0020:43 EC 5A 49 C5 2B B3 48 1E 7A B2 E0 49 FD 24    C.ZI.+.H.z..I.$
    --------------------------------------------------------------------
    [5] : <Warning> - 01:20:35.541
    The Last 1 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [6] : <Tx> - 01:20:35.540
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE3E (GapAdv_create)
    -Data Length    : 0x15 (21) byte(s)
     Properties     : 0x0013 (19) (
                      GAP_ADV_PROP_CONNECTABLE
                      GAP_ADV_PROP_SCANNABLE
                      GAP_ADV_PROP_LEGACY)
     IntervalMin    : 0x0000A0 (160)
     IntervalMax    : 0x0000A0 (160)
     PrimaryChMap   : 0x07 (7) (
                      GAP_ADV_CHAN_37
                      GAP_ADV_CHAN_38
                      GAP_ADV_CHAN_39)
     PeerAddrType   : 0x00 (0) (PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID)
     PeerAddress    : 00:00:00:00:00:00
     FilterPolicy   : 0x00 (0) (
                      AdvFilterPolicy Bit Mask Is Not Set)
     TxPower        : 0x7F (127)
     PrimaryPHY     : 0x01 (1) (GAP_ADV_PRIM_PHY_1_MBPS)
     SecondaryPHY   : 0x01 (1) (GAP_ADV_SEC_PHY_1_MBPS)
     SID            : 0x00 (0)
    Dump(Tx):
    0000:01 3E FE 15 13 00 A0 00 00 A0 00 00 07 00 00 00 .>..............
    0010:00 00 00 00 00 7F 01 01 00 00                   ..........
    --------------------------------------------------------------------
    [7] : <Rx> - 01:20:35.569
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x07 (7) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE3E (GapAdv_create)
     DataLength     : 0x01 (1)
     Handle         : 0x00 (0)
    Dump(Rx):
    0000:04 FF 07 7F 06 00 3E FE 01 00                   ......>...
    --------------------------------------------------------------------
    [8] : <Tx> - 01:20:49.011
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFC (GATT_AddService)
    -Data Length    : 0x05 (5) byte(s)
     UUID           : 0x2800 (10240)
     NumAttrs       : 0x0007 (7)
     EncKeySize     : 0x10 (16)
    Dump(Tx):
    0000:01 FC FD 05 00 28 07 00 10                      .....(...
    --------------------------------------------------------------------
    [9] : <Rx> - 01:20:49.025
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFC (GATT_AddService)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FC FD 00                      .........
    --------------------------------------------------------------------
    [10] : <Tx> - 01:21:10.883
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      03:28
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 03 28 03                            .....(.
    --------------------------------------------------------------------
    [11] : <Rx> - 01:21:10.895
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [12] : <Tx> - 01:21:18.633
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      00:2A
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 00 2A 03                            .....*.
    --------------------------------------------------------------------
    [13] : <Rx> - 01:21:18.644
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [14] : <Tx> - 01:21:27.427
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      01:29
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 01 29 03                            .....).
    --------------------------------------------------------------------
    [15] : <Rx> - 01:21:27.453
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [16] : <Tx> - 01:21:36.179
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      03:28
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 03 28 03                            .....(.
    --------------------------------------------------------------------
    [17] : <Rx> - 01:21:36.200
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [18] : <Tx> - 01:21:42.779
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      01:2A
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 01 2A 03                            .....*.
    --------------------------------------------------------------------
    [19] : <Rx> - 01:21:42.792
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [20] : <Tx> - 01:21:48.715
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      02:29
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 02 29 03                            .....).
    --------------------------------------------------------------------
    [21] : <Rx> - 01:21:48.730
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [22] : <Tx> - 01:21:57.107
    -Type           : 0x09 (ExtCommand)
    -OpCode         : 0xFE44 (GapAdv_loadData)
    -Data Length    : 0x1900 (6400) byte(s)
     Handle         : 0x00 (0)
     AdvDataType    : 0x00 (0)
     DataLength     : 0x0015 (21)
     AdvData        : 02:01:06:11:06:9E:CA:DC:24:0E:E5:A9:E0:93:F3:A3:
                      B5:01:00:40:6E
    Dump(Tx):
    0000:09 44 FE 19 00 00 00 15 00 02 01 06 11 06 9E CA .D..............
    0010:DC 24 0E E5 A9 E0 93 F3 A3 B5 01 00 40 6E       .$..........@n
    --------------------------------------------------------------------
    [23] : <Rx> - 01:21:57.129
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE44 (GapAdv_loadData)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 44 FE 00                      ......D..
    --------------------------------------------------------------------
    [24] : <Tx> - 01:22:26.980
    -Type           : 0x09 (ExtCommand)
    -OpCode         : 0xFE44 (GapAdv_loadData)
    -Data Length    : 0x2300 (8960) byte(s)
     Handle         : 0x00 (0)
     AdvDataType    : 0x01 (1)
     DataLength     : 0x001F (31)
     AdvData        : 02:0A:00:05:0A:12:50:68:00:15:09:41:50:35:30:31:
                      30:55:2D:57:4D:30:31:32:31:34:36:57:2D:33:30
    Dump(Tx):
    0000:09 44 FE 23 00 00 01 1F 00 02 0A 00 05 0A 12 50 .D.#...........P
    0010:68 00 15 09 41 50 35 30 31 30 55 2D 57 4D 30 31 h...AP5010U-WM01
    0020:32 31 34 36 57 2D 33 30                         2146W-30
    --------------------------------------------------------------------
    [25] : <Rx> - 01:22:26.993
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE44 (GapAdv_loadData)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 44 FE 00                      ......D..
    --------------------------------------------------------------------
    [26] : <Tx> - 01:22:35.547
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE3F (GapAdv_enable)
    -Data Length    : 0x04 (4) byte(s)
     Handle         : 0x00 (0)
     EnableOptions  : 0x00 (0) (GAP_ADV_ENABLE_OPTIONS_USE_MAX)
     DurationMaxEvnt: 0x0000 (0)
    Dump(Tx):
    0000:01 3F FE 04 00 00 00 00                         .?......
    --------------------------------------------------------------------
    [27] : <Rx> - 01:22:35.557
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE3F (GapAdv_enable)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 3F FE 00                      ......?..
    --------------------------------------------------------------------
    [28] : <Rx> - 01:22:42.486
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x14 (20) bytes(s)
     Event          : 0x0605 (1541) (GAP_EstablishLink)
     Status         : 0x00 (0) (SUCCESS)
     DevAddrType    : 0x01 (1) (ADDRTYPE_RANDOM)
     DevAddr        : 5A:F1:E9:ED:97:20
     ConnHandle     : 0x0000 (0)
     ConnRole       : 0x04 (4) (
                      Peripheral)
     ConnInterval   : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x0048 (72)
     ClockAccuracy  : 0x01 (1)
    Dump(Rx):
    0000:04 FF 14 05 06 00 01 20 97 ED E9 F1 5A 00 00 04 ....... ....Z...
    0010:18 00 00 00 48 00 01                            ....H..
    --------------------------------------------------------------------
    [29] : <Tx> - 01:22:42.489
    -Type           : 0x01 (Command)
    -OpCode         : 0x2022 (HCI_LE_SetDataLength)
    -Data Length    : 0x06 (6) byte(s)
     Handle         : 0x0000 (0)
     TxOctets       : 0x00FB (251)
     TxTime         : 0x0848 (2120)
    Dump(Tx):
    0000:01 22 20 06 00 00 FB 00 48 08                   ." .....H.
    --------------------------------------------------------------------
    [30] : <Info> - 01:22:42.536
    Device Connected
    Handle = 0x0000
    Addr Type = 0x01 (ADDRTYPE_RANDOM)
    BDAddr = 5A:F1:E9:ED:97:20
    --------------------------------------------------------------------
    [31] : <Rx> - 01:22:42.533
    -Type           : 0x04 (Event)
    -EventCode      : 0x000E (HCI_CommandCompleteEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Packets        : 0x01 (1)
     OpCode         : 0x2022 (HCI_LE_SetDataLength)
     Status         : 0x00 (0) (SUCCESS)
     Handle         : 0x0000 (0)
    Dump(Rx):
    0000:04 0E 06 01 22 20 00 00 00                      ...." ...
    --------------------------------------------------------------------
    [32] : <Rx> - 01:22:42.564
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x0C (12) bytes(s)
     LE Event Code  : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
     LE Event Code  : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
     Status         : 0x00 (0) (SUCCESS)
     ConnectionId   : 0x0000 (0)
     Features       : 0x00000000000059FF (23039) (
                      Encryption
                      Connection_Parameters_Request
                      Reject_Extended_Indication
                      Slave_Features_Exchange
                      Ping
                      Data_Packet_Length_Extension
                      Privacy
                      Extended_Scanner_Filter_Policies
                      PHY_2M
                      Coded_PHY
                      Extended_Advertising
                      Channel_Selection_Algorithm_2)
    Dump(Rx):
    0000:04 3E 0C 04 00 00 00 FF 59 00 00 00 00 00 00    .>......Y......
    --------------------------------------------------------------------
    [33] : <Rx> - 01:22:42.889
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x06 (6) bytes(s)
     LE Event Code  : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
     LE Event Code  : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
     Status         : 0x00 (0) (SUCCESS)
     Handle         : 0x0000 (0)
     TxPhy          : 0x02 (2) (
                      Phy_2_Mbps)
     RxPhy          : 0x02 (2) (
                      Phy_2_Mbps)
    Dump(Rx):
    0000:04 3E 06 0C 00 00 00 02 02                      .>.......
    --------------------------------------------------------------------
    [34] : <Rx> - 01:22:42.951
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x08 (8) bytes(s)
     Event          : 0x057F (1407) (ATT_MtuUpdatedEvt)
     Status         : 0x00 (0) (SUCCESS)
     ConnHandle     : 0x0000 (0)
     PduLen         : 0x02 (2)
     MTU            : 0x00FB (251)
    Dump(Rx):
    0000:04 FF 08 7F 05 00 00 00 02 FB 00                ...........
    --------------------------------------------------------------------
    [35] : <Error> - 01:22:50.427
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [36] : <Warning> - 01:22:50.431
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [37] : <Rx> - 01:22:50.427
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1A 0F 00 E0 FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1A 0F 00 E0 FF 1F             .>..........
    --------------------------------------------------------------------
    [38] : <Error> - 01:23:02.993
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [39] : <Warning> - 01:23:02.996
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [40] : <Rx> - 01:23:02.992
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 17 8F 7F FA FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 17 8F 7F FA FF 1F             .>..........
    --------------------------------------------------------------------
    [41] : <Error> - 01:23:15.525
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [42] : <Warning> - 01:23:15.529
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [43] : <Rx> - 01:23:15.525
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0B 8F 7F FA FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0B 8F 7F FA FE 1F             .>..........
    --------------------------------------------------------------------
    [44] : <Error> - 01:23:18.046
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [45] : <Warning> - 01:23:18.050
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [46] : <Rx> - 01:23:18.046
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1B 8F 7F FB FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1B 8F 7F FB FE 1F             .>..........
    --------------------------------------------------------------------
    [47] : <Error> - 01:23:38.153
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [48] : <Warning> - 01:23:38.156
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [49] : <Rx> - 01:23:38.153
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1A 9F 7F FB FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1A 9F 7F FB FE 1F             .>..........
    --------------------------------------------------------------------
    [50] : <Error> - 01:23:53.213
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [51] : <Warning> - 01:23:53.218
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [52] : <Rx> - 01:23:53.213
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1E 9F FF FB FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1E 9F FF FB FE 1F             .>..........
    --------------------------------------------------------------------
    [53] : <Error> - 01:24:03.264
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [54] : <Warning> - 01:24:03.267
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [55] : <Rx> - 01:24:03.264
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0B FF FF FB FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0B FF FF FB FE 1F             .>..........
    --------------------------------------------------------------------
    [56] : <Error> - 01:24:28.414
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [57] : <Warning> - 01:24:28.417
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [58] : <Rx> - 01:24:28.412
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 05 FF FF FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 05 FF FF FB FF 1F             .>..........
    --------------------------------------------------------------------
    [59] : <Error> - 01:24:33.422
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [60] : <Warning> - 01:24:33.425
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [61] : <Rx> - 01:24:33.422
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1C FF FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1C FF FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [62] : <Error> - 01:24:35.908
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [63] : <Warning> - 01:24:35.912
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [64] : <Rx> - 01:24:35.906
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 23 01 F8 FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 23 01 F8 FF FF 1F             .>....#.....
    --------------------------------------------------------------------
    [65] : <Error> - 01:24:38.423
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [66] : <Warning> - 01:24:38.426
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [67] : <Rx> - 01:24:38.423
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0E 01 C0 FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0E 01 C0 FF FF 1F             .>..........
    --------------------------------------------------------------------
    [68] : <Error> - 01:24:40.912
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [69] : <Warning> - 01:24:40.916
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [70] : <Rx> - 01:24:40.912
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 01 00 FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 01 00 FF FF 1F             .>..........
    --------------------------------------------------------------------
    [71] : <Error> - 01:25:33.597
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [72] : <Warning> - 01:25:33.600
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [73] : <Rx> - 01:25:33.596
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1A 01 00 FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1A 01 00 FB FF 1F             .>..........
    --------------------------------------------------------------------
    [74] : <Error> - 01:25:48.630
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [75] : <Warning> - 01:25:48.633
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [76] : <Rx> - 01:25:48.626
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 EF FF FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 EF FF FB FF 1F             .>..........
    --------------------------------------------------------------------
    [77] : <Error> - 01:26:16.266
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [78] : <Warning> - 01:26:16.270
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [79] : <Rx> - 01:26:16.264
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 16 EF FF FA FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 16 EF FF FA FF 1F             .>..........
    --------------------------------------------------------------------
    [80] : <Error> - 01:26:46.412
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [81] : <Warning> - 01:26:46.416
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [82] : <Rx> - 01:26:46.410
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 EF FF FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 EF FF FE FF 1F             .>..........
    --------------------------------------------------------------------
    [83] : <Error> - 01:27:29.044
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [84] : <Warning> - 01:27:29.047
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [85] : <Rx> - 01:27:29.043
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1A EF FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1A EF FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [86] : <Error> - 01:27:34.105
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [87] : <Warning> - 01:27:34.109
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [88] : <Rx> - 01:27:34.103
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1E FF FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1E FF FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [89] : <Error> - 01:28:14.275
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [90] : <Warning> - 01:28:14.278
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [91] : <Rx> - 01:28:14.273
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 13 FD FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 13 FD FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [92] : <Error> - 01:28:44.403
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [93] : <Warning> - 01:28:44.406
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [94] : <Rx> - 01:28:44.400
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1B FC FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1B FC FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [95] : <Error> - 01:29:14.519
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [96] : <Warning> - 01:29:14.522
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [97] : <Rx> - 01:29:14.516
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 23 FC FF FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 23 FC FF FB FF 1F             .>....#.....
    --------------------------------------------------------------------
    [98] : <Error> - 01:29:27.067
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [99] : <Warning> - 01:29:27.071
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [100] : <Rx> - 01:29:27.064
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 17 FE FF FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 17 FE FF FB FF 1F             .>..........
    --------------------------------------------------------------------
    [101] : <Error> - 01:29:57.191
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [102] : <Warning> - 01:29:57.194
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [103] : <Rx> - 01:29:57.187
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1F FF FF FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1F FF FF FB FF 1F             .>..........
    --------------------------------------------------------------------
    [104] : <Error> - 01:29:59.695
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [105] : <Warning> - 01:29:59.697
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [106] : <Rx> - 01:29:59.694
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0A EF FF FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0A EF FF FB FF 1F             .>..........
    --------------------------------------------------------------------
    [107] : <Error> - 01:30:09.778
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [108] : <Warning> - 01:30:09.785
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [109] : <Rx> - 01:30:09.776
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 00 EF FF FB BF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 00 EF FF FB BF 1F             .>..........
    --------------------------------------------------------------------
    [110] : <Error> - 01:30:27.372
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [111] : <Warning> - 01:30:27.377
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [112] : <Rx> - 01:30:27.369
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 14 EF FF FF BF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 14 EF FF FF BF 1F             .>..........
    --------------------------------------------------------------------
    [113] : <Error> - 01:30:29.884
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [114] : <Warning> - 01:30:29.887
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [115] : <Rx> - 01:30:29.882
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 ED FF FF BF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 ED FF FF BF 1F             .>....$.....
    --------------------------------------------------------------------
    [116] : <Error> - 01:30:37.418
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [117] : <Warning> - 01:30:37.422
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [118] : <Rx> - 01:30:37.415
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 ED 07 E0 BF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 ED 07 E0 BF 1F             .>..........
    --------------------------------------------------------------------
    [119] : <Error> - 01:30:39.899
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [120] : <Warning> - 01:30:39.903
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [121] : <Rx> - 01:30:39.898
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 ED 07 00 BF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 ED 07 00 BF 1F             .>..........
    --------------------------------------------------------------------
    [122] : <Error> - 01:30:42.427
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [123] : <Warning> - 01:30:42.430
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [124] : <Rx> - 01:30:42.423
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 07 ED 07 00 BC 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 07 ED 07 00 BC 1F             .>..........
    --------------------------------------------------------------------
    [125] : <Error> - 01:30:54.997
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [126] : <Warning> - 01:30:55.001
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [127] : <Rx> - 01:30:54.994
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 FD 07 00 BC 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 FD 07 00 BC 1F             .>..........
    --------------------------------------------------------------------
    [128] : <Error> - 01:31:12.576
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [129] : <Warning> - 01:31:12.579
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [130] : <Rx> - 01:31:12.573
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 04 FD 07 00 FC 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 04 FD 07 00 FC 1F             .>..........
    --------------------------------------------------------------------
    [131] : <Error> - 01:31:42.720
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [132] : <Warning> - 01:31:42.724
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [133] : <Rx> - 01:31:42.718
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 FF 07 00 FC 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 FF 07 00 FC 1F             .>....$.....
    --------------------------------------------------------------------
    [134] : <Error> - 01:31:50.284
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [135] : <Warning> - 01:31:50.288
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [136] : <Rx> - 01:31:50.280
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 20 FF FF FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 20 FF FF FE FF 1F             .>.... .....
    --------------------------------------------------------------------
    [137] : <Error> - 01:31:57.815
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [138] : <Warning> - 01:31:57.817
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [139] : <Rx> - 01:31:57.811
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 FF FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 FF FF FF FF 1F             .>....".....
    --------------------------------------------------------------------
    [140] : <Error> - 01:32:02.835
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [141] : <Warning> - 01:32:02.843
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [142] : <Rx> - 01:32:02.831
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 14 F7 FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 14 F7 FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [143] : <Error> - 01:32:05.355
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [144] : <Warning> - 01:32:05.358
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [145] : <Rx> - 01:32:05.352
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 F7 7F FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 F7 7F FF FF 1F             .>....$.....
    --------------------------------------------------------------------
    [146] : <Error> - 01:32:07.835
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [147] : <Warning> - 01:32:07.838
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [148] : <Rx> - 01:32:07.832
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 06 F7 7F FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 06 F7 7F FB FF 1F             .>..........
    --------------------------------------------------------------------
    [149] : <Error> - 01:32:10.365
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [150] : <Warning> - 01:32:10.369
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [151] : <Rx> - 01:32:10.362
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 16 F3 7F FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 16 F3 7F FB FF 1F             .>..........
    --------------------------------------------------------------------
    [152] : <Error> - 01:32:15.372
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [153] : <Warning> - 01:32:15.374
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [154] : <Rx> - 01:32:15.368
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 73 7F FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 73 7F FB FF 1F             .>.....s....
    --------------------------------------------------------------------
    [155] : <Error> - 01:32:20.374
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [156] : <Warning> - 01:32:20.381
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [157] : <Rx> - 01:32:20.371
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1F 53 7F FB FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1F 53 7F FB FF 1F             .>.....S....
    --------------------------------------------------------------------
    [158] : <Error> - 01:32:27.945
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [159] : <Warning> - 01:32:27.949
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [160] : <Rx> - 01:32:27.942
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 09 53 7F 7B FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 09 53 7F 7B FF 1F             .>.....S.{..
    --------------------------------------------------------------------
    [161] : <Error> - 01:32:42.999
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [162] : <Warning> - 01:32:43.004
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [163] : <Rx> - 01:32:42.997
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 09 53 7E 7B FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 09 53 7E 7B FF 1F             .>.....S~{..
    --------------------------------------------------------------------
    [164] : <Error> - 01:32:50.559
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [165] : <Warning> - 01:32:50.562
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [166] : <Rx> - 01:32:50.554
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 14 53 6E 7B FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 14 53 6E 7B FF 1F             .>.....Sn{..
    --------------------------------------------------------------------
    [167] : <Error> - 01:32:55.572
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [168] : <Warning> - 01:32:55.575
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [169] : <Rx> - 01:32:55.570
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 06 53 66 7A FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 06 53 66 7A FF 1F             .>.....Sfz..
    --------------------------------------------------------------------
    [170] : <Error> - 01:33:15.674
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [171] : <Warning> - 01:33:15.676
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [172] : <Rx> - 01:33:15.671
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 09 5B 66 7A FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 09 5B 66 7A FF 1F             .>.....[fz..
    --------------------------------------------------------------------
    [173] : <Error> - 01:33:18.188
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [174] : <Warning> - 01:33:18.191
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [175] : <Rx> - 01:33:18.185
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 5B E6 7A FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 5B E6 7A FF 1F             .>.....[.z..
    --------------------------------------------------------------------
    [176] : <Error> - 01:33:20.679
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [177] : <Warning> - 01:33:20.682
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [178] : <Rx> - 01:33:20.677
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1C 5B E6 7E FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1C 5B E6 7E FF 1F             .>.....[.~..
    --------------------------------------------------------------------
    [179] : <Error> - 01:33:23.192
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [180] : <Warning> - 01:33:23.195
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [181] : <Rx> - 01:33:23.189
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0A 5F E6 7E FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0A 5F E6 7E FF 1F             .>....._.~..
    --------------------------------------------------------------------
    [182] : <Error> - 01:33:28.212
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [183] : <Warning> - 01:33:28.218
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [184] : <Rx> - 01:33:28.209
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1E DF E6 7E FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1E DF E6 7E FF 1F             .>.......~..
    --------------------------------------------------------------------
    [185] : <Error> - 01:33:33.253
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [186] : <Warning> - 01:33:33.256
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [187] : <Rx> - 01:33:33.250
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 19 FF E6 7E FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 19 FF E6 7E FF 1F             .>.......~..
    --------------------------------------------------------------------
    [188] : <Error> - 01:33:35.732
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [189] : <Warning> - 01:33:35.735
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [190] : <Rx> - 01:33:35.730
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 20 FB E6 7E FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 20 FB E6 7E FF 1F             .>.... ..~..
    --------------------------------------------------------------------
    [191] : <Error> - 01:33:40.786
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [192] : <Warning> - 01:33:40.789
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [193] : <Rx> - 01:33:40.783
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1B FB E6 FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1B FB E6 FE FF 1F             .>..........
    --------------------------------------------------------------------
    [194] : <Error> - 01:33:55.808
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [195] : <Warning> - 01:33:55.811
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [196] : <Rx> - 01:33:55.804
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 16 FB F7 FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 16 FB F7 FF FF 1F             .>..........
    --------------------------------------------------------------------
    [197] : <Error> - 01:34:00.846
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [198] : <Warning> - 01:34:00.849
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [199] : <Rx> - 01:34:00.844
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 FB F7 FC FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 FB F7 FC FF 1F             .>..........
    --------------------------------------------------------------------
    [200] : <Error> - 01:34:03.371
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [201] : <Warning> - 01:34:03.377
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [202] : <Rx> - 01:34:03.369
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 21 FB 77 FC FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 21 FB 77 FC FF 1F             .>....!.w...
    --------------------------------------------------------------------
    [203] : <Error> - 01:34:08.385
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [204] : <Warning> - 01:34:08.392
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [205] : <Rx> - 01:34:08.381
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 13 FB 7F FC FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 13 FB 7F FC FF 1F             .>..........
    --------------------------------------------------------------------
    [206] : <Error> - 01:34:18.433
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [207] : <Warning> - 01:34:18.441
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [208] : <Rx> - 01:34:18.431
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 00 FB 7E FC FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 00 FB 7E FC FF 1F             .>......~...
    --------------------------------------------------------------------
    [209] : <Error> - 01:34:48.582
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [210] : <Warning> - 01:34:48.586
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [211] : <Rx> - 01:34:48.579
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 FF 7E FC FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 FF 7E FC FF 1F             .>......~...
    --------------------------------------------------------------------
    [212] : <Error> - 01:35:13.727
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [213] : <Warning> - 01:35:13.730
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [214] : <Rx> - 01:35:13.724
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0B FF 7E FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0B FF 7E FE FF 1F             .>......~...
    --------------------------------------------------------------------
    [215] : <Error> - 01:35:18.735
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [216] : <Warning> - 01:35:18.739
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [217] : <Rx> - 01:35:18.733
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 EF 7E FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 EF 7E FE FF 1F             .>....".~...
    --------------------------------------------------------------------
    [218] : <Error> - 01:35:31.302
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [219] : <Warning> - 01:35:31.305
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [220] : <Rx> - 01:35:31.298
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1F EF 7F FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1F EF 7F FE FF 1F             .>..........
    --------------------------------------------------------------------
    [221] : <Error> - 01:35:38.868
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [222] : <Warning> - 01:35:38.874
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [223] : <Rx> - 01:35:38.866
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 05 E7 7F FE FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 05 E7 7F FE FF 1F             .>..........
    --------------------------------------------------------------------
    [224] : <Error> - 01:35:53.920
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [225] : <Warning> - 01:35:53.923
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [226] : <Rx> - 01:35:53.917
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 09 E7 7F FA FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 09 E7 7F FA FF 1F             .>..........
    --------------------------------------------------------------------
    [227] : <Error> - 01:35:56.467
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [228] : <Warning> - 01:35:56.471
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [229] : <Rx> - 01:35:56.465
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 E7 71 FA FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 E7 71 FA FF 1F             .>....".q...
    --------------------------------------------------------------------
    [230] : <Error> - 01:36:01.477
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [231] : <Warning> - 01:36:01.480
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [232] : <Rx> - 01:36:01.475
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 14 E7 01 F8 FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 14 E7 01 F8 FF 1F             .>..........
    --------------------------------------------------------------------
    [233] : <Error> - 01:36:03.976
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [234] : <Warning> - 01:36:03.978
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [235] : <Rx> - 01:36:03.974
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1B E7 01 E0 FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1B E7 01 E0 FF 1F             .>..........
    --------------------------------------------------------------------
    [236] : <Error> - 01:36:31.599
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [237] : <Warning> - 01:36:31.604
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [238] : <Rx> - 01:36:31.596
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1C F7 01 E0 FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1C F7 01 E0 FF 1F             .>..........
    --------------------------------------------------------------------
    [239] : <Info> - 01:36:48.703
    Device Disconnected
    Handle = 0x0000
    Addr Type = 0x01 (ADDRTYPE_RANDOM)
    BDAddr = 5A:F1:E9:ED:97:20
    --------------------------------------------------------------------
    [240] : <Rx> - 01:36:48.701
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x0606 (1542) (GAP_TerminateLink)
     Status         : 0x00 (0) (SUCCESS)
     ConnHandle     : 0x0000 (0)
     Reason         : 0x13 (19) (PEER_REQUESTED_TERM)
    Dump(Rx):
    0000:04 FF 06 06 06 00 00 00 13                      .........
    --------------------------------------------------------------------
    

    Best,

    Nima 

  • Thanks Nima,

    I have these flags in host_test. Probably you need to add those.

    -DHOST_CONFIG=PERIPHERAL_CFG+CENTRAL_CFG
    -DGATT_DB_OFF_CHIP
    -DGATT_TEST

    Could you please leave that iPhone app for an hour and let us know your findings? 

    Also, what is the iPhone app you are using? do we need to purchase? I can try in parallel too. 

    -Sen-

  • Hi Sen, 

    I'll try testing it for an hour and I'll double check I have those flags set. I am using LightBlue on iOS 15.2.

    Best,

    Nima 

  • Hi Nima,

    Sen is on vacation now. I took over the issue.
    We got some insights from apple developer forum.
    https://developer.apple.com/forums/thread/8669

    This document lists a recommended set of connection parameters which are related to each other. The peripheral is responsible for requesting these parameters correctly. There are several parameters which are related to each other, so they must be considered as a whole.

    1. Interval Max * (***** Latency + 1) ≤ 2 seconds

    2. Interval Min ≥ 20 ms

    3. Interval Min + 20 ms ≤ Interval Max

    4. ***** Latency ≤ 4

    5. connSupervisionTimeout ≤ 6 seconds

    6. Interval Max * (***** Latency + 1) * 3 < connSupervisionTimeout

    And we applied these settings via GapInit_setPhyParam. It can improve the ble connection duration but it still can be disconnected.

    GapInit_setPhyParam(fd,0x02,0x0014); // Min. Conn Interval 25ms/1.25=0x0014

    GapInit_setPhyParam(fd,0x03,0x00C8); // Min. Conn Interval 200ms/1.25=0x00C8

    GapInit_setPhyParam(fd,0x04,0x0006); // Slave Latency

    GapInit_setPhyParam(fd,0x05,0x0640); // Supervison Timeout 16000ms/10ms=1600=0x0640

    We'd like to know if there are any recommended settings from TI side.

    Thanks.
    Best regards,
    Tony

  • Hi Tony,

    I have run through the test with BTool using the parameters you have provided and I'm not seeing anything unusual yet. About how much longer did the connection improve when you made these changes?

    And for clarification, the issue is that the iPhone disconnects randomly after a some amount of time correct?

    Best,

    Nima 

  • Hi Nima,

    Yes, the issue is that the iPhone disconnects randomly after a some amount of time correct.

    After applying these parameters, the duration can be improved to last for ~25-30mins. Previously it only last for ~5 mins.

    And then it got disconnected.

    Thanks.
    Best regards,

    Tony

  • Hi Tony,

    Thank you for the clarification. I started running a test today at 11:00AM and it is still running (~27 minutes of run time so far). I'm going to keep it running for an hour or until I see the behavior you're describing. I will let you know the results within the next hour. 

    Best,

    Nima

  • Hi Tony,

    I have let the test run for over an hour and have not seen an unusual behavior or random disconnections between the two devices. Can you give me the process of how you are running your tests?

    Best,

    Nima

  • Hi Nima,
    Sorry for late response. Thanks for the update. As Sen mentioned, the ios app we used is provided by vendor as beta test version. We can not share it.
    Could you let us know which ios app you used to test? We can try that one to check if it is firmware issue or the vendor's app issue.

    Thanks.
    Best regards,
    Tony

  • Hi Tony,

    No worries, the app I am using is LightBlue.

    Best,

    Nima

  • Hi Nima,

    Thanks. We will try it and let you know the result.

    Best regards.
    Tony

  • Hi Nima,

    We tried the simple_peripheral firmware with LightBlue app. The connection is stable and last for 1h.
    However when we switched back to host_test in which we also configured it as peripheral mode.
    The ble connection can only last for 10 mins.

    The command array we used is "\x1\x00\xFE\x08\x09\x00\x00\x00\x00\x00\x00\x00" for Gap_DeviceInit to set Peripheral mode.
    Is there anything we need to pay attention to?

    Thanks.
    Best regards,
    Tony

  • Hi Tony,

    Can you please provide the BTool log?

    Best,

    Nima

  • Hi Nima,

    Here is the BTool log for GapDevic_Init.
    Based on the test result, the host_test seems only accept central profile only.
    When we tried to set it to peripheral profile or central and broadcaster profile, incorrect mode response is returned.

    [49] : <Tx> - 09:22:25.608
    -Type : 0x01 (Command)
    -OpCode : 0xFE00 (GAP_DeviceInit)
    -Data Length : 0x08 (8) byte(s)
    ProfileRole : 0x09 (9) (
    Broadcaster
    Central)
    AddrMode : 0x00 (0) (ADDRMODE_PUBLIC)
    RandomAddr : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 09 00 00 00 00 00 00 00 ............
    --------------------------------------------------------------------
    [50] : <Rx> - 09:22:25.625
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x06 (6) bytes(s)
    Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
    Status : 0x12 (18) (bleIncorrectMode)
    OpCode : 0xFE00 (GAP_DeviceInit)
    DataLength : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 12 00 FE 00 .........
    --------------------------------------------------------------------
    [51] : <Tx> - 09:26:45.306
    -Type : 0x01 (Command)
    -OpCode : 0xFE00 (GAP_DeviceInit)
    -Data Length : 0x08 (8) byte(s)
    ProfileRole : 0x04 (4) (
    Peripheral)
    AddrMode : 0x00 (0) (ADDRMODE_PUBLIC)
    RandomAddr : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 04 00 00 00 00 00 00 00 ............
    --------------------------------------------------------------------
    [52] : <Rx> - 09:26:45.320
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x06 (6) bytes(s)
    Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
    Status : 0x12 (18) (bleIncorrectMode)
    OpCode : 0xFE00 (GAP_DeviceInit)
    DataLength : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 12 00 FE 00

  • Is there anyway to enable peripheral mode? We'd like to try peripheral mode to see if there is any random ble disconnection.
    Thanks.

  • Hi Tony,

    The following E2E thread provides some instructions for setting up peripheral on host_test: https://e2e.ti.com/f/1/t/1104785/

    Specifically, it shows the exact commands along with their parameters that must be ran in order to configure a peripheral role in host_test. The thread also discusses how to enable periodic advertising. The periodic advertising portion can be ignored as it is not relevant to your use-case.

    Best Regards,

    Jan

  • Hi Jan,

    Thanks for the instructions. We will try and update later.

    Best regards.
    Tony

  • Hi Jan & Nima,

    We tried with host_test from SDK 6.10.00.29 on CC26x2R1 launchpad in either central mode or peripheral mode.
    However, the ble connection got dropped with lightblue app. And there was no Link terminated event was reported when the peer got disconnected.
    The btool log were attached here. Could you help take a look at them? Thanks.

    host_test_peripheral_disconnect.log
    [1] : <Info> - 11:35:54.739
    Port opened at 9/17/2022 11:35:54 AM
    --------------------------------------------------------------------
    [2] : <Tx> - 11:35:54.778
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC1D (HCIExt_ResetSystemCmd)
    -Data Length    : 0x01 (1) byte(s)
     Type           : 0x00 (0) (Chip Reset)
    Dump(Tx):
    0000:01 1D FC 01 00                                  .....
    --------------------------------------------------------------------
    [3] : <Rx> - 11:35:54.873
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x041D (1053) (HCIExt_ResetSystemCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC1D (HCIExt_ResetSystemCmd)
    Dump(Rx):
    0000:04 FF 05 1D 04 00 1D FC                         ........
    --------------------------------------------------------------------
    [4] : <Tx> - 11:35:55.397
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE00 (GAP_DeviceInit)
    -Data Length    : 0x08 (8) byte(s)
     ProfileRole    : 0x08 (8) (
                      Central)
     AddrMode       : 0x00 (0) (ADDRMODE_PUBLIC)
     RandomAddr     : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 08 00 00 00 00 00 00 00             ............
    --------------------------------------------------------------------
    [5] : <Rx> - 11:35:55.449
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE00 (GAP_DeviceInit)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 00 FE 00                      .........
    --------------------------------------------------------------------
    [6] : <Rx> - 11:35:55.459
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x2C (44) bytes(s)
     Event          : 0x0600 (1536) (GAP_DeviceInitDone)
     Status         : 0x00 (0) (SUCCESS)
     DevAddr        : F4:60:77:83:09:38
     DataPktLen     : 0x00FF (255)
     NumDataPkts    : 0x05 (5)
     IRK            : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
     CSRK           : 72:09:7B:C7:A4:C3:A7:21:10:1E:D0:BE:42:C2:9C:74
    Dump(Rx):
    0000:04 FF 2C 00 06 00 38 09 83 77 60 F4 FF 00 05 00 ..,...8..w`.....
    0010:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 72 ...............r
    0020:09 7B C7 A4 C3 A7 21 10 1E D0 BE 42 C2 9C 74    .{....!....B..t
    --------------------------------------------------------------------
    [7] : <Tx> - 11:35:55.478
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x02 (2) (INIT_PHYPARAM_CONN_INT_MIN)
    Dump(Tx):
    0000:01 61 FE 02 01 02                               .a....
    --------------------------------------------------------------------
    [8] : <Tx> - 11:35:55.489
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x03 (3) (INIT_PHYPARAM_CONN_INT_MAX)
    Dump(Tx):
    0000:01 61 FE 02 01 03                               .a....
    --------------------------------------------------------------------
    [9] : <Tx> - 11:35:55.500
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x04 (4) (INIT_PHYPARAM_CONN_LATENCY)
    Dump(Tx):
    0000:01 61 FE 02 01 04                               .a....
    --------------------------------------------------------------------
    [10] : <Rx> - 11:35:55.504
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x02 (2) (INIT_PHYPARAM_CONN_INT_MIN)
     MinConnectInter: 0x0050 (80)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 02 50 00             ......a...P.
    --------------------------------------------------------------------
    [11] : <Tx> - 11:35:55.510
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x05 (5) (INIT_PHYPARAM_SUP_TIMEOUT)
    Dump(Tx):
    0000:01 61 FE 02 01 05                               .a....
    --------------------------------------------------------------------
    [12] : <Rx> - 11:35:55.524
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x03 (3) (INIT_PHYPARAM_CONN_INT_MAX)
     MaxConnectInter: 0x0050 (80)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 03 50 00             ......a...P.
    --------------------------------------------------------------------
    [13] : <Rx> - 11:35:55.541
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x04 (4) (INIT_PHYPARAM_CONN_LATENCY)
     ConnectLatency : 0x0000 (0)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 04 00 00             ......a.....
    --------------------------------------------------------------------
    [14] : <Rx> - 11:35:55.573
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x05 (5) (INIT_PHYPARAM_SUP_TIMEOUT)
     SuperTimeout   : 0x07D0 (2000)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 05 D0 07             ......a.....
    --------------------------------------------------------------------
    [15] : <Tx> - 11:36:02.995
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC1D (HCIExt_ResetSystemCmd)
    -Data Length    : 0x01 (1) byte(s)
     Type           : 0x00 (0) (Chip Reset)
    Dump(Tx):
    0000:01 1D FC 01 00                                  .....
    --------------------------------------------------------------------
    [16] : <Rx> - 11:36:03.004
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x041D (1053) (HCIExt_ResetSystemCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC1D (HCIExt_ResetSystemCmd)
    Dump(Rx):
    0000:04 FF 05 1D 04 00 1D FC                         ........
    --------------------------------------------------------------------
    [17] : <Tx> - 11:36:18.083
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE00 (GAP_DeviceInit)
    -Data Length    : 0x08 (8) byte(s)
     ProfileRole    : 0x04 (4) (
                      Peripheral)
     AddrMode       : 0x00 (0) (ADDRMODE_PUBLIC)
     RandomAddr     : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 04 00 00 00 00 00 00 00             ............
    --------------------------------------------------------------------
    [18] : <Rx> - 11:36:18.105
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE00 (GAP_DeviceInit)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 00 FE 00                      .........
    --------------------------------------------------------------------
    [19] : <Rx> - 11:36:18.115
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x2C (44) bytes(s)
     Event          : 0x0600 (1536) (GAP_DeviceInitDone)
     Status         : 0x00 (0) (SUCCESS)
     DevAddr        : F4:60:77:83:09:38
     DataPktLen     : 0x00FF (255)
     NumDataPkts    : 0x05 (5)
     IRK            : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
     CSRK           : EF:E7:D6:D1:3C:AE:26:C4:67:EE:7B:FA:4C:D2:95:49
    Dump(Rx):
    0000:04 FF 2C 00 06 00 38 09 83 77 60 F4 FF 00 05 00 ..,...8..w`.....
    0010:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 EF ................
    0020:E7 D6 D1 3C AE 26 C4 67 EE 7B FA 4C D2 95 49    ...<.&.g.{.L..I
    --------------------------------------------------------------------
    [20] : <Tx> - 11:36:58.950
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC0C (HCIExt_SetBDADDRCmd)
    -Data Length    : 0x06 (6) byte(s)
     BLEAddress     : B0:27:CF:79:EA:CF
    Dump(Tx):
    0000:01 0C FC 06 CF EA 79 CF 27 B0                   ......y.'.
    --------------------------------------------------------------------
    [21] : <Rx> - 11:36:58.968
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x040C (1036) (HCIExt_SetBDADDRCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC0C (HCIExt_SetBDADDRCmd)
    Dump(Rx):
    0000:04 FF 05 0C 04 00 0C FC                         ........
    --------------------------------------------------------------------
    [22] : <Tx> - 11:37:13.698
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE3E (GapAdv_create)
    -Data Length    : 0x15 (21) byte(s)
     Properties     : 0x0013 (19) (
                      GAP_ADV_PROP_CONNECTABLE
                      GAP_ADV_PROP_SCANNABLE
                      GAP_ADV_PROP_LEGACY)
     IntervalMin    : 0x0000A0 (160)
     IntervalMax    : 0x0000A0 (160)
     PrimaryChMap   : 0x07 (7) (
                      GAP_ADV_CHAN_37
                      GAP_ADV_CHAN_38
                      GAP_ADV_CHAN_39)
     PeerAddrType   : 0x00 (0) (PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID)
     PeerAddress    : 00:00:00:00:00:00
     FilterPolicy   : 0x00 (0) (
                      AdvFilterPolicy Bit Mask Is Not Set)
     TxPower        : 0x7F (127)
     PrimaryPHY     : 0x01 (1) (GAP_ADV_PRIM_PHY_1_MBPS)
     SecondaryPHY   : 0x01 (1) (GAP_ADV_SEC_PHY_1_MBPS)
     SID            : 0x00 (0)
    Dump(Tx):
    0000:01 3E FE 15 13 00 A0 00 00 A0 00 00 07 00 00 00 .>..............
    0010:00 00 00 00 00 7F 01 01 00                      .........
    --------------------------------------------------------------------
    [23] : <Rx> - 11:37:13.720
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x07 (7) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE3E (GapAdv_create)
     DataLength     : 0x01 (1)
     Handle         : 0x00 (0)
    Dump(Rx):
    0000:04 FF 07 7F 06 00 3E FE 01 00                   ......>...
    --------------------------------------------------------------------
    [24] : <Tx> - 11:37:24.334
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE42 (GapAdv_setParam)
    -Data Length    : 0x05 (5) byte(s)
     Handle         : 0x00 (0)
     ParamId        : 0x01 (1) (GAP_ADV_PARAM_PRIMARY_INTERVAL_MIN)
     IntervalMin    : 0x0000A0 (160)
    Dump(Tx):
    0000:01 42 FE 05 00 01 A0 00 00                      .B.......
    --------------------------------------------------------------------
    [25] : <Rx> - 11:37:24.354
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE42 (GapAdv_setParam)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 42 FE 00                      ......B..
    --------------------------------------------------------------------
    [26] : <Tx> - 11:37:39.217
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC01 (HCIExt_SetTxPowerCmd)
    -Data Length    : 0x01 (1) byte(s)
     Tx Power       : 0x0C (12) (HCI_EXT_TX_POWER_3_DBM)
    Dump(Tx):
    0000:01 01 FC 01 0C                                  .....
    --------------------------------------------------------------------
    [27] : <Rx> - 11:37:39.227
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x0401 (1025) (HCIExt_SetTxPowerCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC01 (HCIExt_SetTxPowerCmd)
    Dump(Rx):
    0000:04 FF 05 01 04 00 01 FC                         ........
    --------------------------------------------------------------------
    [28] : <Tx> - 11:37:54.172
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFC (GATT_AddService)
    -Data Length    : 0x05 (5) byte(s)
     UUID           : 0x2800 (10240)
     NumAttrs       : 0x0007 (7)
     EncKeySize     : 0x10 (16)
    Dump(Tx):
    0000:01 FC FD 05 00 28 07 00 10                      .....(...
    --------------------------------------------------------------------
    [29] : <Rx> - 11:37:54.186
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFC (GATT_AddService)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FC FD 00                      .........
    --------------------------------------------------------------------
    [30] : <Tx> - 11:38:07.831
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      03:28
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 03 28 03                            .....(.
    --------------------------------------------------------------------
    [31] : <Rx> - 11:38:07.843
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [32] : <Tx> - 11:38:15.132
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      00:2A
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 00 2A 03                            .....*.
    --------------------------------------------------------------------
    [33] : <Rx> - 11:38:15.146
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [34] : <Tx> - 11:38:24.423
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      01:29
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 01 29 03                            .....).
    --------------------------------------------------------------------
    [35] : <Rx> - 11:38:24.432
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [36] : <Tx> - 11:38:32.013
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      03:28
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 03 28 03                            .....(.
    --------------------------------------------------------------------
    [37] : <Rx> - 11:38:32.025
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [38] : <Tx> - 11:38:39.673
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      01:2A
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 01 2A 03                            .....*.
    --------------------------------------------------------------------
    [39] : <Rx> - 11:38:39.682
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [40] : <Tx> - 11:38:45.827
    -Type           : 0x01 (Command)
    -OpCode         : 0xFDFE (GATT_AddAttribute)
    -Data Length    : 0x03 (3) byte(s)
                      02:29
     Permissions    : 0x03 (3) (
                      GATT_PERMIT_READ
                      GATT_PERMIT_WRITE)
    Dump(Tx):
    0000:01 FE FD 03 02 29 03                            .....).
    --------------------------------------------------------------------
    [41] : <Rx> - 11:38:45.842
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x01 (1) (FAILURE)
     OpCode         : 0xFDFE (GATT_AddAttribute)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 FE FD 00                      .........
    --------------------------------------------------------------------
    [42] : <Tx> - 11:39:23.117
    -Type           : 0x09 (ExtCommand)
    -OpCode         : 0xFE44 (GapAdv_loadData)
    -Data Length    : 0x1900 (6400) byte(s)
     Handle         : 0x00 (0)
     AdvDataType    : 0x00 (0)
     DataLength     : 0x0015 (21)
     AdvData        : 02:01:06:11:06:9E:CA:DC:24:0E:E5:A9:E0:93:F3:A3:
                      B5:01:00:40:6E
    Dump(Tx):
    0000:09 44 FE 19 00 00 00 15 00 02 01 06 11 06 9E CA .D..............
    0010:DC 24 0E E5 A9 E0 93 F3 A3 B5 01 00 40 6E       .$..........@n
    --------------------------------------------------------------------
    [43] : <Rx> - 11:39:23.132
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE44 (GapAdv_loadData)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 44 FE 00                      ......D..
    --------------------------------------------------------------------
    [44] : <Tx> - 11:39:48.617
    -Type           : 0x09 (ExtCommand)
    -OpCode         : 0xFE44 (GapAdv_loadData)
    -Data Length    : 0x2300 (8960) byte(s)
     Handle         : 0x00 (0)
     AdvDataType    : 0x01 (1)
     DataLength     : 0x001F (31)
     AdvData        : 02:0A:00:05:0A:12:50:68:00:15:09:41:50:35:30:31:
                      30:55:2D:57:4D:30:31:32:31:34:36:57:2D:33:30
    Dump(Tx):
    0000:09 44 FE 23 00 00 01 1F 00 02 0A 00 05 0A 12 50 .D.#...........P
    0010:68 00 15 09 41 50 35 30 31 30 55 2D 57 4D 30 31 h...AP5010U-WM01
    0020:32 31 34 36 57 2D 33 30                         2146W-30
    --------------------------------------------------------------------
    [45] : <Rx> - 11:39:48.632
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE44 (GapAdv_loadData)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 44 FE 00                      ......D..
    --------------------------------------------------------------------
    [46] : <Tx> - 11:39:53.894
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE3F (GapAdv_enable)
    -Data Length    : 0x04 (4) byte(s)
     Handle         : 0x00 (0)
     EnableOptions  : 0x00 (0) (GAP_ADV_ENABLE_OPTIONS_USE_MAX)
     DurationMaxEvnt: 0x0000 (0)
    Dump(Tx):
    0000:01 3F FE 04 00 00 00 00                         .?......
    --------------------------------------------------------------------
    [47] : <Rx> - 11:39:53.909
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE3F (GapAdv_enable)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 3F FE 00                      ......?..
    --------------------------------------------------------------------
    [48] : <Rx> - 11:40:02.343
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x14 (20) bytes(s)
     Event          : 0x0605 (1541) (GAP_EstablishLink)
     Status         : 0x00 (0) (SUCCESS)
     DevAddrType    : 0x01 (1) (ADDRTYPE_RANDOM)
     DevAddr        : 5D:A4:A3:1C:C1:8E
     ConnHandle     : 0x0000 (0)
     ConnRole       : 0x04 (4) (
                      Peripheral)
     ConnInterval   : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x0048 (72)
     ClockAccuracy  : 0x01 (1)
    Dump(Rx):
    0000:04 FF 14 05 06 00 01 8E C1 1C A3 A4 5D 00 00 04 ............]...
    0010:18 00 00 00 48 00 01                            ....H..
    --------------------------------------------------------------------
    [49] : <Tx> - 11:40:02.344
    -Type           : 0x01 (Command)
    -OpCode         : 0x2022 (HCI_LE_SetDataLength)
    -Data Length    : 0x06 (6) byte(s)
     Handle         : 0x0000 (0)
     TxOctets       : 0x00FB (251)
     TxTime         : 0x0848 (2120)
    Dump(Tx):
    0000:01 22 20 06 00 00 FB 00 48 08                   ." .....H.
    --------------------------------------------------------------------
    [50] : <Info> - 11:40:02.369
    Device Connected
    Handle = 0x0000
    Addr Type = 0x01 (ADDRTYPE_RANDOM)
    BDAddr = 5D:A4:A3:1C:C1:8E
    --------------------------------------------------------------------
    [51] : <Rx> - 11:40:02.365
    -Type           : 0x04 (Event)
    -EventCode      : 0x000E (HCI_CommandCompleteEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Packets        : 0x01 (1)
     OpCode         : 0x2022 (HCI_LE_SetDataLength)
     Status         : 0x00 (0) (SUCCESS)
     Handle         : 0x0000 (0)
    Dump(Rx):
    0000:04 0E 06 01 22 20 00 00 00                      ...." ...
    --------------------------------------------------------------------
    [52] : <Rx> - 11:40:02.418
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x0C (12) bytes(s)
     LE Event Code  : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
     LE Event Code  : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
     Status         : 0x00 (0) (SUCCESS)
     ConnectionId   : 0x0000 (0)
     Features       : 0x00000000000059FF (23039) (
                      Encryption
                      Connection_Parameters_Request
                      Reject_Extended_Indication
                      Slave_Features_Exchange
                      Ping
                      Data_Packet_Length_Extension
                      Privacy
                      Extended_Scanner_Filter_Policies
                      PHY_2M
                      Coded_PHY
                      Extended_Advertising
                      Channel_Selection_Algorithm_2)
    Dump(Rx):
    0000:04 3E 0C 04 00 00 00 FF 59 00 00 00 00 00 00    .>......Y......
    --------------------------------------------------------------------
    [53] : <Rx> - 11:40:02.751
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x06 (6) bytes(s)
     LE Event Code  : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
     LE Event Code  : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
     Status         : 0x00 (0) (SUCCESS)
     Handle         : 0x0000 (0)
     TxPhy          : 0x02 (2) (
                      Phy_2_Mbps)
     RxPhy          : 0x02 (2) (
                      Phy_2_Mbps)
    Dump(Rx):
    0000:04 3E 06 0C 00 00 00 02 02                      .>.......
    --------------------------------------------------------------------
    [54] : <Rx> - 11:40:02.816
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x08 (8) bytes(s)
     Event          : 0x057F (1407) (ATT_MtuUpdatedEvt)
     Status         : 0x00 (0) (SUCCESS)
     ConnHandle     : 0x0000 (0)
     PduLen         : 0x02 (2)
     MTU            : 0x00FB (251)
    Dump(Rx):
    0000:04 FF 08 7F 05 00 00 00 02 FB 00                ...........
    --------------------------------------------------------------------
    [55] : <Error> - 11:40:05.239
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [56] : <Warning> - 11:40:05.239
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [57] : <Rx> - 11:40:05.238
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 E7 03 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 E7 03 00 00 18             .>..........
    --------------------------------------------------------------------
    [58] : <Error> - 11:40:07.760
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [59] : <Warning> - 11:40:07.761
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [60] : <Rx> - 11:40:07.760
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 23 EF 01 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 23 EF 01 00 00 18             .>....#.....
    --------------------------------------------------------------------
    [61] : <Error> - 11:40:17.809
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [62] : <Warning> - 11:40:17.810
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [63] : <Rx> - 11:40:17.809
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 EF 01 20 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 EF 01 20 00 18             .>....... ..
    --------------------------------------------------------------------
    [64] : <Error> - 11:40:25.344
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [65] : <Warning> - 11:40:25.345
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [66] : <Rx> - 11:40:25.344
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 13 EF E7 38 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 13 EF E7 38 00 18             .>.......8..
    --------------------------------------------------------------------
    [67] : <Error> - 11:40:35.424
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [68] : <Warning> - 11:40:35.425
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [69] : <Rx> - 11:40:35.424
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 EF 07 20 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 EF 07 20 00 18             .>....... ..
    --------------------------------------------------------------------
    [70] : <Error> - 11:40:37.945
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [71] : <Warning> - 11:40:37.946
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [72] : <Rx> - 11:40:37.945
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 03 EF 07 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 03 EF 07 00 00 18             .>..........
    --------------------------------------------------------------------
    [73] : <Error> - 11:40:45.472
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [74] : <Warning> - 11:40:45.473
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [75] : <Rx> - 11:40:45.472
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 EF 01 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 EF 01 00 00 18             .>..........
    --------------------------------------------------------------------
    [76] : <Error> - 11:40:55.526
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [77] : <Warning> - 11:40:55.527
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [78] : <Rx> - 11:40:55.526
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 01 F7 01 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 01 F7 01 00 00 18             .>..........
    --------------------------------------------------------------------
    [79] : <Error> - 11:41:28.166
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [80] : <Warning> - 11:41:28.169
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [81] : <Rx> - 11:41:28.166
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 01 F7 08 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 01 F7 08 00 00 18             .>..........
    --------------------------------------------------------------------
    [82] : <Error> - 11:41:30.716
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [83] : <Warning> - 11:41:30.717
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [84] : <Rx> - 11:41:30.716
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 07 F7 00 10 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 07 F7 00 10 00 18             .>..........
    --------------------------------------------------------------------
    [85] : <Error> - 11:41:33.206
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [86] : <Warning> - 11:41:33.207
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [87] : <Rx> - 11:41:33.206
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 F7 00 04 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 F7 00 04 00 18             .>..........
    --------------------------------------------------------------------
    [88] : <Error> - 11:41:35.721
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [89] : <Warning> - 11:41:35.721
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [90] : <Rx> - 11:41:35.721
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 04 F7 00 08 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 04 F7 00 08 00 18             .>..........
    --------------------------------------------------------------------
    [91] : <Error> - 11:41:38.219
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [92] : <Warning> - 11:41:38.220
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [93] : <Rx> - 11:41:38.219
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 00 F7 00 04 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 00 F7 00 04 00 18             .>..........
    --------------------------------------------------------------------
    [94] : <Error> - 11:41:40.728
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [95] : <Warning> - 11:41:40.729
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [96] : <Rx> - 11:41:40.728
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 FF 00 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 FF 00 00 00 18             .>....$.....
    --------------------------------------------------------------------
    [97] : <Error> - 11:41:43.250
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [98] : <Warning> - 11:41:43.251
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [99] : <Rx> - 11:41:43.250
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 FE 00 10 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 FE 00 10 00 18             .>..........
    --------------------------------------------------------------------
    [100] : <Error> - 11:41:45.748
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [101] : <Warning> - 11:41:45.749
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [102] : <Rx> - 11:41:45.748
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 07 FF 00 00 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 07 FF 00 00 00 18             .>..........
    --------------------------------------------------------------------
    [103] : <Error> - 11:41:48.264
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [104] : <Warning> - 11:41:48.265
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [105] : <Rx> - 11:41:48.264
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 FE 00 20 00 18 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 FE 00 20 00 18             .>....$.. ..
    --------------------------------------------------------------------
    
    host_test_central_broadcaster_disconnect.log

  • Hi Tony,

    Got it. Thank you for providing the btool log. Do you have access to a BLE sniffer such as an Ellisys? If so, then could you take a packet capture of the over the air traffic? Could you record everything from the connection establishment until the connection is dropped and attach it as a reply to this message? This will help us understand what is happening over the air.

    Best Regards,

    Jan

  • Hi Jan,

    We don't have the Eillsys. The attached sniffer log was captured by TI packet sniffer.
    I also attached the btool log once more for this test.
    host_test_disconnect_peripheral_sdk6.10.x_btool.loghost_test_disconnect_sdk6.10.x.psd

    Thanks.

    Best regards,
    Tony

  • Hi Tony,

    Got it. I will look into this and get back to you in the next few days.

    Best Regards,

    Jan

  • Hi Tony,

    Can you try sending the GAP_UpdateLinkParamReq command in BTool after the peripheral has connected to the iOS device? Make sure the connHandle is changed to the connection handle of the connected iOS device. I would update change connTimeout to 5 seconds or so as a quick test. After the command has been sent, can you share what the return message was as well as the behavior observed?

    Best Regards,

    Jan

  • Hi Jan,

    Here is the log after connecting to iOS device. The connection timeout is set to 500 * 10ms. After that, the link got disconnected after 15mins.
    --------------------------------------------------------------------
    [34] : <Rx> - 09:03:24.807
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x14 (20) bytes(s)
    Event : 0x0605 (1541) (GAP_EstablishLink)
    Status : 0x00 (0) (SUCCESS)
    DevAddrType : 0x01 (1) (ADDRTYPE_RANDOM)
    DevAddr : 42:05:09:92:53:1E
    ConnHandle : 0x0000 (0)
    ConnRole : 0x04 (4) (
    Peripheral)
    ConnInterval : 0x0018 (24)
    ConnLatency : 0x0000 (0)
    ConnTimeout : 0x0048 (72)
    ClockAccuracy : 0x01 (1)
    Dump(Rx):
    0000:04 FF 14 05 06 00 01 1E 53 92 09 05 42 00 00 04 ........S...B...
    0010:18 00 00 00 48 00 01 ....H..

    [153] : <Tx> - 09:11:15.420
    -Type : 0x01 (Command)
    -OpCode : 0xFE11 (GAP_UpdateLinkParamReq)
    -Data Length : 0x0A (10) byte(s)
    ConnHandle : 0x0000 (0)
    IntervalMin : 0x0018 (24)
    IntervalMax : 0x0018 (24)
    ConnLatency : 0x0000 (0)
    ConnTimeout : 0x01F4 (500)
    Dump(Tx):
    0000:01 11 FE 0A 00 00 18 00 18 00 00 00 F4 01 ..............
    --------------------------------------------------------------------
    [154] : <Rx> - 09:11:15.438
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x06 (6) bytes(s)
    Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
    Status : 0x00 (0) (SUCCESS)
    OpCode : 0xFE11 (GAP_UpdateLinkParamReq)
    DataLength : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 11 FE 00 .........
    --------------------------------------------------------------------
    [155] : <Rx> - 09:11:15.728
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x0B (11) bytes(s)
    Event : 0x0607 (1543) (GAP_LinkParamUpdate)
    Status : 0x00 (0) (SUCCESS)
    ConnHandle : 0x0000 (0)
    ConnInterval : 0x0018 (24)
    ConnLatency : 0x0000 (0)
    ConnTimeout : 0x01F4 (500)
    Dump(Rx):
    0000:04 FF 0B 07 06 00 00 00 18 00 00 00 F4 01 ..............
    --------------------------------------------------------------------

    Thanks.

    GAP_UpdateLinkParamReq.log
    [1] : <Info> - 08:57:56.296
    Port opened at 10/5/2022 8:57:56 PM
    --------------------------------------------------------------------
    [2] : <Tx> - 08:57:56.354
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC1D (HCIExt_ResetSystemCmd)
    -Data Length    : 0x01 (1) byte(s)
     Type           : 0x00 (0) (Chip Reset)
    Dump(Tx):
    0000:01 1D FC 01 00                                  .....
    --------------------------------------------------------------------
    [3] : <Rx> - 08:57:56.477
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x041D (1053) (HCIExt_ResetSystemCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC1D (HCIExt_ResetSystemCmd)
    Dump(Rx):
    0000:04 FF 05 1D 04 00 1D FC                         ........
    --------------------------------------------------------------------
    [4] : <Tx> - 08:57:57.000
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE00 (GAP_DeviceInit)
    -Data Length    : 0x08 (8) byte(s)
     ProfileRole    : 0x08 (8) (
                      Central)
     AddrMode       : 0x00 (0) (ADDRMODE_PUBLIC)
     RandomAddr     : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 08 00 00 00 00 00 00 00             ............
    --------------------------------------------------------------------
    [5] : <Rx> - 08:57:57.060
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE00 (GAP_DeviceInit)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 00 FE 00                      .........
    --------------------------------------------------------------------
    [6] : <Rx> - 08:57:57.074
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x2C (44) bytes(s)
     Event          : 0x0600 (1536) (GAP_DeviceInitDone)
     Status         : 0x00 (0) (SUCCESS)
     DevAddr        : F4:60:77:83:09:38
     DataPktLen     : 0x00FF (255)
     NumDataPkts    : 0x05 (5)
     IRK            : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
     CSRK           : 72:63:7C:FE:83:4E:F7:A2:CD:1A:DB:44:B8:44:38:61
    Dump(Rx):
    0000:04 FF 2C 00 06 00 38 09 83 77 60 F4 FF 00 05 00 ..,...8..w`.....
    0010:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 72 ...............r
    0020:63 7C FE 83 4E F7 A2 CD 1A DB 44 B8 44 38 61    c|..N.....D.D8a
    --------------------------------------------------------------------
    [7] : <Tx> - 08:57:57.093
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x02 (2) (INIT_PHYPARAM_CONN_INT_MIN)
    Dump(Tx):
    0000:01 61 FE 02 01 02                               .a....
    --------------------------------------------------------------------
    [8] : <Tx> - 08:57:57.104
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x03 (3) (INIT_PHYPARAM_CONN_INT_MAX)
    Dump(Tx):
    0000:01 61 FE 02 01 03                               .a....
    --------------------------------------------------------------------
    [9] : <Tx> - 08:57:57.115
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x04 (4) (INIT_PHYPARAM_CONN_LATENCY)
    Dump(Tx):
    0000:01 61 FE 02 01 04                               .a....
    --------------------------------------------------------------------
    [10] : <Tx> - 08:57:57.125
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE61 (GapInit_getPhyParam)
    -Data Length    : 0x02 (2) byte(s)
     PHY            : 0x01 (1) (INIT_PHY_1M)
     ParamId        : 0x05 (5) (INIT_PHYPARAM_SUP_TIMEOUT)
    Dump(Tx):
    0000:01 61 FE 02 01 05                               .a....
    --------------------------------------------------------------------
    [11] : <Rx> - 08:57:57.127
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x02 (2) (INIT_PHYPARAM_CONN_INT_MIN)
     MinConnectInter: 0x0050 (80)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 02 50 00             ......a...P.
    --------------------------------------------------------------------
    [12] : <Rx> - 08:57:57.138
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x03 (3) (INIT_PHYPARAM_CONN_INT_MAX)
     MaxConnectInter: 0x0050 (80)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 03 50 00             ......a...P.
    --------------------------------------------------------------------
    [13] : <Rx> - 08:57:57.149
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x04 (4) (INIT_PHYPARAM_CONN_LATENCY)
     ConnectLatency : 0x0000 (0)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 04 00 00             ......a.....
    --------------------------------------------------------------------
    [14] : <Rx> - 08:57:57.160
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x09 (9) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE61 (GapInit_getPhyParam)
     DataLength     : 0x03 (3)
     ParamId        : 0x05 (5) (INIT_PHYPARAM_SUP_TIMEOUT)
     SuperTimeout   : 0x07D0 (2000)
    Dump(Rx):
    0000:04 FF 09 7F 06 00 61 FE 03 05 D0 07             ......a.....
    --------------------------------------------------------------------
    [15] : <Tx> - 08:58:08.216
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC1D (HCIExt_ResetSystemCmd)
    -Data Length    : 0x01 (1) byte(s)
     Type           : 0x00 (0) (Chip Reset)
    Dump(Tx):
    0000:01 1D FC 01 00                                  .....
    --------------------------------------------------------------------
    [16] : <Rx> - 08:58:08.228
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x041D (1053) (HCIExt_ResetSystemCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC1D (HCIExt_ResetSystemCmd)
    Dump(Rx):
    0000:04 FF 05 1D 04 00 1D FC                         ........
    --------------------------------------------------------------------
    [17] : <Tx> - 08:58:43.214
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE00 (GAP_DeviceInit)
    -Data Length    : 0x08 (8) byte(s)
     ProfileRole    : 0x04 (4) (
                      Peripheral)
     AddrMode       : 0x00 (0) (ADDRMODE_PUBLIC)
     RandomAddr     : 00:00:00:00:00:00
    Dump(Tx):
    0000:01 00 FE 08 04 00 00 00 00 00 00 00             ............
    --------------------------------------------------------------------
    [18] : <Rx> - 08:58:43.233
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE00 (GAP_DeviceInit)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 00 FE 00                      .........
    --------------------------------------------------------------------
    [19] : <Rx> - 08:58:43.244
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x2C (44) bytes(s)
     Event          : 0x0600 (1536) (GAP_DeviceInitDone)
     Status         : 0x00 (0) (SUCCESS)
     DevAddr        : F4:60:77:83:09:38
     DataPktLen     : 0x00FF (255)
     NumDataPkts    : 0x05 (5)
     IRK            : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
     CSRK           : 55:96:6B:A2:4E:BF:8D:E7:EA:CF:C7:90:61:C4:D6:8B
    Dump(Rx):
    0000:04 FF 2C 00 06 00 38 09 83 77 60 F4 FF 00 05 00 ..,...8..w`.....
    0010:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 ...............U
    0020:96 6B A2 4E BF 8D E7 EA CF C7 90 61 C4 D6 8B    .k.N.......a...
    --------------------------------------------------------------------
    [20] : <Tx> - 08:59:11.245
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC0C (HCIExt_SetBDADDRCmd)
    -Data Length    : 0x06 (6) byte(s)
     BLEAddress     : B0:27:CF:79:EA:CF
    Dump(Tx):
    0000:01 0C FC 06 CF EA 79 CF 27 B0                   ......y.'.
    --------------------------------------------------------------------
    [21] : <Rx> - 08:59:11.263
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x040C (1036) (HCIExt_SetBDADDRCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC0C (HCIExt_SetBDADDRCmd)
    Dump(Rx):
    0000:04 FF 05 0C 04 00 0C FC                         ........
    --------------------------------------------------------------------
    [22] : <Tx> - 08:59:38.907
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE3E (GapAdv_create)
    -Data Length    : 0x15 (21) byte(s)
     Properties     : 0x0013 (19) (
                      GAP_ADV_PROP_CONNECTABLE
                      GAP_ADV_PROP_SCANNABLE
                      GAP_ADV_PROP_LEGACY)
     IntervalMin    : 0x0000A0 (160)
     IntervalMax    : 0x0000A0 (160)
     PrimaryChMap   : 0x07 (7) (
                      GAP_ADV_CHAN_37
                      GAP_ADV_CHAN_38
                      GAP_ADV_CHAN_39)
     PeerAddrType   : 0x00 (0) (PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID)
     PeerAddress    : 00:00:00:00:00:00
     FilterPolicy   : 0x00 (0) (
                      AdvFilterPolicy Bit Mask Is Not Set)
     TxPower        : 0x7F (127)
     PrimaryPHY     : 0x01 (1) (GAP_ADV_PRIM_PHY_1_MBPS)
     SecondaryPHY   : 0x01 (1) (GAP_ADV_SEC_PHY_1_MBPS)
     SID            : 0x00 (0)
    Dump(Tx):
    0000:01 3E FE 15 13 00 A0 00 00 A0 00 00 07 00 00 00 .>..............
    0010:00 00 00 00 00 7F 01 01 00                      .........
    --------------------------------------------------------------------
    [23] : <Rx> - 08:59:38.934
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x07 (7) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE3E (GapAdv_create)
     DataLength     : 0x01 (1)
     Handle         : 0x00 (0)
    Dump(Rx):
    0000:04 FF 07 7F 06 00 3E FE 01 00                   ......>...
    --------------------------------------------------------------------
    [24] : <Tx> - 08:59:46.306
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE42 (GapAdv_setParam)
    -Data Length    : 0x05 (5) byte(s)
     Handle         : 0x00 (0)
     ParamId        : 0x01 (1) (GAP_ADV_PARAM_PRIMARY_INTERVAL_MIN)
     IntervalMin    : 0x0000A0 (160)
    Dump(Tx):
    0000:01 42 FE 05 00 01 A0 00 00                      .B.......
    --------------------------------------------------------------------
    [25] : <Rx> - 08:59:46.321
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE42 (GapAdv_setParam)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 42 FE 00                      ......B..
    --------------------------------------------------------------------
    [26] : <Tx> - 08:59:56.950
    -Type           : 0x01 (Command)
    -OpCode         : 0xFC01 (HCIExt_SetTxPowerCmd)
    -Data Length    : 0x01 (1) byte(s)
     Tx Power       : 0x0C (12) (HCI_EXT_TX_POWER_3_DBM)
    Dump(Tx):
    0000:01 01 FC 01 0C                                  .....
    --------------------------------------------------------------------
    [27] : <Rx> - 08:59:56.967
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x05 (5) bytes(s)
     Event          : 0x0401 (1025) (HCIExt_SetTxPowerCmdDone)
     Status         : 0x00 (0) (SUCCESS)
     CmdOpCode      : 0xFC01 (HCIExt_SetTxPowerCmd)
    Dump(Rx):
    0000:04 FF 05 01 04 00 01 FC                         ........
    --------------------------------------------------------------------
    [28] : <Tx> - 09:01:53.012
    -Type           : 0x09 (ExtCommand)
    -OpCode         : 0xFE44 (GapAdv_loadData)
    -Data Length    : 0x1900 (6400) byte(s)
     Handle         : 0x00 (0)
     AdvDataType    : 0x00 (0)
     DataLength     : 0x0015 (21)
     AdvData        : 02:01:06:11:06:9E:CA:DC:24:0E:E5:A9:E0:93:F3:A3:
                      B5:01:00:40:6E
    Dump(Tx):
    0000:09 44 FE 19 00 00 00 15 00 02 01 06 11 06 9E CA .D..............
    0010:DC 24 0E E5 A9 E0 93 F3 A3 B5 01 00 40 6E       .$..........@n
    --------------------------------------------------------------------
    [29] : <Rx> - 09:01:53.025
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE44 (GapAdv_loadData)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 44 FE 00                      ......D..
    --------------------------------------------------------------------
    [30] : <Tx> - 09:02:15.120
    -Type           : 0x09 (ExtCommand)
    -OpCode         : 0xFE44 (GapAdv_loadData)
    -Data Length    : 0x2300 (8960) byte(s)
     Handle         : 0x00 (0)
     AdvDataType    : 0x01 (1)
     DataLength     : 0x001F (31)
     AdvData        : 02:0A:00:05:0A:12:50:68:00:15:09:41:50:35:30:31:
                      30:55:2D:57:4D:30:31:32:31:34:36:57:2D:33:30
    Dump(Tx):
    0000:09 44 FE 23 00 00 01 1F 00 02 0A 00 05 0A 12 50 .D.#...........P
    0010:68 00 15 09 41 50 35 30 31 30 55 2D 57 4D 30 31 h...AP5010U-WM01
    0020:32 31 34 36 57 2D 33 30                         2146W-30
    --------------------------------------------------------------------
    [31] : <Rx> - 09:02:15.134
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE44 (GapAdv_loadData)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 44 FE 00                      ......D..
    --------------------------------------------------------------------
    [32] : <Tx> - 09:02:23.399
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE3F (GapAdv_enable)
    -Data Length    : 0x04 (4) byte(s)
     Handle         : 0x00 (0)
     EnableOptions  : 0x00 (0) (GAP_ADV_ENABLE_OPTIONS_USE_MAX)
     DurationMaxEvnt: 0x0000 (0)
    Dump(Tx):
    0000:01 3F FE 04 00 00 00 00                         .?......
    --------------------------------------------------------------------
    [33] : <Rx> - 09:02:23.411
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE3F (GapAdv_enable)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 3F FE 00                      ......?..
    --------------------------------------------------------------------
    [34] : <Rx> - 09:03:24.807
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x14 (20) bytes(s)
     Event          : 0x0605 (1541) (GAP_EstablishLink)
     Status         : 0x00 (0) (SUCCESS)
     DevAddrType    : 0x01 (1) (ADDRTYPE_RANDOM)
     DevAddr        : 42:05:09:92:53:1E
     ConnHandle     : 0x0000 (0)
     ConnRole       : 0x04 (4) (
                      Peripheral)
     ConnInterval   : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x0048 (72)
     ClockAccuracy  : 0x01 (1)
    Dump(Rx):
    0000:04 FF 14 05 06 00 01 1E 53 92 09 05 42 00 00 04 ........S...B...
    0010:18 00 00 00 48 00 01                            ....H..
    --------------------------------------------------------------------
    [35] : <Tx> - 09:03:24.808
    -Type           : 0x01 (Command)
    -OpCode         : 0x2022 (HCI_LE_SetDataLength)
    -Data Length    : 0x06 (6) byte(s)
     Handle         : 0x0000 (0)
     TxOctets       : 0x00FB (251)
     TxTime         : 0x0848 (2120)
    Dump(Tx):
    0000:01 22 20 06 00 00 FB 00 48 08                   ." .....H.
    --------------------------------------------------------------------
    [36] : <Rx> - 09:03:24.850
    -Type           : 0x04 (Event)
    -EventCode      : 0x000E (HCI_CommandCompleteEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Packets        : 0x01 (1)
     OpCode         : 0x2022 (HCI_LE_SetDataLength)
     Status         : 0x00 (0) (SUCCESS)
     Handle         : 0x0000 (0)
    Dump(Rx):
    0000:04 0E 06 01 22 20 00 00 00                      ...." ...
    --------------------------------------------------------------------
    [37] : <Info> - 09:03:24.860
    Device Connected
    Handle = 0x0000
    Addr Type = 0x01 (ADDRTYPE_RANDOM)
    BDAddr = 42:05:09:92:53:1E
    --------------------------------------------------------------------
    [38] : <Rx> - 09:03:24.893
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x0C (12) bytes(s)
     LE Event Code  : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
     LE Event Code  : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
     Status         : 0x00 (0) (SUCCESS)
     ConnectionId   : 0x0000 (0)
     Features       : 0x00000000000059FF (23039) (
                      Encryption
                      Connection_Parameters_Request
                      Reject_Extended_Indication
                      Slave_Features_Exchange
                      Ping
                      Data_Packet_Length_Extension
                      Privacy
                      Extended_Scanner_Filter_Policies
                      PHY_2M
                      Coded_PHY
                      Extended_Advertising
                      Channel_Selection_Algorithm_2)
    Dump(Rx):
    0000:04 3E 0C 04 00 00 00 FF 59 00 00 00 00 00 00    .>......Y......
    --------------------------------------------------------------------
    [39] : <Rx> - 09:03:25.226
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x06 (6) bytes(s)
     LE Event Code  : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
     LE Event Code  : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
     Status         : 0x00 (0) (SUCCESS)
     Handle         : 0x0000 (0)
     TxPhy          : 0x02 (2) (
                      Phy_2_Mbps)
     RxPhy          : 0x02 (2) (
                      Phy_2_Mbps)
    Dump(Rx):
    0000:04 3E 06 0C 00 00 00 02 02                      .>.......
    --------------------------------------------------------------------
    [40] : <Rx> - 09:03:25.280
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x08 (8) bytes(s)
     Event          : 0x057F (1407) (ATT_MtuUpdatedEvt)
     Status         : 0x00 (0) (SUCCESS)
     ConnHandle     : 0x0000 (0)
     PduLen         : 0x02 (2)
     MTU            : 0x00FB (251)
    Dump(Rx):
    0000:04 FF 08 7F 05 00 00 00 02 FB 00                ...........
    --------------------------------------------------------------------
    [41] : <Error> - 09:03:50.366
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [42] : <Warning> - 09:03:50.367
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [43] : <Rx> - 09:03:50.365
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 20 DF FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 20 DF FF FF FF 1F             .>.... .....
    --------------------------------------------------------------------
    [44] : <Error> - 09:04:00.418
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [45] : <Warning> - 09:04:00.419
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [46] : <Rx> - 09:04:00.418
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1B DF 1F FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1B DF 1F FF FF 1F             .>..........
    --------------------------------------------------------------------
    [47] : <Tx> - 09:04:03.261
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
    -Data Length    : 0x0A (10) byte(s)
     ConnHandle     : 0x0000 (0)
     IntervalMin    : 0x0050 (80)
     IntervalMax    : 0x0050 (80)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x1388 (5000)
    Dump(Tx):
    0000:01 11 FE 0A 00 00 50 00 50 00 00 00 88 13       ......P.P.....
    --------------------------------------------------------------------
    [48] : <Rx> - 09:04:03.275
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x02 (2) (INVALIDPARAMETER)
     OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 02 11 FE 00                      .........
    --------------------------------------------------------------------
    [49] : <Error> - 09:04:10.470
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [50] : <Warning> - 09:04:10.471
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [51] : <Rx> - 09:04:10.470
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 16 DF 1F FF D3 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 16 DF 1F FF D3 1F             .>..........
    --------------------------------------------------------------------
    [52] : <Error> - 09:05:03.239
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [53] : <Warning> - 09:05:03.241
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [54] : <Rx> - 09:05:03.239
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 09 FF 1F FF D3 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 09 FF 1F FF D3 1F             .>..........
    --------------------------------------------------------------------
    [55] : <Error> - 09:05:13.282
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [56] : <Warning> - 09:05:13.283
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [57] : <Rx> - 09:05:13.282
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 04 FF FF FF D3 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 04 FF FF FF D3 1F             .>..........
    --------------------------------------------------------------------
    [58] : <Error> - 09:05:23.364
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [59] : <Warning> - 09:05:23.365
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [60] : <Rx> - 09:05:23.364
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0F FF FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0F FF FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [61] : <Error> - 09:05:30.954
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [62] : <Warning> - 09:05:30.955
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [63] : <Rx> - 09:05:30.954
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1E 7F FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1E 7F FF FF FF 1F             .>..........
    --------------------------------------------------------------------
    [64] : <Error> - 09:05:35.937
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [65] : <Warning> - 09:05:35.939
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [66] : <Rx> - 09:05:35.937
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 16 77 FF FF FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 16 77 FF FF FF 1F             .>.....w....
    --------------------------------------------------------------------
    [67] : <Tx> - 09:05:37.490
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
    -Data Length    : 0x0A (10) byte(s)
     ConnHandle     : 0x0000 (0)
     IntervalMin    : 0x0018 (24)
     IntervalMax    : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x0048 (72)
    Dump(Tx):
    0000:01 11 FE 0A 00 00 18 00 18 00 00 00 48 00       ............H.
    --------------------------------------------------------------------
    [68] : <Rx> - 09:05:37.506
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 11 FE 00                      .........
    --------------------------------------------------------------------
    [69] : <Rx> - 09:05:37.796
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x0B (11) bytes(s)
     Event          : 0x0607 (1543) (GAP_LinkParamUpdate)
     Status         : 0x30 (48) (bleGAPUserCanceled)
     ConnHandle     : 0x0000 (0)
     ConnInterval   : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x0048 (72)
    Dump(Rx):
    0000:04 FF 0B 07 06 30 00 00 18 00 00 00 48 00       .....0......H.
    --------------------------------------------------------------------
    [70] : <Tx> - 09:05:52.226
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
    -Data Length    : 0x0A (10) byte(s)
     ConnHandle     : 0x0000 (0)
     IntervalMin    : 0x0018 (24)
     IntervalMax    : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x1388 (5000)
    Dump(Tx):
    0000:01 11 FE 0A 00 00 18 00 18 00 00 00 88 13       ..............
    --------------------------------------------------------------------
    [71] : <Rx> - 09:05:52.241
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x02 (2) (INVALIDPARAMETER)
     OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 02 11 FE 00                      .........
    --------------------------------------------------------------------
    [72] : <Error> - 09:05:53.487
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [73] : <Warning> - 09:05:53.488
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [74] : <Rx> - 09:05:53.487
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 77 FF FF FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 77 FF FF FE 1F             .>.....w....
    --------------------------------------------------------------------
    [75] : <Error> - 09:06:01.047
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [76] : <Warning> - 09:06:01.049
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [77] : <Rx> - 09:06:01.047
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 14 77 3F FC FE 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 14 77 3F FC FE 1F             .>.....w?...
    --------------------------------------------------------------------
    [78] : <Error> - 09:06:11.100
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [79] : <Warning> - 09:06:11.101
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [80] : <Rx> - 09:06:11.099
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 15 77 3F FC C6 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 15 77 3F FC C6 1F             .>.....w?...
    --------------------------------------------------------------------
    [81] : <Error> - 09:06:21.118
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [82] : <Warning> - 09:06:21.119
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [83] : <Rx> - 09:06:21.118
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1F 77 07 E0 C6 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1F 77 07 E0 C6 1F             .>.....w....
    --------------------------------------------------------------------
    [84] : <Error> - 09:06:23.643
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [85] : <Warning> - 09:06:23.645
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [86] : <Rx> - 09:06:23.642
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 06 77 07 00 C6 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 06 77 07 00 C6 1F             .>.....w....
    --------------------------------------------------------------------
    [87] : <Error> - 09:06:26.155
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [88] : <Warning> - 09:06:26.156
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [89] : <Rx> - 09:06:26.154
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 77 01 00 C6 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 77 01 00 C6 1F             .>.....w....
    --------------------------------------------------------------------
    [90] : <Error> - 09:06:38.760
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [91] : <Warning> - 09:06:38.761
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [92] : <Rx> - 09:06:38.759
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 04 F7 01 00 C6 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 04 F7 01 00 C6 1F             .>..........
    --------------------------------------------------------------------
    [93] : <Error> - 09:07:06.389
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [94] : <Warning> - 09:07:06.390
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [95] : <Rx> - 09:07:06.389
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 21 F7 01 00 C7 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 21 F7 01 00 C7 1F             .>....!.....
    --------------------------------------------------------------------
    [96] : <Error> - 09:07:08.912
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [97] : <Warning> - 09:07:08.913
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [98] : <Rx> - 09:07:08.910
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1A FF 01 00 C7 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1A FF 01 00 C7 1F             .>..........
    --------------------------------------------------------------------
    [99] : <Error> - 09:07:23.998
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [100] : <Warning> - 09:07:23.999
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [101] : <Rx> - 09:07:23.997
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 FF 01 00 FF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 FF 01 00 FF 1F             .>..........
    --------------------------------------------------------------------
    [102] : <Error> - 09:07:36.572
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [103] : <Warning> - 09:07:36.573
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [104] : <Rx> - 09:07:36.572
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 20 F7 01 00 EF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 20 F7 01 00 EF 1F             .>.... .....
    --------------------------------------------------------------------
    [105] : <Error> - 09:07:49.106
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [106] : <Warning> - 09:07:49.107
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [107] : <Rx> - 09:07:49.106
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 06 F7 01 00 EC 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 06 F7 01 00 EC 1F             .>..........
    --------------------------------------------------------------------
    [108] : <Error> - 09:07:54.119
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [109] : <Warning> - 09:07:54.121
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [110] : <Rx> - 09:07:54.119
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 F7 01 00 CC 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 F7 01 00 CC 1F             .>....".....
    --------------------------------------------------------------------
    [111] : <Error> - 09:08:16.745
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [112] : <Warning> - 09:08:16.747
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [113] : <Rx> - 09:08:16.744
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 00 F7 01 00 8C 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 00 F7 01 00 8C 1F             .>..........
    --------------------------------------------------------------------
    [114] : <Error> - 09:08:36.809
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [115] : <Warning> - 09:08:36.810
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [116] : <Rx> - 09:08:36.809
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1B F7 01 00 9C 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1B F7 01 00 9C 1F             .>..........
    --------------------------------------------------------------------
    [117] : <Error> - 09:08:44.337
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [118] : <Warning> - 09:08:44.338
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [119] : <Rx> - 09:08:44.337
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1F F7 01 00 8C 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1F F7 01 00 8C 1F             .>..........
    --------------------------------------------------------------------
    [120] : <Error> - 09:08:46.861
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [121] : <Warning> - 09:08:46.862
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [122] : <Rx> - 09:08:46.861
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 F7 01 00 84 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 F7 01 00 84 1F             .>..........
    --------------------------------------------------------------------
    [123] : <Error> - 09:08:49.351
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [124] : <Warning> - 09:08:49.352
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [125] : <Rx> - 09:08:49.351
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 FF 01 00 84 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 FF 01 00 84 1F             .>..........
    --------------------------------------------------------------------
    [126] : <Error> - 09:09:21.988
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [127] : <Warning> - 09:09:21.989
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [128] : <Rx> - 09:09:21.988
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 FF 01 00 A4 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 FF 01 00 A4 1F             .>....$.....
    --------------------------------------------------------------------
    [129] : <Error> - 09:09:29.549
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [130] : <Warning> - 09:09:29.553
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [131] : <Rx> - 09:09:29.548
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 23 FF 01 00 80 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 23 FF 01 00 80 1F             .>....#.....
    --------------------------------------------------------------------
    [132] : <Error> - 09:09:59.765
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [133] : <Warning> - 09:09:59.767
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [134] : <Rx> - 09:09:59.764
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 23 FF 01 00 83 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 23 FF 01 00 83 1F             .>....#.....
    --------------------------------------------------------------------
    [135] : <Error> - 09:10:24.901
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [136] : <Warning> - 09:10:24.905
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [137] : <Rx> - 09:10:24.901
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 7F 01 00 83 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 7F 01 00 83 1F             .>....".....
    --------------------------------------------------------------------
    [138] : <Error> - 09:10:32.462
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [139] : <Warning> - 09:10:32.463
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [140] : <Rx> - 09:10:32.462
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 24 7F 9F FF 83 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 7F 9F FF 83 1F             .>....$.....
    --------------------------------------------------------------------
    [141] : <Error> - 09:10:42.483
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [142] : <Warning> - 09:10:42.487
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [143] : <Rx> - 09:10:42.482
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 08 7F 9F FF DF 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 7F 9F FF DF 1F             .>..........
    --------------------------------------------------------------------
    [144] : <Error> - 09:10:52.569
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [145] : <Warning> - 09:10:52.570
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [146] : <Rx> - 09:10:52.569
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 12 7F 9B FF DB 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 12 7F 9B FF DB 1F             .>..........
    --------------------------------------------------------------------
    [147] : <Error> - 09:11:02.591
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [148] : <Warning> - 09:11:02.594
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [149] : <Rx> - 09:11:02.590
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 7F FB FF DB 1F 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 7F FB FF DB 1F             .>....".....
    --------------------------------------------------------------------
    [150] : <Error> - 09:11:12.636
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [151] : <Warning> - 09:11:12.639
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [152] : <Rx> - 09:11:12.634
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 22 7F FB FF DB 1E 
    Dump(Rx):
    0000:04 3E 09 82 00 00 22 7F FB FF DB 1E             .>....".....
    --------------------------------------------------------------------
    [153] : <Tx> - 09:11:15.420
    -Type           : 0x01 (Command)
    -OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
    -Data Length    : 0x0A (10) byte(s)
     ConnHandle     : 0x0000 (0)
     IntervalMin    : 0x0018 (24)
     IntervalMax    : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x01F4 (500)
    Dump(Tx):
    0000:01 11 FE 0A 00 00 18 00 18 00 00 00 F4 01       ..............
    --------------------------------------------------------------------
    [154] : <Rx> - 09:11:15.438
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x06 (6) bytes(s)
     Event          : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
     Status         : 0x00 (0) (SUCCESS)
     OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
     DataLength     : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 11 FE 00                      .........
    --------------------------------------------------------------------
    [155] : <Rx> - 09:11:15.728
    -Type           : 0x04 (Event)
    -EventCode      : 0x00FF (HCI_LE_ExtEvent)
    -Data Length    : 0x0B (11) bytes(s)
     Event          : 0x0607 (1543) (GAP_LinkParamUpdate)
     Status         : 0x00 (0) (SUCCESS)
     ConnHandle     : 0x0000 (0)
     ConnInterval   : 0x0018 (24)
     ConnLatency    : 0x0000 (0)
     ConnTimeout    : 0x01F4 (500)
    Dump(Rx):
    0000:04 FF 0B 07 06 00 00 00 18 00 00 00 F4 01       ..............
    --------------------------------------------------------------------
    [156] : <Error> - 09:11:20.162
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [157] : <Warning> - 09:11:20.164
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [158] : <Rx> - 09:11:20.162
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 0C 7F FB FF FB 1E 
    Dump(Rx):
    0000:04 3E 09 82 00 00 0C 7F FB FF FB 1E             .>..........
    --------------------------------------------------------------------
    [159] : <Error> - 09:11:22.687
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [160] : <Warning> - 09:11:22.689
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [161] : <Rx> - 09:11:22.687
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 18 FF FB FF EB 1E 
    Dump(Rx):
    0000:04 3E 09 82 00 00 18 FF FB FF EB 1E             .>..........
    --------------------------------------------------------------------
    [162] : <Error> - 09:11:40.303
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [163] : <Warning> - 09:11:40.304
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [164] : <Rx> - 09:11:40.301
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 12 FF FB 7F EB 1E 
    Dump(Rx):
    0000:04 3E 09 82 00 00 12 FF FB 7F EB 1E             .>..........
    --------------------------------------------------------------------
    [165] : <Error> - 09:11:42.815
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [166] : <Warning> - 09:11:42.817
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [167] : <Rx> - 09:11:42.813
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 1E FF 1B 00 EB 1E 
    Dump(Rx):
    0000:04 3E 09 82 00 00 1E FF 1B 00 EB 1E             .>..........
    --------------------------------------------------------------------
    [168] : <Error> - 09:11:45.372
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [169] : <Warning> - 09:11:45.374
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [170] : <Rx> - 09:11:45.370
    -Type           : 0x04 (Event)
    -EventCode      : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length    : 0x09 (9) bytes(s)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     LE Event Code  : 0x82 (130) (Unknown LeEvtCode #130)
     Raw            : 82 00 00 02 FF 01 00 EB 1E 
    Dump(Rx):
    0000:04 3E 09 82 00 00 02 FF 01 00 EB 1E             .>..........
    --------------------------------------------------------------------
    

  • Hi,

    Thank you for verifying. I was mistaken earlier, 5000 is not a valid value for the supervision timeout, try using 2000. I was able to run the test and verify that it worked on my end with an Android device. I do not have access to an iOS device at the moment. However, I believe we are at a stage where a sniffer log may be necessary to proceed. It seems something is happening over the air (possibly from the iOS side) that is causing the disconnect. I will try to get access to an iOS device and attempt to replicate the behavior on our end.

    Could you specify which version of iOS and which device the behavior is occurring on? I will try to get a similar device with the same OS. Could you also try following the same procedure as described previously (with 2000 for the timeout instead of 5000), walking the iOS device out of range of the CC2652R device and turning off Bluetooth on the device. Can you share the btool log that occurs after that happens?

    Best Regards,

    Jan

  • Hi Jan,

    I changed the timeout from 5000 to 2000. However, it still got disconected.
    The iphone model we used to test is iphone 13 mini , ios version 15.1 and iphone 12 mini, ios version 15.4.
    Here is the btool log.

    --------------------------------------------------------------------
    [50] : <Tx> - 01:40:07.012
    -Type : 0x01 (Command)
    -OpCode : 0xFE3F (GapAdv_enable)
    -Data Length : 0x04 (4) byte(s)
    Handle : 0x00 (0)
    EnableOptions : 0x00 (0) (GAP_ADV_ENABLE_OPTIONS_USE_MAX)
    DurationMaxEvnt: 0x0000 (0)
    Dump(Tx):
    0000:01 3F FE 04 00 00 00 00 .?......
    --------------------------------------------------------------------
    [51] : <Rx> - 01:40:07.024
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x06 (6) bytes(s)
    Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
    Status : 0x00 (0) (SUCCESS)
    OpCode : 0xFE3F (GapAdv_enable)
    DataLength : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 00 3F FE 00 ......?..
    --------------------------------------------------------------------
    [52] : <Rx> - 01:40:18.650
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x14 (20) bytes(s)
    Event : 0x0605 (1541) (GAP_EstablishLink)
    Status : 0x00 (0) (SUCCESS)
    DevAddrType : 0x01 (1) (ADDRTYPE_RANDOM)
    DevAddr : 4D:D9:B4:98:CF:B1
    ConnHandle : 0x0000 (0)
    ConnRole : 0x04 (4) (
    Peripheral)
    ConnInterval : 0x0018 (24)
    ConnLatency : 0x0000 (0)
    ConnTimeout : 0x0048 (72)
    ClockAccuracy : 0x01 (1)
    Dump(Rx):
    0000:04 FF 14 05 06 00 01 B1 CF 98 B4 D9 4D 00 00 04 ............M...
    0010:18 00 00 00 48 00 01 ....H..
    --------------------------------------------------------------------
    [53] : <Tx> - 01:40:18.650
    -Type : 0x01 (Command)
    -OpCode : 0x2022 (HCI_LE_SetDataLength)
    -Data Length : 0x06 (6) byte(s)
    Handle : 0x0000 (0)
    TxOctets : 0x00FB (251)
    TxTime : 0x0848 (2120)
    Dump(Tx):
    0000:01 22 20 06 00 00 FB 00 48 08 ." .....H.
    --------------------------------------------------------------------
    [54] : <Info> - 01:40:18.674
    Device Connected
    Handle = 0x0000
    Addr Type = 0x01 (ADDRTYPE_RANDOM)
    BDAddr = 4D:D9:B4:98:CF:B1
    --------------------------------------------------------------------
    [55] : <Rx> - 01:40:18.671
    -Type : 0x04 (Event)
    -EventCode : 0x000E (HCI_CommandCompleteEvent)
    -Data Length : 0x06 (6) bytes(s)
    Packets : 0x01 (1)
    OpCode : 0x2022 (HCI_LE_SetDataLength)
    Status : 0x00 (0) (SUCCESS)
    Handle : 0x0000 (0)
    Dump(Rx):
    0000:04 0E 06 01 22 20 00 00 00 ...." ...
    --------------------------------------------------------------------
    [56] : <Rx> - 01:40:18.725
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x0C (12) bytes(s)
    LE Event Code : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
    LE Event Code : 0x04 (4) (HCI_LE_ReadRemoteUsedFeaturesCompleteEvent)
    Status : 0x00 (0) (SUCCESS)
    ConnectionId : 0x0000 (0)
    Features : 0x00000000000059FF (23039) (
    Encryption
    Connection_Parameters_Request
    Reject_Extended_Indication
    Slave_Features_Exchange
    Ping
    Data_Packet_Length_Extension
    Privacy
    Extended_Scanner_Filter_Policies
    PHY_2M
    Coded_PHY
    Extended_Advertising
    Channel_Selection_Algorithm_2)
    Dump(Rx):
    0000:04 3E 0C 04 00 00 00 FF 59 00 00 00 00 00 00 .>......Y......
    --------------------------------------------------------------------
    [57] : <Rx> - 01:40:19.058
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x06 (6) bytes(s)
    LE Event Code : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
    LE Event Code : 0x0C (12) (HCI_LE_PhyUpdateCompleteEvent)
    Status : 0x00 (0) (SUCCESS)
    Handle : 0x0000 (0)
    TxPhy : 0x02 (2) (
    Phy_2_Mbps)
    RxPhy : 0x02 (2) (
    Phy_2_Mbps)
    Dump(Rx):
    0000:04 3E 06 0C 00 00 00 02 02 .>.......
    --------------------------------------------------------------------
    [58] : <Rx> - 01:40:19.123
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x08 (8) bytes(s)
    Event : 0x057F (1407) (ATT_MtuUpdatedEvt)
    Status : 0x00 (0) (SUCCESS)
    ConnHandle : 0x0000 (0)
    PduLen : 0x02 (2)
    MTU : 0x00FB (251)
    Dump(Rx):
    0000:04 FF 08 7F 05 00 00 00 02 FB 00 ...........
    --------------------------------------------------------------------
    [59] : <Tx> - 01:40:28.952
    -Type : 0x01 (Command)
    -OpCode : 0xFE11 (GAP_UpdateLinkParamReq)
    -Data Length : 0x0A (10) byte(s)
    ConnHandle : 0x0000 (0)
    IntervalMin : 0x0018 (24)
    IntervalMax : 0x0018 (24)
    ConnLatency : 0x0000 (0)
    ConnTimeout : 0x00C8 (200)
    Dump(Tx):
    0000:01 11 FE 0A 00 00 18 00 18 00 00 00 C8 00 ..............
    --------------------------------------------------------------------
    [60] : <Rx> - 01:40:28.969
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x06 (6) bytes(s)
    Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
    Status : 0x11 (17) (bleAlreadyInRequestedMode)
    OpCode : 0xFE11 (GAP_UpdateLinkParamReq)
    DataLength : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 11 11 FE 00 .........
    --------------------------------------------------------------------
    [61] : <Error> - 01:40:36.636
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [62] : <Warning> - 01:40:36.637
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [63] : <Rx> - 01:40:36.636
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 0F FF FF FF E9 1F
    Dump(Rx):
    0000:04 3E 09 82 00 00 0F FF FF FF E9 1F .>..........
    --------------------------------------------------------------------
    [64] : <Error> - 01:40:39.160
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [65] : <Warning> - 01:40:39.160
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [66] : <Rx> - 01:40:39.160
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 07 FF FF FF 68 1F
    Dump(Rx):
    0000:04 3E 09 82 00 00 07 FF FF FF 68 1F .>........h.
    --------------------------------------------------------------------
    [67] : <Error> - 01:40:41.684
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [68] : <Warning> - 01:40:41.685
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [69] : <Rx> - 01:40:41.684
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 24 FF FF 7F 00 1C
    Dump(Rx):
    0000:04 3E 09 82 00 00 24 FF FF 7F 00 1C .>....$.....
    --------------------------------------------------------------------
    [70] : <Error> - 01:40:49.210
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [71] : <Warning> - 01:40:49.211
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [72] : <Rx> - 01:40:49.210
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 23 57 FF 7F 00 1C
    Dump(Rx):
    0000:04 3E 09 82 00 00 23 57 FF 7F 00 1C .>....#W....
    --------------------------------------------------------------------
    [73] : <Error> - 01:40:54.223
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [74] : <Warning> - 01:40:54.224
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [75] : <Rx> - 01:40:54.223
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 09 57 FE 7F 00 1C
    Dump(Rx):
    0000:04 3E 09 82 00 00 09 57 FE 7F 00 1C .>.....W....
    --------------------------------------------------------------------
    [76] : <Error> - 01:40:56.736
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [77] : <Warning> - 01:40:56.737
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [78] : <Rx> - 01:40:56.736
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 12 57 FE 7F 00 10
    Dump(Rx):
    0000:04 3E 09 82 00 00 12 57 FE 7F 00 10 .>.....W....
    --------------------------------------------------------------------
    [79] : <Error> - 01:40:59.259
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [80] : <Warning> - 01:40:59.260
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [81] : <Rx> - 01:40:59.259
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 0D 57 FE 0F 00 10
    Dump(Rx):
    0000:04 3E 09 82 00 00 0D 57 FE 0F 00 10 .>.....W....
    --------------------------------------------------------------------
    [82] : <Error> - 01:41:09.344
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [83] : <Warning> - 01:41:09.345
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [84] : <Rx> - 01:41:09.344
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 13 00 FC 0F 00 10
    Dump(Rx):
    0000:04 3E 09 82 00 00 13 00 FC 0F 00 10 .>..........
    --------------------------------------------------------------------
    [85] : <Error> - 01:41:14.355
    Could Not Convert Some Of The Data In The Following Message
    (A Specific Message Handler Is Needed To Process The Data)
    --------------------------------------------------------------------
    [86] : <Warning> - 01:41:14.356
    The Last 8 Byte(s) In The Following Message Were Not Decoded
    (Message Has More Than The Expected Number Of Data Bytes)
    --------------------------------------------------------------------
    [87] : <Rx> - 01:41:14.355
    -Type : 0x04 (Event)
    -EventCode : 0x003E (HCI_LE_GenericReportEvent)
    -Data Length : 0x09 (9) bytes(s)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    LE Event Code : 0x82 (130) (Unknown LeEvtCode #130)
    Raw : 82 00 00 08 20 7F 08 00 10
    Dump(Rx):
    0000:04 3E 09 82 00 00 08 20 7F 08 00 10 .>..... ....
    --------------------------------------------------------------------

    Thanks.

  • Hi Jan,

    By the way, we have also tried the old sdk version 5.30.x.x with same command settings (without sending GAP_UpdateLinkParamReq command). It doesn't have this issue. The ble connection with iphone was quite stable for at least 3 hrs.
    Therefore, we believe there is some change in new sdk causing the issue.
    And since the 6.10 and later SDK version has CC2652R7 support, therefore we have to get it fixed to continue on running the firmware from latest SDK.

    Thanks.

  • Hi Tony,

    Could you try using the 6.20 SDK to see if that SDK shows the same behavior? If an older SDK does not show the issue, then I believe you may be right and there may be an issue in the stack itself.

    Best Regards,

    Jan

  • Hi Jan,

    In 6.20 SDK host_test project, it only has IAR compiler and TI Clang. There is no ccs option.
    Which one should I choose to use in ccs?

    Thanks.

  • Hi Jan,

    I chose the host test TI CLANG version in SDK6.20. Same there. The ble link with iphone lightblue got disconnected around 15 mins.

    Thanks.
    Tony

  • Hi Tony,

    Got it. I will try to reproduce the behavior on my end. I try to get access to an equivalent iOS device and see if I can replicate the behavior while recording BLE logs. In the meantime, can you try using a different BLE applications such as BLE Scanner or the SimpleLink Starter app to see if the same behavior is held across several applications?

    Best Regards,

    Jan