Hello everyone,
first off, I'm relatively new to the subject of programming on Cypress microcontrollers. I'm developing an application for the PSoC 6 BLE Pioneer Kit and would like to change the device name from my client android app. I've already implemented a custom writeable characteristic for the name, but I can't set the name of the device, because it seems the CyBle_GapSetLocalName() isn't available for the PSoC 6.
Is that right or am I missing something?
Thanks in advance for your help!
Solved! Go to Solution.
Please use Cy_BLE_SetLocalName (char8 name[]) for PSoC 6.
Please use Cy_BLE_SetLocalName (char8 name[]) for PSoC 6.