BLE Service config files (*.service.xml)

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

cross mob
CaKu_4284131
Level 5
Level 5
50 replies posted 25 replies posted 10 likes received

In PSoC Creator 4.3, Configure 'BLE', GATT Settings, GATT/Server/Add Service, one choice is "From File..." Where is the documentation for that? I could swear I've seen this used in some code sample, but I can't find that now, either.

0 Likes
1 Solution
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

The BLE component GUI gives you several options to save the entire configuration/profile configuration or service configuration and to use it in future.

For example, you can store a service by selecting the service--> Right click on it--> save. After that, you can add the same service from GATT/Server/Add Service/From file and select the previously saved file.

Similarly, you can save the entire BLE configuration from save icon and load icon as shown below:

entire_config.PNG

You can save and load the corresponding GATT profile from load and save icons as shown below

entire_profile.PNG

And you can also save the individual service and characteristic shown in the figure below. You can add them through the procedure you have mentioned.

individual_service.bmp

Hope this helps !

Thanks

Ganesh

View solution in original post

0 Likes
2 Replies
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

The BLE component GUI gives you several options to save the entire configuration/profile configuration or service configuration and to use it in future.

For example, you can store a service by selecting the service--> Right click on it--> save. After that, you can add the same service from GATT/Server/Add Service/From file and select the previously saved file.

Similarly, you can save the entire BLE configuration from save icon and load icon as shown below:

entire_config.PNG

You can save and load the corresponding GATT profile from load and save icons as shown below

entire_profile.PNG

And you can also save the individual service and characteristic shown in the figure below. You can add them through the procedure you have mentioned.

individual_service.bmp

Hope this helps !

Thanks

Ganesh

0 Likes

Thank you!

On Wed, Apr 15, 2020 at 7:03 AM GaneshD_41 <community-manager@cypress.com>

0 Likes