BLE: Finding the variable or struct that holds the received data

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

cross mob
lock attach
Attachments are accessible only for community members.
SaGa_4641021
Level 4
Level 4
50 questions asked 50 replies posted 100 sign-ins

Hi

I am creating a custom profile in BLE, (it will be used for PSoC63 central and peripheral devices).

I am struggling to find the variable or structure  that holds the UUID. Same issue if I would use a custom profile, I can't find where to find the data.

I attached a project that I wrote, and the error refers to the line that tries to read that data.

any clue ?

thanks

 

SaGa_4641021_0-1633367458744.png

 

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello,

Have you already gone through our appnote on Creating a custom profile available here: https://www.cypress.com/documentation/application-notes/an91162-creating-bluetooth-low-energy-custom...

If not , please have a look at the documentation & example project. Its specifically wrote for PSoC 4 BLE devices. However the code flow and structure can be referred .

Regards,

Anjana

View solution in original post

2 Replies
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello,

Have you already gone through our appnote on Creating a custom profile available here: https://www.cypress.com/documentation/application-notes/an91162-creating-bluetooth-low-energy-custom...

If not , please have a look at the documentation & example project. Its specifically wrote for PSoC 4 BLE devices. However the code flow and structure can be referred .

Regards,

Anjana

SaGa_4641021
Level 4
Level 4
50 questions asked 50 replies posted 100 sign-ins

thanks for the link, it was helpful 

0 Likes