Observer role using bleprofile_ in WICED-Smart-SDK

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

cross mob
Anonymous
Not applicable

Hi all,

   

i could not find out how to enter observer role (to receive broadcast packets) using the bleprofile_ API in WICED-Smart-SDK. Is it implemented somewhere? I saw the blecm_StartScan() function, but this is a lower-layer, which is not to use from application because it might affect behaviour of bleprofile_ module.

   

Thanks for help,

   

Daniel

0 Likes
1 Solution
Anonymous
Not applicable

You could use the blecen_Scan() API to start scanning. You could refer to the hello_client example user BTTA mentioned.

View solution in original post

0 Likes
3 Replies
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello Daniel,

   

Can you kindly ask the question in the WICED community. https://community.cypress.com/community/wiced-smart

   

Thanks,

   

Hima

0 Likes
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

I'm not very clear what you are asking here. Are you looking for something like the hello_client app in the SDK? It functions as a central, to scan and receive advertisements from a peripheral.

0 Likes
Anonymous
Not applicable

You could use the blecen_Scan() API to start scanning. You could refer to the hello_client example user BTTA mentioned.

0 Likes