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.

CC2564 Continuous Scanning with GAP_LE_Perform_Scan Function

Other Parts Discussed in Thread: CC2564, MSP430F5438

Hi:

Now I am trying to run eHCILL protocol on Tiva platform for power saving.

And I want to set master CPU to deep-sleep mode and let CC2564 keep scanning for BLE advertisement.

Here is my trial -

Master CPU: TM4C123

Stack: M4 Bluetopia SDK v1.2 R2

Result = GAP_LE_Perform_Scan(BluetoothStackID, stActive, 1000, 70, latPublic, fpNoFilter, TRUE, GAP_LE_Event_Callback, 0);

Everything worked fine at first 10~30 minutes, but CC2564 suddenly stopped the scan function. I could not get any scan information from CC2564.

Is there any way to let CC2564 scan continuously?