Part Number: CC1352R
Other Parts Discussed in Thread: SYSCONFIG,
SDK: simplelink_cc13x2_26x2_sdk_4_20_00_35
CCS: Code Composer Studio 10.0.0
Note: I just use only the legacy advertisement.
I want to ask something about the names display in LightBlue when I use LightBlue scan CC1352 device. In the original simple peripheral example, the name "Simple Peripheral" will display in LightBlue when I scan CC1352 device using LightBlue App. I refer to TI office documentation. There are three places related to the names in simple_peripheral.syscfg. In .syscfg, I see the following configurations
- General Configuration->Device Name(Simple Peripheral)
- Broadcaster Configuration->Advertisement Data1->Shortened Local Name(SP). Not using Complete Local Name.
- Broadcaster Configuration->Scan Response Data 1->Complete Local Name(Simple Peripheral). Not using Shortened Local Name.
First, I want to know :
- Which configuration is it related to the display name in LightBlue when I use LightBlue App scan the CC1352 device? It confused me because I almost always see "Simple Peripheral" on LightBlue but occasionally can also see "SP" on LightBlue.
- Why can we use shortened local name in advertisement data 1 and complete local name in scan response data 1?
- I want to add BLE address to the names display in LightBlue like "Simple_xxxxxxxxxxxx" when I use LightBlue scan the CC1352 device. What things can I do to achieve this function? Any good suggestions?
I have tried to manually modify the advData1 and scanResData1 array to add BLE address for name because I want to add the device identity address to the name. But it seems nothing works and I can still scan the "Simple Peripheral" on LightBlue App and nothing changes. Thanks.
BRs.


