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.

To increase the advertisement interval for Peripheral in CC2540

Other Parts Discussed in Thread: CC2540

Hi,

I am developing an application with Peripheral Component using the CC2540 USB dongle loaded with the Version 1.4.0 HostTestRelease.

To configure the dongle as peripheral, I have send the following commands and got the success as success.

1. GAP_DeviceInit 2. GAP_UpdateAdvertisingData  3. GAP_SetParam 4. GAP_MakeDiscoverable.

My query is, Even I set the advertising limit as 32 mSec as max, the advertisement is not done for 12 msec.

I have initialized the device as only Peripheral.

And I have set the following Param Id for limited and general discoverable mode.

i. TGAP_LIM_DISC_ADV_INT_MIN to 20 mSec ii. TGAP_LIM_DISC_ADV_INT_MAX to 32 mSec iii. TGAP_GEN_DISC_ADV_INT_MIN to 20 mSec iv. TGAP_GEN_DISC_ADV_INT_MAX to 32 mSec.

Even that the GAP_MakeDiscoverable response with only 12 mSec, and its not changed.

Kindly correct me, whether the configuration of dongle as peripheral with the given commands. Also, how to extend the advertisement interval little longer or modifyable?

Thanks in advance.