Please see bellow picture, I got three services: Device Information, TI Terminal and TI OAD Service.
I want to change the second and third service name, but I haven't found the characters. How can I change them?
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.
Please see bellow picture, I got three services: Device Information, TI Terminal and TI OAD Service.
I want to change the second and third service name, but I haven't found the characters. How can I change them?
Hi,
In order to change the way the service names appear, you will need to adjust the source code of the SimpleLink Application in the following file:
https://github.com/TexasInstruments/simplelink-connect/blob/main/src/assets/services.ts
The names which are displayed are based on known TI Services defined in the file with the specific UUIDs and names as designated in the file!
Best regards,
Luke
Thanks for reaching out! Could you please share what example project and SDK version you are using so I can better assist with your request?
Hi Luke,
I did some modify on oad-on-chip project, and my SDK version is simplelink_lowpower_f3_sdk_7_20_00_29.
Best Regards.
In order to change the way the service names appear, you will need to adjust the source code of the SimpleLink Application in the following file:
https://github.com/TexasInstruments/simplelink-connect/blob/main/src/assets/services.ts
The names which are displayed are based on known TI Services defined in the file with the specific UUIDs and names as designated in the file!
Best regards,
Hi Luke,
According to this, is this mean I can't change this on BLE side ?
Best Regards.
Hi,
Thanks for sharing those details! We typically recommend you stay up to date with the latest SDK version to ensure you are not missing any bug fixes or new features. You can find the most recent version of the SDK here.
There is not a way to create custom service names from the BLE side to display in the SimpleLink Connect Application but you can change the name to any of the predefined existing names found in the files mentioned before.
Best regards,
Luke