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