This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Proximity Profile/Link Loss Profile(LLS) on CC2564

Other Parts Discussed in Thread: CC2564

Hello There,

I am working on a wearable project that uses CC2564 as bluetooth controller and STM32F4 as Host controller. I am trying to integrate the proximity profile/Linkloss profile to my application. I have gone through the PXPDemo App and added the proximity profile to my own application. I am able to see the profile on the mobile App after getting connected. But can only send alert values (Byte) from the Mobile App to the Bluetooth controller which is exactly similar to the Immediate Alert Profile.

My implementation of the proximity profile/linkloss profile should be like this, when the user/Mobile App goes out of range or the connection gets broken, bluetooth controller should get alert and when it comes back in range it have to connect automatically.

How can i get alert when the connection is broken? which part of the code i need to use for this functionality to work?

Because currently the proximity profile/Link Loss profile works similar to the Immediate Alert profile like sending alerts/commands from mobile app to the bluetooth controller when it is connected.

Please help me as i am approaching my deadline to finish this application.

Thanks in Advance,

Best,

Krish