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.

BLE Advertisement not initiated after disconnection

Hi,

I am using MSP430F5438A kit with PAN1323 module.

we are using SPPLE demo code as reference for our development.

On system power on we have called AdvertiseLE() function to enable advertisement.

It works properly and starts advertisement.  

I have used Iphone as central and it connects with PAN1323 module.

On disconnect event received from Iphone , i have called  AdvertiseLE(ENABLE) to restart advertisement.

I have observed two cases which happens randomly

1) I am receiving "etLE_Disconnection_Complete" event and also getting success status when i call        "AdvertiseLE" function but advertisement doesn't start.

2) "etLE_Disconnection_Complete" event doesn't trigger even after Iphone sends disconnect request.

Regards,

Smitesh Mali