This thread has been locked.

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

LAUNCHXL-CC26X2R1: extended advertising mode

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSCONFIG

Hi Expert,

My customer needs to advertise >31Bytes.

I try to use extended advertising mode.

SDK: 7.10.1.24

example project: 

-simple_broadcaster_CC26X2R1_LAUNCHXL_tirtos7_ticlang

-host_test_CC26X2R1_LAUNCHXL_tirtos7_ticlang

if do nothing, I can use host_test to scan the broadcaster.

When I change below for extended advertising, host_test cannot find the broadcaster.

when I also change below, it works.

Any idea?

when host_test finds the device, it shows "Legacy_ADV_SCAN_or_Data_Complete". Is that correct (not show extended)?

[4] : <Rx> - 06:20:03.282
-Type : 0x04 (Event)
-EventCode : 0x00FF (HCI_LE_ExtEvent)
-Data Length : 0x36 (54) bytes(s)
Event : 0x0613 (1555) (GAP_AdvertiserScannerEvent)
Status : 0x00 (0) (SUCCESS)
EventId : 0x00400000 (4194304) (
GAP_EVT_ADV_REPORT)
AdvRptEventType: 0x12 (18) (Legacy_ADV_SCAN_or_Data_Complete)
AddressType : 0x01 (1) (ADDRTYPE_RANDOM)
Address : 5A:C7:F8:6F:C3:1F
PrimaryPHY : 0x01 (1) (SCANNED_PHY_1M)
SecondaryPHY : 0x00 (0) (SCANNED_PHY_NONE)
AdvSid : 0xFF (255)
TxPower : 0x7F (127)
RSSI : 0xE1 (225)
DirectAddrType : 0xFF (255) (ADDRTYPE_NONE)
DirectAddr : 00:00:00:00:00:00
PeriodicAdvInt : 0x0000 (0)
DataLength : 0x0017 (23)
Data : 13:09:53:69:6D:70:6C:65:20:42:72:6F:61:64:63:61:
73:74:65:72:02:01:04
Dump(Rx):
0000:04 FF 36 13 06 00 00 00 40 00 12 01 1F C3 6F F8 ..6.....@.....o.
0010:C7 5A 01 00 FF 7F E1 FF 00 00 00 00 00 00 00 00 .Z..............
0020:17 00 13 09 53 69 6D 70 6C 65 20 42 72 6F 61 64 ....Simple Broad
0030:63 61 73 74 65 72 02 01 04 caster...

if I want to put some random data in advdata, where should I put it into?

BR,

frank