Eye sensor advertising interval lower than 1s?

Hello,

I am making an application that uses pitch and roll data from an Eye Sensor. For this I need the data more than once per second, temporarily of course, not to drain the battery uselessly.
As mentioned in the GATT Characteristics in the sensor documentation, the Advertising Interval min value is 1s but I see that there is a Advertising Repeats characteristic that can be configured with Sub Advertising Interval in milliseconds.
Sorry if this is standard Bluetooth mechanism but what are those repeats used for ? Is it possible to use them to increase the advertising interval to my need ?

Thanks,
Lucien

Hello @ldenisey

The Advertising Repeats is use for increasing the discoverability of your application,
If this parameter is implemented, you won’t need to modify the advertising interval each time the application is unable to discover the sensor.

If you check the note on repeat, there is a condition regarding the activation of advertising repeat

Regards
Maryam