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.

Advertising interval at around 1.3s in peripheralBroacast mode

Hello TI Engineers and Forum members,

I am struggling to set the advertising interval when the device is advertising in connected mode (PLUS_BROADCASTER project option defined).

I tried the following way but once the connection is established the advertising interval I checked at the oscilloscope was set to about  1.3s not the interval I set.

GAP_SetParamValue( TGAP_CONN_EST_INT_MIN, DEFAULT_ADVERTISING_INTERVAL );
GAP_SetParamValue( TGAP_CONN_EST_INT_MAX, DEFAULT_ADVERTISING_INTERVAL );
GAP_SetParamValue( TGAP_GEN_DISC_ADV_INT_MIN, DEFAULT_ADVERTISING_INTERVAL );
GAP_SetParamValue( TGAP_GEN_DISC_ADV_INT_MAX, DEFAULT_ADVERTISING_INTERVAL );

Any help is appreciated. 

Best regards, 

Gabriel