Change Device Name with PSoC 6

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
user_2881686
Level 1
Level 1

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!

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Please use Cy_BLE_SetLocalName (char8 name[]) for PSoC 6.

View solution in original post

0 Likes
1 Reply
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Please use Cy_BLE_SetLocalName (char8 name[]) for PSoC 6.

0 Likes