Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG
I would like to know about bluetooth device name registration.
In the sample code, the Basic BLE project is registered in sysconfig> BLE> General Configuration> Device Name, and I think this is the device name.
What controls should be performed when you want to safely change this device name during software execution?
After investigating, I recognize that appMainParams.deviceNameAtt is related to the device name.
Also, these are registered with "bleStack_initGatt" and "GGS_SetParameter".
Will it be possible to register with the device name by using these?