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.

CC2642R: The On-Chip OAD doesn't work

Part Number: CC2642R


Hi, 

I'm testing the On-Chip OAD using the simplelink_cc13x2_26x2_sdk_5_20_00_52.

The On-Chip OAD worked fine when I tested it using v4_40_04_04 before. But the latest version keeps failing.

I followed step as below.

1. Build and flash the persistent_app_CC26X2R1_LAUNCHXL_tirtos_ccs [Active - Debug] project.

     persistent_app_CC26X2R1_LAUNCHXL_tirtos_ccs_oad.bin

2. Build and flash the simple_peripheral_oad_onchip_CC26X2R1_LAUNCHXL_tirtos_ccs [Active - Debug] project.

     simple_peripheral_oad_onchip_CC26X2R1_LAUNCHXL_tirtos_ccs_oad.bin

3. Build and flash the bim_onchip_CC26X2R1_LAUNCHXL_nortos_ccs [Active - Debug_unsecure] project

    bim_onchip_CC26X2R1_LAUNCHXL_nortos_ccs.out

And then the OAD distributor tried to update image but it is failed.

I attach a log file of the Btool.

[1] : <Info> - 11:32:22.803
Port opened at 2021-11-12 ���� 11:32:22
--------------------------------------------------------------------
[2] : <Tx> - 11:32:22.925
-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:32:23.041
-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:32:23.544
-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:32:23.722
-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:32:23.744
-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:1E:38:8C
 DataPktLen     : 0x00FF (255)
 NumDataPkts    : 0x05 (5)
 IRK            : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
 CSRK           : 3E:BB:B8:29:2B:E0:29:6A:07:CA:28:F0:F0:49:99:14
Dump(Rx):
0000:04 FF 2C 00 06 00 8C 38 1E B0 6F 80 FF 00 05 00 ..,....8..o.....
0010:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3E ...............>
0020:BB B8 29 2B E0 29 6A 07 CA 28 F0 F0 49 99 14    ..)+.)j..(..I..
--------------------------------------------------------------------
[7] : <Tx> - 11:32:23.775
-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:32:23.813
-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] : <Rx> - 11:32:23.844
-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.
--------------------------------------------------------------------
[10] : <Tx> - 11:32:23.844
-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....
--------------------------------------------------------------------
[11] : <Tx> - 11:32:23.860
-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:32:23.860
-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:32:23.922
-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:32:23.960
-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:32:31.138
-Type           : 0x01 (Command)
-OpCode         : 0xFE51 (GapScan_enable)
-Data Length    : 0x06 (6) byte(s)
 Period         : 0x0000 (0)
 Duration       : 0x01F4 (500)
 MaxNumRecords  : 0x0028 (40)
Dump(Tx):
0000:01 51 FE 06 00 00 F4 01 28 00                   .Q......(.
--------------------------------------------------------------------
[16] : <Rx> - 11:32:31.176
-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         : 0xFE51 (GapScan_enable)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 51 FE 00                      ......Q..
--------------------------------------------------------------------
[17] : <Rx> - 11:32:31.191
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x07 (7) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00010000 (65536) (
                  GAP_EVT_SCAN_ENABLED)
Dump(Rx):
0000:04 FF 07 13 06 00 00 00 01 00                   ..........
--------------------------------------------------------------------
[18] : <Rx> - 11:32:31.222
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 65:C7:13:8E:58:EB
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA1 (161)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:44:81:
                  85
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 EB 58 8E 13 ..0.....@....X..
0010:C7 65 01 00 FF 7F A1 FF 00 00 00 00 00 00 00 00 .e..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:44 81 85                                        D..
--------------------------------------------------------------------
[19] : <Rx> - 11:32:31.291
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 1C:14:F9:39:B5:B8
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA4 (164)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:01:18:7D:8C:
                  D7
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 B8 B5 39 F9 ..0.....@.....9.
0010:14 1C 01 00 FF 7F A4 FF 00 00 00 00 00 00 00 00 ................
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 01 18 ..........L.....
0030:7D 8C D7                                        }..
--------------------------------------------------------------------
[20] : <Rx> - 11:32:31.554
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x31 (49) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : FC:A8:A2:A9:EB:BA
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xC5 (197)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0012 (18)
 Data           : 02:01:1E:0A:FF:75:00:01:00:02:00:01:03:02:03:19:
                  C0:00
Dump(Rx):
0000:04 FF 31 13 06 00 00 00 40 00 13 01 BA EB A9 A2 ..1.....@.......
0010:A8 FC 01 00 FF 7F C5 FF 00 00 00 00 00 00 00 00 ................
0020:12 00 02 01 1E 0A FF 75 00 01 00 02 00 01 03 02 .......u........
0030:03 19 C0 00                                     ....
--------------------------------------------------------------------
[21] : <Rx> - 11:32:31.708
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 6F:58:C8:A7:9B:FC
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:5B:42:
                  6C
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 FC 9B A7 C8 ..0.....@.......
0010:58 6F 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 Xo..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:5B 42 6C                                        [Bl
--------------------------------------------------------------------
[22] : <Rx> - 11:32:32.041
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x29 (41) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x10 (16) (Legacy_ADV_NONCONN_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 30:31:31:FE:BE:D0
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA5 (165)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x000A (10)
 Data           : 02:01:1A:06:FF:4C:00:0A:01:00
Dump(Rx):
0000:04 FF 29 13 06 00 00 00 40 00 10 01 D0 BE FE 31 ..).....@......1
0010:31 30 01 00 FF 7F A5 FF 00 00 00 00 00 00 00 00 10..............
0020:0A 00 02 01 1A 06 FF 4C 00 0A 01 00             .......L....
--------------------------------------------------------------------
[23] : <Rx> - 11:32:32.056
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x34 (52) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:C1:38:03:01:DF
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xB4 (180)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0015 (21)
 Data           : 02:01:06:11:16:95:FE:30:58:5B:05:01:DF:01:03:38:
                  C1:A4:28:01:00
Dump(Rx):
0000:04 FF 34 13 06 00 00 00 40 00 13 00 DF 01 03 38 ..4.....@......8
0010:C1 A4 01 00 FF 7F B4 FF 00 00 00 00 00 00 00 00 ................
0020:15 00 02 01 06 11 16 95 FE 30 58 5B 05 01 DF 01 .........0X[....
0030:03 38 C1 A4 28 01 00                            .8..(..
--------------------------------------------------------------------
[24] : <Rx> - 11:32:32.643
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 78:C5:4A:BE:70:A7
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA0 (160)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:01:18:02:48:
                  94
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 A7 70 BE 4A ..0.....@....p.J
0010:C5 78 01 00 FF 7F A0 FF 00 00 00 00 00 00 00 00 .x..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 01 18 ..........L.....
0030:02 48 94                                        .H.
--------------------------------------------------------------------
[25] : <Rx> - 11:32:33.848
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x3B (59) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x10 (16) (Legacy_ADV_NONCONN_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:30:7A:05:F5:39
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA1 (161)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x001C (28)
 Data           : 1B:FF:75:00:42:04:01:80:66:A4:30:7A:05:F5:39:A6:
                  30:7A:05:F5:38:01:00:00:00:00:00:00
Dump(Rx):
0000:04 FF 3B 13 06 00 00 00 40 00 10 00 39 F5 05 7A ..;.....@...9..z
0010:30 A4 01 00 FF 7F A1 FF 00 00 00 00 00 00 00 00 0...............
0020:1C 00 1B FF 75 00 42 04 01 80 66 A4 30 7A 05 F5 ....u.B...f.0z..
0030:39 A6 30 7A 05 F5 38 01 00 00 00 00 00 00       9.0z..8.......
--------------------------------------------------------------------
[26] : <Rx> - 11:32:36.156
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x09 (9) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00020000 (131072) (
                  GAP_EVT_SCAN_DISABLED)
 EndReason      : 0x01 (1) (SCAN_END_REASON_DUR_EXP)
 NumberOfReports: 0x08 (8)
Dump(Rx):
0000:04 FF 09 13 06 00 00 00 02 00 01 08             ............
--------------------------------------------------------------------
[27] : <Tx> - 11:32:41.577
-Type           : 0x01 (Command)
-OpCode         : 0xFE51 (GapScan_enable)
-Data Length    : 0x06 (6) byte(s)
 Period         : 0x0000 (0)
 Duration       : 0x01F4 (500)
 MaxNumRecords  : 0x0028 (40)
Dump(Tx):
0000:01 51 FE 06 00 00 F4 01 28 00                   .Q......(.
--------------------------------------------------------------------
[28] : <Rx> - 11:32:41.615
-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         : 0xFE51 (GapScan_enable)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 51 FE 00                      ......Q..
--------------------------------------------------------------------
[29] : <Rx> - 11:32:41.631
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x07 (7) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00010000 (65536) (
                  GAP_EVT_SCAN_ENABLED)
Dump(Rx):
0000:04 FF 07 13 06 00 00 00 01 00                   ..........
--------------------------------------------------------------------
[30] : <Rx> - 11:32:41.815
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 65:C7:13:8E:58:EB
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:44:81:
                  85
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 EB 58 8E 13 ..0.....@....X..
0010:C7 65 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 .e..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:44 81 85                                        D..
--------------------------------------------------------------------
[31] : <Rx> - 11:32:42.094
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x31 (49) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : FC:A8:A2:A9:EB:BA
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xBD (189)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0012 (18)
 Data           : 02:01:1E:0A:FF:75:00:01:00:02:00:01:03:02:03:19:
                  C0:00
Dump(Rx):
0000:04 FF 31 13 06 00 00 00 40 00 13 01 BA EB A9 A2 ..1.....@.......
0010:A8 FC 01 00 FF 7F BD FF 00 00 00 00 00 00 00 00 ................
0020:12 00 02 01 1E 0A FF 75 00 01 00 02 00 01 03 02 .......u........
0030:03 19 C0 00                                     ....
--------------------------------------------------------------------
[32] : <Rx> - 11:32:42.217
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x34 (52) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:C1:38:03:01:DF
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xB9 (185)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0015 (21)
 Data           : 02:01:06:11:16:95:FE:30:58:5B:05:01:DF:01:03:38:
                  C1:A4:28:01:00
Dump(Rx):
0000:04 FF 34 13 06 00 00 00 40 00 13 00 DF 01 03 38 ..4.....@......8
0010:C1 A4 01 00 FF 7F B9 FF 00 00 00 00 00 00 00 00 ................
0020:15 00 02 01 06 11 16 95 FE 30 58 5B 05 01 DF 01 .........0X[....
0030:03 38 C1 A4 28 01 00                            .8..(..
--------------------------------------------------------------------
[33] : <Rx> - 11:32:42.581
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 6F:58:C8:A7:9B:FC
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA3 (163)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:5B:42:
                  6C
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 FC 9B A7 C8 ..0.....@.......
0010:58 6F 01 00 FF 7F A3 FF 00 00 00 00 00 00 00 00 Xo..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:5B 42 6C                                        [Bl
--------------------------------------------------------------------
[34] : <Rx> - 11:32:44.203
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x3B (59) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x10 (16) (Legacy_ADV_NONCONN_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:30:7A:05:F5:39
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x001C (28)
 Data           : 1B:FF:75:00:42:04:01:80:66:A4:30:7A:05:F5:39:A6:
                  30:7A:05:F5:38:01:00:00:00:00:00:00
Dump(Rx):
0000:04 FF 3B 13 06 00 00 00 40 00 10 00 39 F5 05 7A ..;.....@...9..z
0010:30 A4 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 0...............
0020:1C 00 1B FF 75 00 42 04 01 80 66 A4 30 7A 05 F5 ....u.B...f.0z..
0030:39 A6 30 7A 05 F5 38 01 00 00 00 00 00 00       9.0z..8.......
--------------------------------------------------------------------
[35] : <Rx> - 11:32:44.688
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 10:AD:81:F5:1A:33
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA0 (160)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:44:81:
                  85
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 33 1A F5 81 ..0.....@...3...
0010:AD 10 01 00 FF 7F A0 FF 00 00 00 00 00 00 00 00 ................
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:44 81 85                                        D..
--------------------------------------------------------------------
[36] : <Rx> - 11:32:46.612
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x09 (9) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00020000 (131072) (
                  GAP_EVT_SCAN_DISABLED)
 EndReason      : 0x01 (1) (SCAN_END_REASON_DUR_EXP)
 NumberOfReports: 0x06 (6)
Dump(Rx):
0000:04 FF 09 13 06 00 00 00 02 00 01 06             ............
--------------------------------------------------------------------
[37] : <Tx> - 11:32:51.081
-Type           : 0x01 (Command)
-OpCode         : 0xFE51 (GapScan_enable)
-Data Length    : 0x06 (6) byte(s)
 Period         : 0x0000 (0)
 Duration       : 0x01F4 (500)
 MaxNumRecords  : 0x0028 (40)
Dump(Tx):
0000:01 51 FE 06 00 00 F4 01 28 00                   .Q......(.
--------------------------------------------------------------------
[38] : <Rx> - 11:32:51.113
-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         : 0xFE51 (GapScan_enable)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 51 FE 00                      ......Q..
--------------------------------------------------------------------
[39] : <Rx> - 11:32:51.128
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x07 (7) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00010000 (65536) (
                  GAP_EVT_SCAN_ENABLED)
Dump(Rx):
0000:04 FF 07 13 06 00 00 00 01 00                   ..........
--------------------------------------------------------------------
[40] : <Rx> - 11:32:51.151
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x31 (49) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : FC:A8:A2:A9:EB:BA
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xBE (190)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0012 (18)
 Data           : 02:01:1E:0A:FF:75:00:01:00:02:00:01:03:02:03:19:
                  C0:00
Dump(Rx):
0000:04 FF 31 13 06 00 00 00 40 00 13 01 BA EB A9 A2 ..1.....@.......
0010:A8 FC 01 00 FF 7F BE FF 00 00 00 00 00 00 00 00 ................
0020:12 00 02 01 1E 0A FF 75 00 01 00 02 00 01 03 02 .......u........
0030:03 19 C0 00                                     ....
--------------------------------------------------------------------
[41] : <Rx> - 11:32:52.487
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x34 (52) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:C1:38:03:01:DF
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xC3 (195)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0015 (21)
 Data           : 02:01:06:11:16:95:FE:30:58:5B:05:01:DF:01:03:38:
                  C1:A4:28:01:00
Dump(Rx):
0000:04 FF 34 13 06 00 00 00 40 00 13 00 DF 01 03 38 ..4.....@......8
0010:C1 A4 01 00 FF 7F C3 FF 00 00 00 00 00 00 00 00 ................
0020:15 00 02 01 06 11 16 95 FE 30 58 5B 05 01 DF 01 .........0X[....
0030:03 38 C1 A4 28 01 00                            .8..(..
--------------------------------------------------------------------
[42] : <Rx> - 11:32:52.688
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 65:C7:13:8E:58:EB
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:44:81:
                  85
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 EB 58 8E 13 ..0.....@....X..
0010:C7 65 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 .e..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:44 81 85                                        D..
--------------------------------------------------------------------
[43] : <Rx> - 11:32:53.021
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 1C:14:F9:39:B5:B8
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA1 (161)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:01:18:7D:8C:
                  D7
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 B8 B5 39 F9 ..0.....@.....9.
0010:14 1C 01 00 FF 7F A1 FF 00 00 00 00 00 00 00 00 ................
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 01 18 ..........L.....
0030:7D 8C D7                                        }..
--------------------------------------------------------------------
[44] : <Rx> - 11:32:53.190
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 6F:58:C8:A7:9B:FC
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA4 (164)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:07:18:5B:42:
                  6C
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 FC 9B A7 C8 ..0.....@.......
0010:58 6F 01 00 FF 7F A4 FF 00 00 00 00 00 00 00 00 Xo..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 07 18 ..........L.....
0030:5B 42 6C                                        [Bl
--------------------------------------------------------------------
[45] : <Rx> - 11:32:53.661
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x3B (59) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x10 (16) (Legacy_ADV_NONCONN_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:30:7A:05:F5:39
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x001C (28)
 Data           : 1B:FF:75:00:42:04:01:80:66:A4:30:7A:05:F5:39:A6:
                  30:7A:05:F5:38:01:00:00:00:00:00:00
Dump(Rx):
0000:04 FF 3B 13 06 00 00 00 40 00 10 00 39 F5 05 7A ..;.....@...9..z
0010:30 A4 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 0...............
0020:1C 00 1B FF 75 00 42 04 01 80 66 A4 30 7A 05 F5 ....u.B...f.0z..
0030:39 A6 30 7A 05 F5 38 01 00 00 00 00 00 00       9.0z..8.......
--------------------------------------------------------------------
[46] : <Rx> - 11:32:56.121
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x09 (9) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00020000 (131072) (
                  GAP_EVT_SCAN_DISABLED)
 EndReason      : 0x01 (1) (SCAN_END_REASON_DUR_EXP)
 NumberOfReports: 0x06 (6)
Dump(Rx):
0000:04 FF 09 13 06 00 00 00 02 00 01 06             ............
--------------------------------------------------------------------
[47] : <Tx> - 11:33:42.714
-Type           : 0x01 (Command)
-OpCode         : 0xFE51 (GapScan_enable)
-Data Length    : 0x06 (6) byte(s)
 Period         : 0x0000 (0)
 Duration       : 0x01F4 (500)
 MaxNumRecords  : 0x0028 (40)
Dump(Tx):
0000:01 51 FE 06 00 00 F4 01 28 00                   .Q......(.
--------------------------------------------------------------------
[48] : <Rx> - 11:33:42.742
-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         : 0xFE51 (GapScan_enable)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 51 FE 00                      ......Q..
--------------------------------------------------------------------
[49] : <Rx> - 11:33:42.762
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x07 (7) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00010000 (65536) (
                  GAP_EVT_SCAN_ENABLED)
Dump(Rx):
0000:04 FF 07 13 06 00 00 00 01 00                   ..........
--------------------------------------------------------------------
[50] : <Rx> - 11:33:42.782
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x28 (40) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : 80:6F:B0:1E:3B:B6
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xD9 (217)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0009 (9)
 Data           : 02:01:06:05:02:C0:FF:F0:FF
Dump(Rx):
0000:04 FF 28 13 06 00 00 00 40 00 13 00 B6 3B 1E B0 ..(.....@....;..
0010:6F 80 01 00 FF 7F D9 FF 00 00 00 00 00 00 00 00 o...............
0020:09 00 02 01 06 05 02 C0 FF F0 FF                ...........
--------------------------------------------------------------------
[51] : <Rx> - 11:33:42.803
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x31 (49) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : FC:A8:A2:A9:EB:BA
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xC3 (195)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0012 (18)
 Data           : 02:01:1E:0A:FF:75:00:01:00:02:00:01:03:02:03:19:
                  C0:00
Dump(Rx):
0000:04 FF 31 13 06 00 00 00 40 00 13 01 BA EB A9 A2 ..1.....@.......
0010:A8 FC 01 00 FF 7F C3 FF 00 00 00 00 00 00 00 00 ................
0020:12 00 02 01 1E 0A FF 75 00 01 00 02 00 01 03 02 .......u........
0030:03 19 C0 00                                     ....
--------------------------------------------------------------------
[52] : <Rx> - 11:33:43.375
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x34 (52) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:C1:38:03:01:DF
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xB5 (181)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0015 (21)
 Data           : 02:01:06:11:16:95:FE:30:58:5B:05:01:DF:01:03:38:
                  C1:A4:28:01:00
Dump(Rx):
0000:04 FF 34 13 06 00 00 00 40 00 13 00 DF 01 03 38 ..4.....@......8
0010:C1 A4 01 00 FF 7F B5 FF 00 00 00 00 00 00 00 00 ................
0020:15 00 02 01 06 11 16 95 FE 30 58 5B 05 01 DF 01 .........0X[....
0030:03 38 C1 A4 28 01 00                            .8..(..
--------------------------------------------------------------------
[53] : <Rx> - 11:33:44.111
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x30 (48) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x01 (1) (ADDRTYPE_RANDOM)
 Address        : 78:C5:4A:BE:70:A7
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x0011 (17)
 Data           : 02:01:1A:02:0A:0A:0A:FF:4C:00:10:05:01:18:02:48:
                  94
Dump(Rx):
0000:04 FF 30 13 06 00 00 00 40 00 13 01 A7 70 BE 4A ..0.....@....p.J
0010:C5 78 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 .x..............
0020:11 00 02 01 1A 02 0A 0A 0A FF 4C 00 10 05 01 18 ..........L.....
0030:02 48 94                                        .H.
--------------------------------------------------------------------
[54] : <Rx> - 11:33:44.376
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x3E (62) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x13 (19) (Legacy_ADV_IND_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : D0:D0:03:A2:08:C9
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA0 (160)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x001F (31)
 Data           : 02:01:1A:1B:FF:75:00:42:04:01:20:7E:19:0F:00:02:
                  01:4B:00:00:00:00:00:00:00:00:00:00:00:00:00
Dump(Rx):
0000:04 FF 3E 13 06 00 00 00 40 00 13 00 C9 08 A2 03 ..>.....@.......
0010:D0 D0 01 00 FF 7F A0 FF 00 00 00 00 00 00 00 00 ................
0020:1F 00 02 01 1A 1B FF 75 00 42 04 01 20 7E 19 0F .......u.B.. ~..
0030:00 02 01 4B 00 00 00 00 00 00 00 00 00 00 00 00 ...K............
0040:00                                              .
--------------------------------------------------------------------
[55] : <Rx> - 11:33:45.484
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x3B (59) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00400000 (4194304) (
                  GAP_EVT_ADV_REPORT)
 AdvRptEventType: 0x10 (16) (Legacy_ADV_NONCONN_or_Data_Complete)
 AddressType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 Address        : A4:30:7A:05:F5:39
 PrimaryPHY     : 0x01 (1) (SCANNED_PHY_1M)
 SecondaryPHY   : 0x00 (0) (SCANNED_PHY_NONE)
 AdvSid         : 0xFF (255)
 TxPower        : 0x7F (127)
 RSSI           : 0xA2 (162)
 DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
 DirectAddr     : 00:00:00:00:00:00
 PeriodicAdvInt : 0x0000 (0)
 DataLength     : 0x001C (28)
 Data           : 1B:FF:75:00:42:04:01:80:66:A4:30:7A:05:F5:39:A6:
                  30:7A:05:F5:38:01:00:00:00:00:00:00
Dump(Rx):
0000:04 FF 3B 13 06 00 00 00 40 00 10 00 39 F5 05 7A ..;.....@...9..z
0010:30 A4 01 00 FF 7F A2 FF 00 00 00 00 00 00 00 00 0...............
0020:1C 00 1B FF 75 00 42 04 01 80 66 A4 30 7A 05 F5 ....u.B...f.0z..
0030:39 A6 30 7A 05 F5 38 01 00 00 00 00 00 00       9.0z..8.......
--------------------------------------------------------------------
[56] : <Rx> - 11:33:47.738
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x09 (9) bytes(s)
 Event          : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
 Status         : 0x00 (0) (SUCCESS)
 EventId        : 0x00020000 (131072) (
                  GAP_EVT_SCAN_DISABLED)
 EndReason      : 0x01 (1) (SCAN_END_REASON_DUR_EXP)
 NumberOfReports: 0x06 (6)
Dump(Rx):
0000:04 FF 09 13 06 00 00 00 02 00 01 06             ............
--------------------------------------------------------------------
[57] : <Tx> - 11:33:53.978
-Type           : 0x01 (Command)
-OpCode         : 0xFE62 (GapInit_connect)
-Data Length    : 0x0A (10) byte(s)
 PeerAddrType   : 0x00 (0) (PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID)
 PeerAddr       : 80:6F:B0:1E:3B:B6
 InitiatingPhy  : 0x01 (1) (
                  INIT_PHY_1M)
 Timeout        : 0x0000 (0)
Dump(Tx):
0000:01 62 FE 0A 00 B6 3B 1E B0 6F 80 01 00 00       .b....;..o....
--------------------------------------------------------------------
[58] : <Rx> - 11:33:54.009
-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         : 0xFE62 (GapInit_connect)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 62 FE 00                      ......b..
--------------------------------------------------------------------
[59] : <Rx> - 11:33:54.072
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x14 (20) bytes(s)
 Event          : 0x0605 (1541) (GAP_EstablishLink)
 Status         : 0x00 (0) (SUCCESS)
 DevAddrType    : 0x00 (0) (ADDRTYPE_PUBLIC)
 DevAddr        : 80:6F:B0:1E:3B:B6
 ConnHandle     : 0x0000 (0)
 ConnRole       : 0x08 (8) (
                  Central)
 ConnInterval   : 0x0050 (80)
 ConnLatency    : 0x0000 (0)
 ConnTimeout    : 0x07D0 (2000)
 ClockAccuracy  : 0x00 (0)
Dump(Rx):
0000:04 FF 14 05 06 00 00 B6 3B 1E B0 6F 80 00 00 08 ........;..o....
0010:50 00 00 00 D0 07 00                            P......
--------------------------------------------------------------------
[60] : <Tx> - 11:33:54.072
-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.
--------------------------------------------------------------------
[61] : <Info> - 11:33:54.140
Device Connected
Handle = 0x0000
Addr Type = 0x00 (ADDRTYPE_PUBLIC)
BDAddr = 80:6F:B0:1E:3B:B6
--------------------------------------------------------------------
[62] : <Rx> - 11:33:54.109
-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                      ...." ...
--------------------------------------------------------------------
[63] : <Rx> - 11:33:54.373
-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......
--------------------------------------------------------------------
[64] : <Rx> - 11:34:00.270
-Type           : 0x04 (Event)
-EventCode      : 0x000E (HCI_CommandCompleteEvent)
-Data Length    : 0x06 (6) bytes(s)
 Packets        : 0x01 (1)
 OpCode         : 0x2020 (HCI_LE_RemoteConnectionParameterRequestReply)
 Status         : 0x00 (0) (SUCCESS)
 Handle         : 0x0000 (0)
Dump(Rx):
0000:04 0E 06 01 20 20 00 00 00                      ....  ...
--------------------------------------------------------------------
[65] : <Rx> - 11:34:01.470
-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   : 0x0320 (800)
 ConnLatency    : 0x0000 (0)
 ConnTimeout    : 0x0258 (600)
Dump(Rx):
0000:04 FF 0B 07 06 00 00 00 20 03 00 00 58 02       ........ ...X.
--------------------------------------------------------------------
[66] : <Info> - 11:34:04.824
OAD - Update Connection Settings
--------------------------------------------------------------------
[67] : <Info> - 11:34:04.824
Start OAD Download
--------------------------------------------------------------------
[68] : <Info> - 11:34:04.834
StartReset Service Discovery
--------------------------------------------------------------------
[69] : <Info> - 11:34:04.834
OAD Send UUID Discovery
--------------------------------------------------------------------
[70] : <Tx> - 11:34:04.824
-Type           : 0x01 (Command)
-OpCode         : 0x2016 (HCI_LEReadRemoteUsedFeatures)
-Data Length    : 0x02 (2) byte(s)
 Handle         : 0x0000 (0)
Dump(Tx):
0000:01 16 20 02 00 00                               .. ...
--------------------------------------------------------------------
[71] : <Tx> - 11:34:04.852
-Type           : 0x01 (Command)
-OpCode         : 0xFD86 (GATT_DiscPrimaryServiceByUUID)
-Data Length    : 0x12 (18) byte(s)
 ConnHandle     : 0x0000 (0)
 Value          : 00:00:00:00:00:00:00:B0:00:40:51:04:D0:FF:00:F0
Dump(Tx):
0000:01 86 FD 12 00 00 00 00 00 00 00 00 00 B0 00 40 ...............@
0010:51 04 D0 FF 00 F0                               Q.....
--------------------------------------------------------------------
[72] : <Rx> - 11:34:04.852
-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......
--------------------------------------------------------------------
[73] : <Rx> - 11:34:04.893
-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         : 0xFD86 (GATT_DiscPrimaryServiceByUUID)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 86 FD 00                      .........
--------------------------------------------------------------------
[74] : <Info> - 11:34:06.571
OAD Send UUID Info Discovery
--------------------------------------------------------------------
[75] : <Rx> - 11:34:06.571
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x0A (10) bytes(s)
 Event          : 0x0507 (1287) (ATT_FindByTypeValueRsp)
 Status         : 0x00 (0) (SUCCESS)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x04 (4)
 Handle         : 31:00
 Handle         : FF:FF
Dump(Rx):
0000:04 FF 0A 07 05 00 00 00 04 31 00 FF FF          .........1...
--------------------------------------------------------------------
[76] : <Rx> - 11:34:08.573
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x06 (6) bytes(s)
 Event          : 0x0507 (1287) (ATT_FindByTypeValueRsp)
 Status         : 0x1A (26) (bleProcedureComplete)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x00 (0)
Dump(Rx):
0000:04 FF 06 07 05 1A 00 00 00                      .........
--------------------------------------------------------------------
[77] : <Tx> - 11:34:08.573
-Type           : 0x01 (Command)
-OpCode         : 0xFE11 (GAP_UpdateLinkParamReq)
-Data Length    : 0x0A (10) byte(s)
 ConnHandle     : 0x0000 (0)
 IntervalMin    : 0x0006 (6)
 IntervalMax    : 0x0006 (6)
 ConnLatency    : 0x0000 (0)
 ConnTimeout    : 0x0032 (50)
Dump(Tx):
0000:01 11 FE 0A 00 00 06 00 06 00 00 00 32 00       ............2.
--------------------------------------------------------------------
[78] : <Tx> - 11:34:08.595
-Type           : 0x01 (Command)
-OpCode         : 0xFD84 (GATT_DiscAllCharDescs)
-Data Length    : 0x06 (6) byte(s)
 ConnHandle     : 0x0000 (0)
 StartHandle    : 0x0031 (49)
 EndHandle      : 0xFFFF (65535)
Dump(Tx):
0000:01 84 FD 06 00 00 31 00 FF FF                   ......1...
--------------------------------------------------------------------
[79] : <Rx> - 11:34:08.626
-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                      .........
--------------------------------------------------------------------
[80] : <Rx> - 11:34:08.657
-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         : 0xFD84 (GATT_DiscAllCharDescs)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 84 FD 00                      .........
--------------------------------------------------------------------
[81] : <Rx> - 11:34:10.564
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x0F (15) bytes(s)
 Event          : 0x0505 (1285) (ATT_FindInfoRsp)
 Status         : 0x00 (0) (SUCCESS)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x09 (9)
 Format         : 0x01 (1) (HANDLE_BT_UUID_TYPE__handles_and_16_bit_Bluetooth_UUIDs)
 Handle         : 0031
 Uuid           : 00:28
 Handle         : 0032
 Uuid           : 03:28
Dump(Rx):
0000:04 FF 0F 05 05 00 00 00 09 01 31 00 00 28 32 00 ..........1..(2.
0010:03 28                                           .(
--------------------------------------------------------------------
[82] : <Rx> - 11:34:12.572
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x19 (25) bytes(s)
 Event          : 0x0505 (1285) (ATT_FindInfoRsp)
 Status         : 0x00 (0) (SUCCESS)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x13 (19)
 Format         : 0x02 (2) (HANDLE_UUID_TYPE__handles_and_128_bit_UUIDs)
 Handle         : 0033
 Uuid           : 00:00:00:00:00:00:00:B0:00:40:51:04:D1:FF:00:F0
                  
Dump(Rx):
0000:04 FF 19 05 05 00 00 00 13 02 33 00 00 00 00 00 ..........3.....
0010:00 00 00 B0 00 40 51 04 D1 FF 00 F0             .....@Q.....
--------------------------------------------------------------------
[83] : <Rx> - 11:34:14.565
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x0B (11) bytes(s)
 Event          : 0x0505 (1285) (ATT_FindInfoRsp)
 Status         : 0x00 (0) (SUCCESS)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x05 (5)
 Format         : 0x01 (1) (HANDLE_BT_UUID_TYPE__handles_and_16_bit_Bluetooth_UUIDs)
 Handle         : 0034
 Uuid           : 01:29
Dump(Rx):
0000:04 FF 0B 05 05 00 00 00 05 01 34 00 01 29       ..........4..)
--------------------------------------------------------------------
[84] : <Info> - 11:34:16.573
OAD Invalidate Image On StartReset
--------------------------------------------------------------------
[85] : <Rx> - 11:34:16.573
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x06 (6) bytes(s)
 Event          : 0x0505 (1285) (ATT_FindInfoRsp)
 Status         : 0x1A (26) (bleProcedureComplete)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x00 (0)
Dump(Rx):
0000:04 FF 06 05 05 1A 00 00 00                      .........
--------------------------------------------------------------------
[86] : <Tx> - 11:34:16.573
-Type           : 0x01 (Command)
-OpCode         : 0xFD96 (GATT_WriteLongCharValue)
-Data Length    : 0x07 (7) byte(s)
 ConnHandle     : 0x0000 (0)
 Handle         : 0x0033 (51)
 Offset         : 0x0000 (0)
 Value          : 01
Dump(Tx):
0000:01 96 FD 07 00 00 33 00 00 00 01                ......3....
--------------------------------------------------------------------
[87] : <Rx> - 11:34:16.627
-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         : 0xFD96 (GATT_WriteLongCharValue)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 96 FD 00                      .........
--------------------------------------------------------------------
[88] : <Info> - 11:34:20.558
Waiting For Device Reset
--------------------------------------------------------------------
[89] : <Rx> - 11:34:20.558
-Type           : 0x04 (Event)
-EventCode      : 0x00FF (HCI_LE_ExtEvent)
-Data Length    : 0x06 (6) bytes(s)
 Event          : 0x0519 (1305) (ATT_ExecuteWriteRsp)
 Status         : 0x00 (0) (SUCCESS)
 ConnHandle     : 0x0000 (0)
 PduLen         : 0x00 (0)
Dump(Rx):
0000:04 FF 06 19 05 00 00 00 00                      .........
--------------------------------------------------------------------
[90] : <Rx> - 11:34:23.572
-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   : 0x0006 (6)
 ConnLatency    : 0x0000 (0)
 ConnTimeout    : 0x0032 (50)
Dump(Rx):
0000:04 FF 0B 07 06 00 00 00 06 00 00 00 32 00       ............2.
--------------------------------------------------------------------
[91] : <Info> - 11:34:25.063
Device Disconnected
Handle = 0x0000
Addr Type = 0x00 (ADDRTYPE_PUBLIC)
BDAddr = 80:6F:B0:1E:3B:B6
--------------------------------------------------------------------
[92] : <Rx> - 11:34:25.063
-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         : 0x08 (8) (SUPERVISION_TIMEOUT_TERM)
Dump(Rx):
0000:04 FF 06 06 06 00 00 00 08                      .........
--------------------------------------------------------------------
[93] : <Info> - 11:34:35.570
Establish Connection
--------------------------------------------------------------------
[94] : <Tx> - 11:34:35.570
-Type           : 0x01 (Command)
-OpCode         : 0xFE62 (GapInit_connect)
-Data Length    : 0x0A (10) byte(s)
 PeerAddrType   : 0x00 (0) (PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID)
 PeerAddr       : 80:6F:B0:1E:3B:B6
 InitiatingPhy  : 0x01 (1) (
                  INIT_PHY_1M)
 Timeout        : 0x0000 (0)
Dump(Tx):
0000:01 62 FE 0A 00 B6 3B 1E B0 6F 80 01 00 00       .b....;..o....
--------------------------------------------------------------------
[95] : <Rx> - 11:34:35.608
-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         : 0xFE62 (GapInit_connect)
 DataLength     : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 62 FE 00                      ......b..
--------------------------------------------------------------------
[96] : <Error> - 11:35:15.579
OAD Operation Timed Out
Operation Name = GAP_EstablishLink_OadReset
--------------------------------------------------------------------
[97] : <Info> - 11:35:15.579
OAD - Restore Connection Settings
--------------------------------------------------------------------
[98] : <Error> - 11:35:15.585
OAD Download Not Successful
--------------------------------------------------------------------

If v5.xx has bug, can I use the sp_oad_onchip_cc26x2r1lp_persistent_app_FlashROM_Release.hex of v4.40 with bim and app in v5.20?

  • Hey SY,

    I've just tested this out on the SDK mentioned using the default simple_peripheral on chip and persistent app images and was able to successfully perform an onchip OAD.

    Can try to perform an OAD on the latest SDK? As an FYI, we now have v5.30 available here.

    Make sure to use an updated host_test example on SDK 5.20 as well.